Commit Graph

45 Commits

Author SHA1 Message Date
acolyer
5bb7e432a8 update the scanner class too to tokenize correctly 2004-12-07 21:54:21 +00:00
acolyer
7d719eea09 updated jdtcore that can also handle @, ... as PseudoTokens 2004-12-07 11:15:55 +00:00
aclement
8098a7ed11 remove that stupid launcher in org.eclipse.jdt.core 2004-12-03 17:06:55 +00:00
aclement
639b61b6a7 Final !! fixes for Bug 78954: Compiler cannot cope with 4000 jars on the classpath
- Includes the modified JDT classes.
2004-11-23 13:06:30 +00:00
aclement
c39c9912b8 Fix for Bugzilla Bug 60863
AJC behaves different when using @ to supply parameters
2004-09-08 16:26:36 +00:00
aclement
a993e6497d Fix for Bugzilla Bug 72409
Classpath issues with aspectjtools.jar
2004-09-07 15:35:37 +00:00
aclement
7f6e0878db Reworked package renaming script to ignore compiler options that are used by AJDT. 2004-09-07 10:31:51 +00:00
aclement
b133299238 Fix for Bugzilla Bug 73334
Avoid clashes in the org.eclipse namespace by renaming our duplicates.
2004-09-06 15:40:02 +00:00
acolyer
65c67a4e84 fix for Bugzilla Bug 37020
wrong line for method execution join point
2004-08-19 12:29:04 +00:00
aclement
59b3a97f89 Removes javadoc checking from resolveParamTag and hopefully includes Adrians MethodBinding change. 2004-08-18 13:07:04 +00:00
acolyer
dfb15c1777 fix for Bugzilla Bug 71723
Inconsistency in scoping of protected members in ITDs
2004-08-18 12:39:40 +00:00
aclement
5b902242b0 Fix for Bugzilla Bug 71076
Missing Javadoc comments that aren't missing
2004-08-18 10:33:07 +00:00
aclement
6b1ef0ff7c Fixes for:
Bugzilla Bug 67578: Privileged Aspect Access Problem Across Packages
Bugzilla Bug 67579: NPE on privileged aspect error
2004-08-16 16:16:20 +00:00
acolyer
8c5d743c84 fix for Bugzilla Bug 61768
scope for intertype methods
2004-08-11 16:51:24 +00:00
acolyer
c5d8476b23 fix for Bugzilla Bug 61572
ITDs on inner classes should be static contexts
2004-08-10 16:26:24 +00:00
acolyer
356a0a1a35 shadows src classpath entry had crept in by mistake.... 2004-08-06 08:25:00 +00:00
acolyer
5baba85f6c Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenance 2004-07-30 18:14:33 +00:00
acolyer
2782beb6b6 incorporating latest updates in shadows (aj_v_396) 2004-06-08 15:00:33 +00:00
acolyer
5795b4afc6 fix for Bugzilla Bug 52928
Private members introduced via an interface are visible to the class
2004-03-18 22:31:27 +00:00
acolyer
2ed4c9f470 move weaving to inside of the compiler.compile loop.
ensure messages are associated with source wherever possible
2004-03-15 15:11:16 +00:00
acolyer
7bcfb2467b include the jdtDepends classes 2004-01-27 15:09:44 +00:00
acolyer
d24bc49248 Bugzilla Bug 50458
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...
2004-01-26 16:18:36 +00:00
acolyer
19ed0a21b8 move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
default mode (inherited behaviour from JDT).
2004-01-13 11:27:59 +00:00
acolyer
fa41db8fef built using Eclipse 2.1.1 compiler - when we didn't do this,
some tests failed on IBM JDK only ?!
2003-11-17 10:56:24 +00:00
acolyer
dc9c26dfe2 patch from George Harley for pr 42711 2003-11-11 14:01:03 +00:00
jhugunin
01b77ac07d moved to 2.1.1 jdtcore. Updated our code to change one call to a
convenience method that was removed.  Updated tests to enable the
test for the horrible switch bug that this fixes.
2003-07-24 19:53:50 +00:00
jhugunin
83a1b595e8 fix and test for Bugzilla Bug 36110
IllegalAccessError while accessing introduced variable / 1.1rc1
2003-04-12 01:00:48 +00:00
jhugunin
3ede93fc5a Moving the latest version from shadows to modules. The hope is that
this will now be stable until the next release from the jdt.core team
2003-04-10 20:25:39 +00:00
jhugunin
e3ad8bbd02 Major changes in order to move to Eclipse-JDT 2.1 as a base.
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.
2003-03-28 00:54:19 +00:00
acolyer
8fd3697dbb Ignore bin directory 2003-02-26 07:53:59 +00:00
jhugunin
3e2801ad50 fixed Bug 29959: super call in intertype method declaration body causes VerifyError 2003-02-13 21:00:35 +00:00
jhugunin
d49c9fdf6d undoing what was almost certainly a correct bug fix.
This bug fix is not needed by ajc, and making the change to the jdt.core
code will make future synchronization more difficult.
2003-02-13 19:23:15 +00:00
wisberg
761e0895a4 completion bug flagged by compiler 2003-02-13 06:16:44 +00:00
jhugunin
c5b90daa74 additional template method 2003-01-22 01:06:59 +00:00
jhugunin
094b548830 raising visibility of field for extension 2003-01-21 23:56:34 +00:00
jhugunin
8995a3a369 propogating information needed for decent Xlint warnings when privileged
access is made to a type not exposed to the weaver
2003-01-08 02:16:12 +00:00
jhugunin
88926733b6 exposing unique array creation code 2003-01-07 23:19:09 +00:00
jhugunin
23a1b71057 getting dependency info for inter-type methods 2003-01-03 23:21:53 +00:00
jhugunin
779e5e30c4 work-around for hack that makes BinaryTypeBinding extend SourceTypeBinding 2003-01-03 19:16:44 +00:00
jhugunin
3fb52353cc horrible hack making this a subtype of SourceTypeBinding 2003-01-03 19:13:35 +00:00
jhugunin
bab3730058 removed 1000 files at once limit 2003-01-03 01:43:20 +00:00
jhugunin
9eed4bc0da privileged from inners 2002-12-18 05:47:47 +00:00
jhugunin
8d0fab3add more fixes for privileged 2002-12-18 05:07:05 +00:00
jhugunin
96db4fbc4c more privileged fixes 2002-12-18 01:36:31 +00:00
wisberg
d842c4f113 initial version 2002-12-16 17:58:19 +00:00