summaryrefslogtreecommitdiffstats
path: root/ajde/src
Commit message (Expand)AuthorAgeFilesLines
* The BIG commit. aclement2004-08-033-10/+86
* fix for Bugzilla Bug 40206acolyer2004-07-292-6/+4
* set default warning values correctly when passed in 'null'acolyer2004-06-081-32/+51
* Minor non-disruptive ASM API cleanup.mkersten2004-03-292-5/+5
* Fix for Bugzilla Bug 40192 aclement2004-03-181-1/+8
* Moved clearning of relationship map to AjBuildManager in order to make mkersten2004-03-111-3/+0
* Minor cleanup of build cancelling.mkersten2004-03-102-5/+8
* Removed stale ajworkingdir option from project properties interface.mkersten2004-02-181-1/+1
* new icons for declare precendencemkersten2004-01-303-0/+0
* eliminated a dependency on org.eclipse.core.runtime that had crept acolyer2004-01-231-5/+5
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-2322-284/+284
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-131-6/+7
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-113-2/+12
* Fixed part III of bug#43783mkersten2003-10-221-13/+21
* Made model generation optional.mkersten2003-09-053-4/+11
* deleted a rogue import of com.sum.crypto... that mik must have added by accid...acolyer2003-08-161-2/+0
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-168-9/+38
* Added declare error/warning relationships to model.mkersten2003-08-164-39/+13
* Ported inline annotation support to new ASM API. Ported aspect visualizer. ...mkersten2003-08-151-0/+2
* Improved declare relationships. Implemented batch-build relationship clearin...mkersten2003-08-141-0/+3
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-149-56/+63
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-137-29/+32
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-127-44/+89
* Got advice relationships working.mkersten2003-08-0820-180/+265
* First pass at new relationship API support.mkersten2003-08-085-34/+34
* Fixed bad cast.mkersten2003-08-082-21/+22
* Fixed ProgramElement modifiers bug.mkersten2003-08-081-1/+0
* Removed unnecessary cast.mkersten2003-08-081-1/+0
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-0828-640/+693
* Fixed mkersten2003-08-071-1/+1
* Fixed bugs: mkersten2003-08-064-37/+13
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-051-1/+7
* fixed 40194: error handling during build config parsingmkersten2003-07-301-80/+66
* Added incremental warning message.mkersten2003-07-301-44/+52
* De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionalit...mkersten2003-07-252-3/+80
* Fix for bug#40771 mkersten2003-07-2511-511/+74
* Fix for AJDT bug 40380.mkersten2003-07-231-11/+15
* 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
* Added persist member.acolyer2003-05-091-1/+5
* 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-066-31/+6
* use binary-incompatible API for detecting whether any warnings exist, to enab...wisberg2003-05-051-0/+1
* binary-incompatible API for detecting whether any warnings exist, to enable/d...wisberg2003-05-051-1/+4
* NPE guardwisberg2003-05-052-5/+13
* comment regarding canonicalizing path for inputwisberg2003-05-051-0/+1
* support both same- and other-vm runs using new using new LangUtil API's for r...wisberg2003-05-051-31/+139