summaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Collapse)AuthorAgeFilesLines
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-1417-161/+174
| | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model.
* Added support for multiple relationships for a single program element. ↵mkersten2003-08-1312-47/+49
| | | | Renamed model container class.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-1223-100/+121
| | | | output, and port of AJDT to new ASM APIs.
* added license headerwisberg2003-08-082-18/+24
|
* Updated test data.mkersten2003-08-081-0/+1
|
* Got advice relationships working.mkersten2003-08-0829-247/+351
|
* First pass at new relationship API support.mkersten2003-08-087-43/+54
|
* Fixed bad cast.mkersten2003-08-082-21/+22
|
* Fixed ProgramElement modifiers bug.mkersten2003-08-083-6/+1
|
* Removed unnecessary cast.mkersten2003-08-081-1/+0
|
* Matthew's fixes for failing weaver unit tests.mkersten2003-08-0811-107/+198
|
* Reimplemented ASM API as described in bug "41254: revise asm and create ↵mkersten2003-08-0844-738/+947
| | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required.
* Fixed bad paths.mkersten2003-08-072-7/+4
|
* Added check for build warnings.mkersten2003-08-071-0/+1
|
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
|
* Cleaned up test-generated files.mkersten2003-08-074-57/+22
|
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
|
* Cleaned up test-generated files.mkersten2003-08-073-57/+0
|
* Cleaned up test-generated files.mkersten2003-08-072-22/+1
|
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵mkersten2003-08-073-28/+31
| | | | in order to match method naming conventions.
* Cleaned up test-generated files.mkersten2003-08-072-524/+0
|
* Fixed mkersten2003-08-071-1/+1
| | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser).
* Fixed bugs: mkersten2003-08-0620-42/+344
| | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser
* Improved generation of advice and pointcut names in the ASM.mkersten2003-08-063-6/+55
|
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-058-19/+202
|
* Expanded test data sources.mkersten2003-08-052-0/+1
|
* fixed 40194: error handling during build config parsingmkersten2003-07-303-24/+32
|
* fixed 40194: error handling during build config parsingmkersten2003-07-301-80/+66
|
* extended test datamkersten2003-07-303-0/+525
|
* Added incremental warning message.mkersten2003-07-301-44/+52
|
* De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵mkersten2003-07-253-4/+82
| | | | funtionality into the the ajbrowser module.)
* Ignoring AJDT-generated files.mkersten2003-07-251-0/+2
|
* Fix for bug#40771 mkersten2003-07-2516-516/+159
| | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.
* *** empty log message ***mkersten2003-07-231-0/+1
|
* Fix for AJDT bug 40380.mkersten2003-07-231-11/+15
|
* 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
|
* Addes support for JDT's Java options map.mkersten2003-07-223-1/+24
|
* Improved name of compilerAdatper private.mkersten2003-07-221-10/+10
|
* 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
|
* Disabling test reads from user preferences store. wisberg2003-05-142-2/+2
| | | | This was discussed on the list before rc2.
* Added persist member.acolyer2003-05-091-1/+5
|
* fixed testFileNodeFind that would always pass to be more strict jhugunin2003-05-081-1/+6
| | | | and then fixed the file it was operating on to be correct
* I believe this file can/should be deleted as unusedwisberg2003-05-071-0/+1
|
* comment, organizes imports (using 2, right?)wisberg2003-05-071-4/+4
|
* "organized imports" to eliminate compiler warningsacolyer2003-05-069-44/+18
|
* implement binary-incompatible API for detecting whether any warnings exist, ↵wisberg2003-05-051-0/+15
| | | | to enable/disable message display.
* use binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-0/+1
| | | | enable/disable message display.
* binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-1/+4
| | | | | | enable/disable message display. (should move to MessageHandler-based model)