| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests and fixes for bug 100260: methods inherited from a generic parent | aclement | 2005-06-16 | 2 | -0/+0 |
* | Fix for 99228: [generics][itds] ITD of a field into a generic class | aclement | 2005-06-14 | 2 | -0/+0 |
* | this update also includes the additional pseudo-tokens needed for parsing typ... | acolyer | 2005-06-02 | 2 | -0/+0 |
* | parser updates for generics in ITDs. | acolyer | 2005-06-02 | 2 | -0/+0 |
* | Fix and tests for pr86832, pr92163. NPE in detectHierarchyCycle | aclement | 2005-05-12 | 2 | -0/+0 |
* | enable compilation of @AfterReturning(pointcut="...") | acolyer | 2005-05-04 | 2 | -0/+0 |
* | Is this rebuilt with 1.3 compliance? I hope so or everything is *!"&�ed | aclement | 2005-05-04 | 1 | -0/+0 |
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 2 | -0/+0 |
* | support in ajc for parsing and error reporting of @AspectJ style aspect defin... | acolyer | 2005-04-25 | 2 | -0/+0 |
* | Includes ability to remove problems from a compilation result. | aclement | 2005-02-18 | 2 | -0/+0 |
* | parsing updates for declare annotation, annotations on itds, and use of aroun... | acolyer | 2005-02-17 | 2 | -0/+0 |
* | Correctly build jdtcore includes fix for 83423. (BinaryTypeBinding) | aclement | 2005-01-24 | 2 | -0/+0 |
* | fix (*cough* hack) for annotations originating from class files required by t... | aclement | 2005-01-21 | 1 | -0/+0 |
* | java 5 support | acolyer | 2005-01-17 | 2 | -0/+0 |
* | Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember th... | aclement | 2005-01-05 | 2 | -0/+0 |
* | update the scanner class too to tokenize correctly | acolyer | 2004-12-07 | 2 | -0/+0 |
* | updated jdtcore that can also handle @, ... as PseudoTokens | acolyer | 2004-12-07 | 2 | -0/+0 |
* | remove that stupid launcher in org.eclipse.jdt.core | aclement | 2004-12-03 | 2 | -22/+0 |
* | Final !! fixes for Bug 78954: Compiler cannot cope with 4000 jars on the clas... | aclement | 2004-11-23 | 2 | -0/+0 |
* | Fix for Bugzilla Bug 60863 | aclement | 2004-09-08 | 2 | -0/+0 |
* | Fix for Bugzilla Bug 72409 | aclement | 2004-09-07 | 2 | -0/+0 |
* | Reworked package renaming script to ignore compiler options that are used by ... | aclement | 2004-09-07 | 2 | -0/+0 |
* | Fix for Bugzilla Bug 73334 | aclement | 2004-09-06 | 2 | -0/+0 |
* | fix for Bugzilla Bug 37020 | acolyer | 2004-08-19 | 2 | -0/+0 |
* | Removes javadoc checking from resolveParamTag and hopefully includes Adrians ... | aclement | 2004-08-18 | 2 | -0/+0 |
* | fix for Bugzilla Bug 71723 | acolyer | 2004-08-18 | 2 | -0/+0 |
* | Fix for Bugzilla Bug 71076 | aclement | 2004-08-18 | 2 | -0/+0 |
* | Fixes for: | aclement | 2004-08-16 | 2 | -0/+0 |
* | fix for Bugzilla Bug 61768 | acolyer | 2004-08-11 | 2 | -0/+0 |
* | fix for Bugzilla Bug 61572 | acolyer | 2004-08-10 | 2 | -0/+0 |
* | shadows src classpath entry had crept in by mistake.... | acolyer | 2004-08-06 | 1 | -4/+2 |
* | Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenance | acolyer | 2004-07-30 | 2 | -0/+0 |
* | incorporating latest updates in shadows (aj_v_396) | acolyer | 2004-06-08 | 2 | -0/+0 |
* | fix for Bugzilla Bug 52928
| acolyer | 2004-03-18 | 2 | -0/+0 |
* | move weaving to inside of the compiler.compile loop.
| acolyer | 2004-03-15 | 2 | -0/+0 |
* | include the jdtDepends classes | acolyer | 2004-01-27 | 2 | -0/+0 |
* | Bugzilla Bug 50458
| acolyer | 2004-01-26 | 5 | -0/+24 |
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
| acolyer | 2004-01-13 | 2 | -0/+0 |
* | built using Eclipse 2.1.1 compiler - when we didn't do this,
| acolyer | 2003-11-17 | 2 | -0/+0 |
* | patch from George Harley for pr 42711 | acolyer | 2003-11-11 | 2 | -0/+0 |
* | moved to 2.1.1 jdtcore. Updated our code to change one call to a
| jhugunin | 2003-07-24 | 2 | -0/+0 |
* | fix and test for Bugzilla Bug 36110
| jhugunin | 2003-04-12 | 2 | -0/+0 |
* | Moving the latest version from shadows to modules. The hope is that
| jhugunin | 2003-04-10 | 3 | -1/+2 |
* | Major changes in order to move to Eclipse-JDT 2.1 as a base.
| jhugunin | 2003-03-28 | 872 | -233461/+17 |
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
* | fixed Bug 29959: super call in intertype method declaration body causes Verif... | jhugunin | 2003-02-13 | 4 | -4/+4 |
* | undoing what was almost certainly a correct bug fix.
| jhugunin | 2003-02-13 | 1 | -1/+1 |
* | completion bug flagged by compiler | wisberg | 2003-02-13 | 1 | -1/+1 |
* | additional template method | jhugunin | 2003-01-22 | 1 | -0/+9 |
* | raising visibility of field for extension | jhugunin | 2003-01-21 | 1 | -1/+1 |