Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-21refinement: Create junit test TestStringFormatMessages and fix detected defectsrbrooks3-3/+3
2010-09-20refinement: Create junit test OseeCoreExceptionTestrbrooks1-2/+3
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks31-91/+67
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of in-pl...rbrooks6-31/+9
2010-09-17refactor: Remove unnecessary exception wrappingrbrooks1-2/+0
2010-09-15refactor: Utilize utility method Conditions.checkNotNull instaed of in-place ...rbrooks1-0/+7
2010-09-15refactor: Remove unnecessary exception InvalidTaggerExceptionrbrooks1-22/+0
2010-09-15refactor: Remove unnecessary exception MergeChangesInArtifactExceptionrbrooks1-24/+0
2010-09-14refactor: Remove unnecessary exception OseeInvalidAuthenticationProtocolExcep...rbrooks1-32/+0
2010-09-14refactor: Remove unnecessary exception OseeArbitrationServerExceptionrbrooks2-41/+1
2010-09-14refactor: Remove unnecessary exception OseeDatabaseConnectionInfoNotFoundExce...rbrooks1-32/+0
2010-09-14refactor: Remove unnecessary exception OseeInvalidSessionExceptionrbrooks1-31/+0
2010-09-15refactor: Remove obsolete class ConflictDetectionExceptionrbrooks1-24/+0
2010-09-14refactor: Remove obsolete class OseeMultipleEnumTypesExistrbrooks1-23/+0
2010-09-17refactor: Add allowDeleted method to DeletionFlagrescobar1-0/+4
2010-09-15bug[ats_UNJKK]: Convert SearchEngine messages to standard formatrescobar1-1/+4
2010-09-15refactor: Move DeletionFlag enum to framework corerescobar1-0/+24
2010-09-08refactor: Eclipse source cleanup and formatRyan D. Brooks3-3/+0
2010-08-31Update build version to 0.9.6rescobar1-1/+1
2010-08-31correct Javadoc tagsrbrooks1-3/+2
2010-08-31remove unused Javadoc stubsrbrooks7-14/+0
2010-08-29remove unused Javadoc stubsrbrooks14-103/+0
2010-08-29Eclipse source cleanup and formatrbrooks2-3/+6
2010-08-29convert all line terminators to Unix stylerbrooks6-289/+289
2010-08-26Added fix for multi services when they are all available during first onActiv...rescobar1-9/+19
2010-08-25(no commit message)rescobar1-0/+41
2010-08-24remove wasExecuted() from IOperation (leaving it in AbstractOperation)rbrooks2-3/+0
2010-08-24Improved Javadoc for AbstractOperationrbrooks1-5/+13
2010-08-24make IOperation.run return status instead of an operationrbrooks5-226/+121
2010-08-24Improved testing of AbstractOperationrbrooks1-0/+16
2010-08-23Operations execute cleanuprescobar1-4/+3
2010-08-23Fixed bug where OperationJob was expecting a OperationReporter to always existrbrooks1-2/+4
2010-08-23Changed composite operation to take in a collection instead of a list. This g...rescobar1-3/+3
2010-08-23EmailGroupsBlamTest - fixed post of unsubscribe and got test passingddunne2-1/+61
2010-08-23Support use of OperationReporter with executeAsJob and converted TxCurrentsAn...rbrooks2-2/+18
2010-08-23Add support to OperationReporter for reporting an IStatusrbrooks3-5/+12
2010-08-23Added toString and getPluginId methods to AbstractOperationrbrooks1-1/+10
2010-08-23operation execution order matters so composite operation must use a list inst...rbrooks1-3/+8
2010-08-23improved quality of message in error dialog when an exception occurs in an op...rbrooks1-47/+52
2010-08-23clarified in the Operations API that work percentage only applies to sub-oper...rbrooks2-31/+46
2010-08-23rename setStatus to mergeStatus in AbstractOperationrbrooks1-4/+3
2010-08-18update transformation during branch import to have acesss to OperationReporte...rbrooks1-0/+32
2010-08-18resolve code warningsddunne11-6/+13
2010-08-17Warnings Clean uprescobar1-0/+1
2010-08-17Re-factored to hide implementation detailsrescobar6-10/+32
2010-08-16cleanup code warningsddunne1-0/+1
2010-08-14marked classes not designed for extension as finalrbrooks1-1/+1
2010-08-14Imrpove exception handeling for operationsrbrooks1-2/+1
2010-08-12Warnings Clean uprescobar1-1/+1
2010-08-12improved exception handeling in serverrbrooks2-4/+5

Back to the top