Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵ | mkersten | 2003-07-25 | 4 | -20/+37 |
| | | | | funtionality into the the ajbrowser module.) | ||||
* | Added license. | mkersten | 2003-07-25 | 1 | -1/+15 |
| | |||||
* | Refactored singleton reference to be accessed via getDefault() in order to ↵ | mkersten | 2003-07-25 | 4 | -7/+11 |
| | | | | be consistent with the rest of AJDE. | ||||
* | Ignoring AJDT-generated files. | mkersten | 2003-07-25 | 1 | -0/+2 |
| | |||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 19 | -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 ↵ | mkersten | 2003-07-25 | 1 | -0/+24 |
| | | | | order to work around a BCEL Instruction.copy bug. | ||||
* | Initial upload. Only a placeholder for now. | acolyer | 2003-07-25 | 1 | -0/+3 |
| | |||||
* | Adding ignores for AJDT builds | mkersten | 2003-07-25 | 2 | -0/+4 |
| | |||||
* | fix and moved test for Bugzilla Bug 39711 | jhugunin | 2003-07-24 | 6 | -19/+70 |
| | | | | Class Literals as non final fields | ||||
* | moved to 2.1.1 jdtcore. Updated our code to change one call to a | jhugunin | 2003-07-24 | 4 | -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 compilations | acolyer | 2003-07-24 | 2 | -0/+3139 |
| | |||||
* | *** empty log message *** | mkersten | 2003-07-23 | 1 | -0/+1 |
| | |||||
* | Fix for AJDT bug 40380. | mkersten | 2003-07-23 | 3 | -16/+35 |
| | |||||
* | removing file intended for personal use | jhugunin | 2003-07-23 | 1 | -9/+0 |
| | |||||
* | added test for Bugzilla Bug 40589 | jhugunin | 2003-07-23 | 2 | -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 | jhugunin | 2003-07-23 | 3 | -0/+58 |
| | | | | number of loops in BasicCommandTestCase.testSizeChanges() | ||||
* | added test for expanded version of Bugzilla Bug 39711 | jhugunin | 2003-07-23 | 2 | -2/+32 |
| | | | | Class Literals as non final fields | ||||
* | fix and expanded tests for Bugzilla Bug 39462 | jhugunin | 2003-07-22 | 8 | -11/+66 |
| | | | | Compiler crashes in jar and cflow | ||||
* | tests and fix for Bugzilla Bug 39993 | jhugunin | 2003-07-22 | 7 | -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. | mkersten | 2003-07-22 | 1 | -2/+22 |
| | |||||
* | Added coverge to LST file tests. Improved name of file opening method. | mkersten | 2003-07-22 | 6 | -16/+40 |
| | |||||
* | Added coverge to LST file tests. | mkersten | 2003-07-22 | 3 | -1/+8 |
| | |||||
* | changed default compiler behavior to ignore unreachable code (matching Javac) | mkersten | 2003-07-22 | 1 | -1/+1 |
| | |||||
* | Addes support for JDT's Java options map. | mkersten | 2003-07-22 | 3 | -1/+24 |
| | |||||
* | Improved name of compilerAdatper private. | mkersten | 2003-07-22 | 1 | -10/+10 |
| | |||||
* | Started compiler design doc. | mkersten | 2003-07-21 | 2 | -0/+155 |
| | |||||
* | Updated ASM docs, added dependency to ajbrowser in modules doc. | mkersten | 2003-07-17 | 2 | -28/+74 |
| | |||||
* | Re-added taskdefs dependancy for build system. | mkersten | 2003-07-17 | 2 | -0/+2 |
| | |||||
* | added "| .." to args for method and constructor pattern in the Word source ↵ | wisberg | 2003-07-17 | 1 | -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 | jhugunin | 2003-07-16 | 1 | -0/+0 |
| | | | | Compiler crashes in jar and cflow | ||||
* | Fix for Bugzilla #39479, #40109 | jhugunin | 2003-07-16 | 8 | -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", | wisberg | 2003-07-16 | 1 | -7/+20 |
| | | | | added how to build, jdt.core patch/sources | ||||
* | minor updates listed in the "recent changes" section. | wisberg | 2003-07-16 | 1 | -57/+122 |
| | |||||
* | surface ".." form for some number of arguments. | wisberg | 2003-07-16 | 2 | -0/+0 |
| | | | | | I'm using a different version of acrobat, so this might cause problems. | ||||
* | added caveat for around advice on initialization | wisberg | 2003-07-15 | 1 | -1/+5 |
| | |||||
* | Updated modules documentation. | mkersten | 2003-07-15 | 1 | -0/+353 |
| | | | | Added ASM documentation. | ||||
* | Updated dependency list. | mkersten | 2003-07-15 | 1 | -2/+3 |
| | |||||
* | Removed project dependancy on taskdefs project. | mkersten | 2003-07-15 | 2 | -3/+1 |
| | |||||
* | Updated module docs. | mkersten | 2003-07-15 | 2 | -71/+399 |
| | |||||
* | Finally adding some design docs (after 4 years). | mkersten | 2003-07-14 | 3 | -0/+590 |
| | |||||
* | Added safeguard for missing 1.3 setLocationRelativeTo method. | mkersten | 2003-07-09 | 1 | -2/+6 |
| | |||||
* | Fixed bugs introduced in 1.1rc2, where cast of message was incorrect. | mkersten | 2003-07-09 | 1 | -6/+6 |
| | |||||
* | test for Bugzilla Bug 39479 | jhugunin | 2003-07-03 | 3 | -4/+41 |
| | | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch. | ||||
* | added test for Bugzilla Bug 39462 | jhugunin | 2003-07-02 | 4 | -1/+33 |
| | | | | Compiler crashes in jar and cflow | ||||
* | tests and fixes for two awful error message bugs: | jhugunin | 2003-07-02 | 7 | -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 ↵ | wisberg | 2003-06-30 | 1 | -2/+2 |
| | | | | testable under 1.1 | ||||
* | Updated post 1.1.0 release build. | acolyer | 2003-06-06 | 2 | -5/+5 |
| | |||||
* | Updated for 1.1.0 releaseV1_1_0 | acolyer | 2003-06-06 | 2 | -5/+5 |
| | |||||
* | change only in comment echoed to output, listing expected failures for the ↵ | wisberg | 2003-06-05 | 1 | -1/+4 |
| | | | | link checker. | ||||
* | - linkcheck | wisberg | 2003-06-05 | 1 | -2/+96 |
| | | | | | - 1.1 examples (disabled pending hang fix) - separate examples, since nonGui goes OOM under 1.3 |