aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Made AsmHiearchyBuilder extensible in order to support tools that require moremkersten2004-07-272-28/+73
* Made AsmHiearchyBuilder extensible in order to support tools that require moremkersten2004-07-272-11/+54
* Generated aspectOf() method for singleton aspects will now decompile cleanly....aclement2004-07-261-17/+35
* adapt to new options and EclipseFactory constructor sigacolyer2004-06-081-5/+4
* use new AjCompilerOptions to store optionsacolyer2004-06-081-159/+107
* removed hard-wired dependency on AjBuildConfigacolyer2004-06-082-5/+23
* tests for the new options handlingacolyer2004-06-083-16/+154
* new classes used when building inside Eclipseacolyer2004-06-086-0/+592
* make this class live up to its name at lastacolyer2004-06-081-6/+226
* simplify options processing for AJDTacolyer2004-06-081-11/+12
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-143-0/+42
* Fix for Bugzilla Bug 62073 aclement2004-05-141-0/+13
* Fix for Bugzilla Bug 59778 aclement2004-05-071-2/+2
* fixes a tiny window of error in incremental compilation. File.lastModified()Root_ajdt_supportacolyer2004-04-261-3/+5
* change test cases to use File.pathSeparator rather than ";"acolyer2004-04-262-8/+8
* fix for Bugzilla Bug 59895acolyer2004-04-261-1/+2
* Fix for Bugzilla Bug 59596 aclement2004-04-231-1/+2
* Fix for Bugzilla Bug 59440 aclement2004-04-231-3/+2
* Fix for Bug 58679 aclement2004-04-231-2/+2
* Fix for Bugzilla Bug 57436 aclement2004-04-081-2/+10
* Some of the fix for Bugzilla Bug 57432 aclement2004-04-071-1/+1
* Fix for Bugzilla Bug 57430 aclement2004-04-071-1/+8
* I added -XjavadocsInModel to make the addition of Javadoc strings to the ASM ...mkersten2004-04-074-7/+78
* AsmBuilderTest.testNullHandlingOfVisit() now checks for an NPE instead of an ...mkersten2004-04-071-4/+9
* fix for NPE EclipseAdaptorUtils.java:147 acolyer2004-04-022-1/+8
* Fix for Bug 55341 aclement2004-04-022-3/+12
* fix for Bugzilla Bug 31460 acolyer2004-04-029-0/+215
* Convenience method to run ajc in a child classloader and get List/String resu...wisberg2004-03-312-9/+91
* Added more information on source signature (for ajdoc)mkersten2004-03-291-1/+25
* move injars below inpath and mark it as deprecated.acolyer2004-03-191-2/+3
* Improvements to incremental compilation of binary source to: acolyer2004-03-192-17/+22
* fix for Bugzilla Bug 54621 acolyer2004-03-186-34/+238
* Fix for Bugzilla Bug 40192 aclement2004-03-183-13/+102
* fix for Bugzilla Bug 47910 acolyer2004-03-171-6/+21
* fix for Bugzilla Bug 54618 acolyer2004-03-171-0/+39
* fix for Bugzilla Bug 54622 acolyer2004-03-172-10/+19
* fix for Bugzilla Bug 54622 acolyer2004-03-162-14/+184
* fix for Bugzilla Bug 54625 acolyer2004-03-161-1/+1
* fix for Bugzilla Bug 54965 acolyer2004-03-161-9/+14
* fix for Bugzilla Bug 43714 acolyer2004-03-161-7/+42
* Uses 0 line number when it really doesn't know the relevant line in the file ...aclement2004-03-161-1/+1
* Fix for Bugzilla Bug 41181 aclement2004-03-162-0/+30
* fix for Bugzilla Bug 51322 acolyer2004-03-151-0/+6
* guess who used a 1.4 only API then.....acolyer2004-03-151-4/+2
* fix for Bugzilla Bug 48080 acolyer2004-03-151-0/+7
* move weaving to inside of the compiler.compile loop. acolyer2004-03-154-185/+414
* move weaving to inside of the compiler.compile loop. acolyer2004-03-1510-69/+1438
* Added methods for retrieving the signature of a program element as it occurrs...mkersten2004-03-112-9/+50
* Moved clearning of relationship map to AjBuildManager in order to make mkersten2004-03-111-1/+9
* Fixed generation and access of return types on IProgramElements(s).mkersten2004-03-102-3/+8