aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* - tagfile mod-time fix for first iteration wisberg2003-03-101-17/+37
* Half-way through refactoring of ResolvedTypeX's and Worlds. This jhugunin2003-03-0830-549/+362
* FIXED: Bugzilla Bug 32421 jhugunin2003-03-061-0/+13
* added a range check to avoid ArrayIndexOutOfBounds jhugunin2003-03-051-2/+3
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-043-29/+107
* Fixed setting runnable bit on structure nodes. mkersten2003-02-282-3/+4
* finishResolveTypes now tests for CONCRETE as well acolyer2003-02-271-1/+4
* Use ***sourceStart*** (to avoid navigating to top of comments), acolyer2003-02-261-3/+3
* Flipped debug options around so that acolyer2003-02-261-3/+6
* Added logic to update declarationSourceStart/End as acolyer2003-02-261-2/+4
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2670-361/+776
* Bug 33011. Refactored access to fileMap in SructureModelacolyer2003-02-251-1/+2
* Bug 33011. Added correct calculations for start and end acolyer2003-02-251-19/+127
* Fixed source line mapping errors. mkersten2003-02-181-5/+19
* Fixed failing unit tests. Involved making paths work right in structure model, mkersten2003-02-182-2/+11
* fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPartjhugunin2003-02-131-20/+14
* fixed Bug 29959: super call in intertype method declaration body causes Verif...jhugunin2003-02-133-34/+21
* misleading unused importwisberg2003-02-131-1/+0
* completion bug flagged by compilerwisberg2003-02-131-1/+1
* resolving unused-imports warningswisberg2003-02-137-44/+19
* Mainly updated AjcConfigParser wisberg2003-02-012-96/+118
* aspectjrt.jar warning now in messages (rather than stdout), so permitting it ...wisberg2003-02-011-2/+21
* forgot aspectpath - addingwisberg2003-01-291-0/+2
* - added -argfile wisberg2003-01-291-48/+68
* Committed patches specified in: mkersten2003-01-253-3/+76
* fix for failing test case that aspects must be constructed after their jhugunin2003-01-222-7/+28
* fix for Bugzilla Bug 29684 jhugunin2003-01-221-1/+1
* redesign of making members used in around bodies accessible jhugunin2003-01-217-33/+280
* updated THROWN_PREFIX with better URLs for bug db.wisberg2003-01-211-3/+4
* removing inaccurate and hard to update version numbersjhugunin2003-01-161-2/+2
* missing manifest in aspectjrt.jar will now only produce a warning, and not jhugunin2003-01-161-3/+0
* don't forget the checked exceptionsjhugunin2003-01-151-1/+5
* better handling of binary only types in the eclipse passjhugunin2003-01-156-175/+334
* doing batch builds when previous incremental build failed badlyjhugunin2003-01-141-0/+5
* fixed bug #29186, much better handling of structure generation jhugunin2003-01-141-4/+56
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-143-2/+4
* fixed initial implementor for code written in 2002 to be just PARC, not Xerox...jhugunin2003-01-141-0/+31
* fixed initial implementor for code written in 2002 to be just PARC, not Xerox...jhugunin2003-01-1497-97/+97
* propogating information needed for decent Xlint warnings when privileged jhugunin2003-01-082-10/+32
* proper handling of inter-type fields with array typesjhugunin2003-01-073-7/+22
* ignoring binjhugunin2003-01-071-0/+1
* incremental and working with binaries improvedjhugunin2003-01-034-65/+108
* making inter-type decls work with incremental mode jhugunin2003-01-033-9/+17
* looking at binary form issuesjhugunin2003-01-031-0/+6
* more info messagesjhugunin2003-01-031-2/+4
* better incremental supportjhugunin2003-01-031-1/+9
* finished implementation of around inliningjhugunin2003-01-019-14/+461
* added information about proceed to around advice attributejhugunin2002-12-313-13/+30
* refactor hasThis kind of thingsjhugunin2002-12-311-9/+9
* not allowed on aspectsjhugunin2002-12-301-0/+1