aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵mkersten2003-07-254-20/+37
| | | | funtionality into the the ajbrowser module.)
* Added license.mkersten2003-07-251-1/+15
|
* Refactored singleton reference to be accessed via getDefault() in order to ↵mkersten2003-07-254-7/+11
| | | | be consistent with the rest of AJDE.
* Ignoring AJDT-generated files.mkersten2003-07-251-0/+2
|
* Fix for bug#40771 mkersten2003-07-2519-164/+216
| | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.
* Added BCEL API rule for enforcing use of Utility.copyInstruction method in ↵mkersten2003-07-251-0/+24
| | | | order to work around a BCEL Instruction.copy bug.
* Initial upload. Only a placeholder for now.acolyer2003-07-251-0/+3
|
* Adding ignores for AJDT buildsmkersten2003-07-252-0/+4
|
* fix and moved test for Bugzilla Bug 39711 jhugunin2003-07-246-19/+70
| | | | Class Literals as non final fields
* moved to 2.1.1 jdtcore. Updated our code to change one call to a jhugunin2003-07-244-2/+3
| | | | | convenience method that was removed. Updated tests to enable the test for the horrible switch bug that this fixes.
* annotated traces of ajc compilationsacolyer2003-07-242-0/+3139
|
* *** empty log message ***mkersten2003-07-231-0/+1
|
* Fix for AJDT bug 40380.mkersten2003-07-233-16/+35
|
* removing file intended for personal usejhugunin2003-07-231-9/+0
|
* added test for Bugzilla Bug 40589 jhugunin2003-07-232-0/+64
| | | | | | Default method impl for interface causes internal exception. test submitted by George Harley
* added test to try to investigate size issues, but can't reproduce for any jhugunin2003-07-233-0/+58
| | | | number of loops in BasicCommandTestCase.testSizeChanges()
* added test for expanded version of Bugzilla Bug 39711 jhugunin2003-07-232-2/+32
| | | | Class Literals as non final fields
* fix and expanded tests for Bugzilla Bug 39462 jhugunin2003-07-228-11/+66
| | | | Compiler crashes in jar and cflow
* tests and fix for Bugzilla Bug 39993 jhugunin2003-07-227-16/+243
| | | | | | | | ajc stack trace on declaring hashcode() method in aspect added extra error-test for using super inside an inter-type declaration on an interface with multiple parents -- the correct parent is either hard or impossible to determine in that case
* Minor fixes.mkersten2003-07-221-2/+22
|
* Added coverge to LST file tests. Improved name of file opening method.mkersten2003-07-226-16/+40
|
* Added coverge to LST file tests.mkersten2003-07-223-1/+8
|
* changed default compiler behavior to ignore unreachable code (matching Javac)mkersten2003-07-221-1/+1
|
* Addes support for JDT's Java options map.mkersten2003-07-223-1/+24
|
* Improved name of compilerAdatper private.mkersten2003-07-221-10/+10
|
* Started compiler design doc.mkersten2003-07-212-0/+155
|
* Updated ASM docs, added dependency to ajbrowser in modules doc.mkersten2003-07-172-28/+74
|
* Re-added taskdefs dependancy for build system.mkersten2003-07-172-0/+2
|
* added "| .." to args for method and constructor pattern in the Word source ↵wisberg2003-07-171-0/+0
| | | | | | | file. Previously added to the generated .pdf files (I can edit pdf files, but not generate pdf from word).
* added pre-compiled .jar needed for Bugzilla Bug 39462 jhugunin2003-07-161-0/+0
| | | | Compiler crashes in jar and cflow
* Fix for Bugzilla #39479, #40109 jhugunin2003-07-168-11/+81
| | | | | | | | | | | | | based on patch contributed by Andy Clement Generalizes the patch with a method org.aspectj.weaver.bcel.Utility.copyInstruction that works-around the bug in Select.copy(). Changed all calls to Instruction.copy() to use this new method, would be nice to add the rule: * declare error: * call(* Instruction.copy()) && within(org.aspectj.weaver) * && !withincode(* Utility.copyInstruction(Instruction)): * "use Utility.copyInstruction to work-around bug in Select.copy()";
* looks good. fixed "org.eclipse.ajdt.core", wisberg2003-07-161-7/+20
| | | | added how to build, jdt.core patch/sources
* minor updates listed in the "recent changes" section.wisberg2003-07-161-57/+122
|
* surface ".." form for some number of arguments. wisberg2003-07-162-0/+0
| | | | | I'm using a different version of acrobat, so this might cause problems.
* added caveat for around advice on initializationwisberg2003-07-151-1/+5
|
* Updated modules documentation. mkersten2003-07-151-0/+353
| | | | Added ASM documentation.
* Updated dependency list.mkersten2003-07-151-2/+3
|
* Removed project dependancy on taskdefs project.mkersten2003-07-152-3/+1
|
* Updated module docs.mkersten2003-07-152-71/+399
|
* Finally adding some design docs (after 4 years).mkersten2003-07-143-0/+590
|
* Added safeguard for missing 1.3 setLocationRelativeTo method.mkersten2003-07-091-2/+6
|
* Fixed bugs introduced in 1.1rc2, where cast of message was incorrect.mkersten2003-07-091-6/+6
|
* test for Bugzilla Bug 39479 jhugunin2003-07-033-4/+41
| | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch.
* added test for Bugzilla Bug 39462 jhugunin2003-07-024-1/+33
| | | | Compiler crashes in jar and cflow
* tests and fixes for two awful error message bugs: jhugunin2003-07-027-14/+88
| | | | | [Bug 39458] New: Compiler crash in ajc 1.1 [Bug 39460] New: Missing import crashes compiler
* replacing 1.2 Vector API's with equivalent 1.1 API's to make telecom ↵wisberg2003-06-301-2/+2
| | | | testable under 1.1
* Updated post 1.1.0 release build.acolyer2003-06-062-5/+5
|
* Updated for 1.1.0 releaseV1_1_0acolyer2003-06-062-5/+5
|
* change only in comment echoed to output, listing expected failures for the ↵wisberg2003-06-051-1/+4
| | | | link checker.
* - linkcheck wisberg2003-06-051-2/+96
| | | | | - 1.1 examples (disabled pending hang fix) - separate examples, since nonGui goes OOM under 1.3