Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh3-22/+8
2012-12-19merge JptPrintWriter into IndentingPrintWriterBrian Vosburgh2-76/+54
2012-12-07rework imagesBrian Vosburgh12-11/+324
2012-12-07add some some commentsBrian Vosburgh11-2/+30
2012-12-07add some utility wrappersBrian Vosburgh8-0/+408
2012-12-07add some filter and transform methods to ArrayTools, CollectionTools,Brian Vosburgh5-54/+169
2012-12-07added ParameterizedCommand and InterruptibleParameterizedCommandBrian Vosburgh7-0/+284
2012-12-07added FileTools.filter(Iterable<File>, FileFilter)Brian Vosburgh1-0/+8
2012-10-29389940 - Metamodel generation should use appropriate text file lineTran Le2-6/+72
2012-10-18fix some build warnings - build does not recognize JavaDoc references toBrian Vosburgh15-43/+25
2012-10-18fix tests to pass on various JVM vendors and versionsBrian Vosburgh1-0/+46
2012-10-16make tests platform file encoding sensitivev201210170240Brian Vosburgh1-0/+22
2012-10-16remove extended ASCII/Unicode characters from commentsBrian Vosburgh1-1/+1
2012-10-16convert comments to UnicodeBrian Vosburgh1-3/+4
2012-10-12change return types in IterableTools and IteratorTools factory methodsBrian Vosburgh2-186/+186
2012-10-12remove vestigial comment from ReadOnlyCompositeListIterableBrian Vosburgh1-1/+0
2012-10-12fix ReverseComparator to allow comparison of non-Comparable objectsBrian Vosburgh1-3/+5
2012-10-12remove useless generic declarationBrian Vosburgh1-5/+11
2012-10-12return Iterable instead of array from CompositeException.getExceptions()Brian Vosburgh1-3/+4
2012-10-12add some null checks to utility classesBrian Vosburgh64-3/+215
2012-10-12add some utility adaptersBrian Vosburgh5-0/+141
2012-10-11rework utility classesBrian Vosburgh359-15891/+24082
2012-09-26fixed typo in copied classKaren Butzke1-1/+1
2012-09-25Bug 340749 - Add Search field above the Tables list in Generate Custom Entiti...Nan Li4-71/+567
2012-09-24minor fix for empty XML element stringBrian Vosburgh1-1/+1
2012-09-24[382644] XML code assist for database identifiers with specialNan Li1-8/+62
2012-09-18Created AbstractModifiableBooleanReferenceKaren Butzke2-18/+45
2012-09-06Correctly fixed java code completion filteringKaren Butzke1-6/+114
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring -...Karen Butzke1-1/+3
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke1-3/+1
2012-07-20rework plug-in classesbvosburgh22-118/+133
2012-07-20improve some toString() implementationsbvosburgh38-179/+186
2012-07-20clean up exception handlersbvosburgh8-8/+129
2012-07-20added a TODO about SimpleJavaType being used incorrectly for method parameter...kmoore1-0/+2
2012-07-18copy/paste error in BooleanReference.Falsekmoore1-1/+1
2012-07-10added TODO to fire aspect changed with the old value and new valuekmoore1-2/+6
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore1-1/+41
2012-04-18bug 377039 - Performance - enhancements for synching methods in the Java reso...kmoore1-1/+28
2012-04-16rework plug-insbvosburgh1-1/+19
2012-04-05capture sync and update stack traces for debuggingbvosburgh4-10/+152
2012-04-04new constructorbvosburgh1-2/+10
2012-04-04tweak commentsbvosburgh1-5/+1
2012-03-08372876 - Dynamic Entities from Tables feature.nhauge1-0/+32
2012-02-27remove Tools.valueIsEqualToOneOf(...)bvosburgh1-9/+0
2012-02-24added valueIsEqualToOneOf(Object, Object ... )pfullbright1-0/+9
2012-02-24added concatenate(String ... )pfullbright1-0/+14
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh35-192/+184
2012-02-10rework JpaProjectManagerbvosburgh137-2775/+5481
2012-02-10minor changesbvosburgh18-121/+138
2012-01-20removed SWTUtil.openDialog(PostExecution), this appears to be unnecessarykmoore1-1/+1

Back to the top