Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh30-404/+309
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh1-1/+3
2012-12-07rework imagesBrian Vosburgh6-374/+467
2012-12-07BundleActivatorTest would never actually fail(!) - fixed itBrian Vosburgh1-10/+27
2012-12-07add some filter and transform methods to ArrayTools, CollectionTools,Brian Vosburgh5-6/+223
2012-12-07strip version restraints from test bundle manifestsBrian Vosburgh3-20/+20
2012-12-07BundleActivatorTest would never actually fail(!) - fixed itBrian Vosburgh1-2/+2
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke3-0/+3
2012-10-26added SWTTools.controlExpandedState for SectionsKaren Butzke2-0/+88
2012-10-25fix EclipseLinkJpaPreferencesTests that failed in buildBrian Vosburgh1-20/+5
2012-10-19cleaning up leaks in Pane and our custom widgetsv201210221744Karen Butzke1-2/+1
2012-10-18fix some build warnings - build does not recognize JavaDoc references toBrian Vosburgh1-5/+2
2012-10-18fix tests to pass on various JVM vendors and versionsBrian Vosburgh6-56/+130
2012-10-16make tests platform file encoding sensitivev201210170240Brian Vosburgh7-14/+54
2012-10-16convert chars and strings to hex-encoded Unicode (UTF-8)Brian Vosburgh6-23/+23
2012-10-16convert chars and strings to Unicode (UTF-8)Brian Vosburgh6-30/+30
2012-10-12add test to TypeDeclarationTests to check for new JDK versionBrian Vosburgh2-0/+31
2012-10-12consolidate usage of TestsTools.assertEquals(String, char[])Brian Vosburgh4-159/+149
2012-10-12add some utility testsBrian Vosburgh12-8/+521
2012-10-12fix ReverseComparator to allow comparison of non-Comparable objectsBrian Vosburgh1-3/+72
2012-10-12rename JDK to JDKToolsBrian Vosburgh1-2/+2
2012-10-11rework utility classesBrian Vosburgh233-8354/+12322
2012-10-09added copyright header for new classesv201210100252Karen Butzke6-2/+47
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke1-11/+9
2012-09-06Correctly fixed java code completion filteringKaren Butzke1-1/+77
2012-09-05Update version numbers for 3.3 M2.Neil Hauge3-3/+3
2012-08-31minor clean-upBrian Vosburgh1-3/+4
2012-08-02binary type testsPaul Fullbright7-0/+274
2012-08-02binary type testsPaul Fullbright1-0/+1
2012-08-01.cvsignore -> .gitignorePaul Fullbright6-3/+3
2012-07-20rework plug-in classesbvosburgh18-141/+341
2012-07-20remove seemingly unnecessary call to JavaResourceCompilationUnit.resolveTypes...kmoore1-1/+0
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright1-43/+52
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore2-95/+1
2012-04-05capture sync and update stack traces for debuggingbvosburgh1-0/+9
2012-04-03change required JUnit bundle version to 4.0.0bvosburgh3-4/+4
2012-03-15Update version numbers for 3.2 M6nhauge3-3/+3
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh50-289/+289
2012-02-10rework JpaProjectManagerbvosburgh33-694/+713
2012-02-10minor changesbvosburgh2-19/+107
2012-01-09added set and remove support for member value pairspfullbright1-1/+35
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright1-1/+1
2011-10-19added IndexedConversionDeclarationAnnotationElementAdapter usage to testspfullbright1-7/+8
2011-08-25added compilation unit creation methodpfullbright1-0/+4
2011-08-16added check for type being subtype of itself, and testpfullbright1-0/+4
2011-08-16added more testspfullbright1-0/+10
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright2-0/+52
2011-08-15added support for arrays and genericspfullbright3-0/+165
2011-08-08Update plugin versions for M1.nhauge1-1/+1
2011-08-05Update plugin version numbers for 3.1 M1.nhauge2-2/+2

Back to the top