aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jdt.core
Commit message (Collapse)AuthorAgeFilesLines
* Includes ability to remove problems from a compilation result.aclement2005-02-182-0/+0
|
* parsing updates for declare annotation, annotations on itds, and use of ↵acolyer2005-02-172-0/+0
| | | | around as a method name
* Correctly build jdtcore includes fix for 83423. (BinaryTypeBinding)aclement2005-01-242-0/+0
|
* fix (*cough* hack) for annotations originating from class files required by ↵aclement2005-01-211-0/+0
| | | | the compiler... will it work ...
* java 5 supportacolyer2005-01-172-0/+0
|
* Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember ↵aclement2005-01-052-0/+0
| | | | the type hierarchy before we munge it up. In ClassFile we generate code for the original hierarchy rather than any munged variant. (this gets fixed up later when decp is done at weave time)
* update the scanner class too to tokenize correctlyacolyer2004-12-072-0/+0
|
* updated jdtcore that can also handle @, ... as PseudoTokensacolyer2004-12-072-0/+0
|
* remove that stupid launcher in org.eclipse.jdt.coreaclement2004-12-032-22/+0
|
* Final !! fixes for Bug 78954: Compiler cannot cope with 4000 jars on the ↵aclement2004-11-232-0/+0
| | | | | | classpath - Includes the modified JDT classes.
* Fix for Bugzilla Bug 60863aclement2004-09-082-0/+0
| | | | AJC behaves different when using @ to supply parameters
* Fix for Bugzilla Bug 72409aclement2004-09-072-0/+0
| | | | Classpath issues with aspectjtools.jar
* Reworked package renaming script to ignore compiler options that are used by ↵aclement2004-09-072-0/+0
| | | | AJDT.
* Fix for Bugzilla Bug 73334aclement2004-09-062-0/+0
| | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates.
* fix for Bugzilla Bug 37020acolyer2004-08-192-0/+0
| | | | wrong line for method execution join point
* Removes javadoc checking from resolveParamTag and hopefully includes Adrians ↵aclement2004-08-182-0/+0
| | | | MethodBinding change.
* fix for Bugzilla Bug 71723acolyer2004-08-182-0/+0
| | | | Inconsistency in scoping of protected members in ITDs
* Fix for Bugzilla Bug 71076aclement2004-08-182-0/+0
| | | | Missing Javadoc comments that aren't missing
* Fixes for:aclement2004-08-162-0/+0
| | | | | Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages Bugzilla Bug 67579: NPE on privileged aspect error
* fix for Bugzilla Bug 61768acolyer2004-08-112-0/+0
| | | | scope for intertype methods
* fix for Bugzilla Bug 61572acolyer2004-08-102-0/+0
| | | | ITDs on inner classes should be static contexts
* shadows src classpath entry had crept in by mistake....acolyer2004-08-061-4/+2
|
* Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenanceacolyer2004-07-302-0/+0
|
* incorporating latest updates in shadows (aj_v_396)acolyer2004-06-082-0/+0
|
* fix for Bugzilla Bug 52928 acolyer2004-03-182-0/+0
| | | | Private members introduced via an interface are visible to the class
* move weaving to inside of the compiler.compile loop. acolyer2004-03-152-0/+0
| | | | ensure messages are associated with source wherever possible
* include the jdtDepends classesacolyer2004-01-272-0/+0
|
* Bugzilla Bug 50458 acolyer2004-01-265-0/+24
| | | | | | Make a full implementation of org.eclipse.jdt.core for use in AJDT Updated jdtcore jars, and an external builder configured in build chain to refresh them from the shadows...
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-132-0/+0
| | | | default mode (inherited behaviour from JDT).
* built using Eclipse 2.1.1 compiler - when we didn't do this, acolyer2003-11-172-0/+0
| | | | some tests failed on IBM JDK only ?!
* patch from George Harley for pr 42711acolyer2003-11-112-0/+0
|
* moved to 2.1.1 jdtcore. Updated our code to change one call to a jhugunin2003-07-242-0/+0
| | | | | convenience method that was removed. Updated tests to enable the test for the horrible switch bug that this fixes.
* fix and test for Bugzilla Bug 36110 jhugunin2003-04-122-0/+0
| | | | IllegalAccessError while accessing introduced variable / 1.1rc1
* Moving the latest version from shadows to modules. The hope is that jhugunin2003-04-103-1/+2
| | | | this will now be stable until the next release from the jdt.core team
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-28872-233461/+17
| | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future.
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* fixed Bug 29959: super call in intertype method declaration body causes ↵jhugunin2003-02-134-4/+4
| | | | VerifyError
* undoing what was almost certainly a correct bug fix. jhugunin2003-02-131-1/+1
| | | | | This bug fix is not needed by ajc, and making the change to the jdt.core code will make future synchronization more difficult.
* completion bug flagged by compilerwisberg2003-02-131-1/+1
|
* additional template methodjhugunin2003-01-221-0/+9
|
* raising visibility of field for extensionjhugunin2003-01-211-1/+1
|
* propogating information needed for decent Xlint warnings when privileged jhugunin2003-01-085-8/+12
| | | | access is made to a type not exposed to the weaver
* exposing unique array creation codejhugunin2003-01-071-1/+1
|
* getting dependency info for inter-type methodsjhugunin2003-01-031-0/+1
|
* work-around for hack that makes BinaryTypeBinding extend SourceTypeBindingjhugunin2003-01-031-0/+1
|
* horrible hack making this a subtype of SourceTypeBindingjhugunin2003-01-031-11/+12
|
* removed 1000 files at once limitjhugunin2003-01-031-1/+3
|
* privileged from innersjhugunin2002-12-181-4/+4
|
* more fixes for privilegedjhugunin2002-12-185-18/+26
|
* more privileged fixesjhugunin2002-12-183-1/+34
|