Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Bugzilla Bug 71878 | aclement | 2004-08-13 | 1 | -1/+6 |
| | | | | Bad injar aspect name on Linux | ||||
* | No really, this *is* the last fix that will make the build work. | aclement | 2004-08-05 | 1 | -1/+2 |
| | |||||
* | guard for NPE. | aclement | 2004-08-05 | 1 | -0/+2 |
| | |||||
* | The BIG commit. | aclement | 2004-08-03 | 9 | -40/+677 |
| | | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off) | ||||
* | Expanded javadocs describing examples of ASM usage. | mkersten | 2004-07-23 | 2 | -3/+11 |
| | |||||
* | Start of ASM API docs. | mkersten | 2004-04-27 | 1 | -0/+9 |
| | |||||
* | Added support for getting/setting formal comments | mkersten | 2004-04-07 | 2 | -1/+6 |
| | |||||
* | Minor non-disruptive ASM API cleanup. | mkersten | 2004-03-29 | 3 | -8/+8 |
| | |||||
* | Added methods for retrieving the signature of a program element as it ↵ | mkersten | 2004-03-11 | 2 | -7/+15 |
| | | | | | | occurrs in the source code. Needed by ajdoc, possibly useful to other clients. | ||||
* | Fixed generation and access of return types on IProgramElements(s). | mkersten | 2004-03-10 | 2 | -5/+17 |
| | |||||
* | Fixed bug#45489 "Structure model is wrong when re-opened" | mkersten | 2004-02-19 | 1 | -3/+5 |
| | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 8 | -12/+12 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Fix for bug#47318: "org.aspectj.asm.IRelationship.Kind.ALL does not contain ↵ | mkersten | 2003-11-23 | 1 | -1/+1 |
| | | | | all kinds" | ||||
* | returning TestSuite rather than Test to permit all tests to run from Eclipse | wisberg | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | Fix for bug#43709. | mkersten | 2003-09-26 | 1 | -2/+9 |
| | |||||
* | always canonicalize the file argument when searching for nodes by file ↵ | acolyer | 2003-09-12 | 1 | -3/+9 |
| | | | | and/or line. | ||||
* | added a cache by type to avoid linear searches | acolyer | 2003-09-11 | 1 | -19/+31 |
| | |||||
* | remember handleIdentifier once calculated, use canonical file path map | acolyer | 2003-09-11 | 1 | -22/+15 |
| | |||||
* | added a cache of canonical file paths | acolyer | 2003-09-11 | 1 | -0/+119 |
| | |||||
* | Removed asm path canonicalization. | mkersten | 2003-09-05 | 2 | -18/+18 |
| | |||||
* | added a cache by handle to avoid terrible performance on larger projects | acolyer | 2003-08-23 | 2 | -3/+28 |
| | |||||
* | Added a removeAllListeners method to be called from test suite to | acolyer | 2003-08-16 | 1 | -0/+8 |
| | | | | prevent listener leakage which cripples performance of the test cases. | ||||
* | Fixed AJDT bug with truncation of labels (there was a weird substring call ↵ | mkersten | 2003-08-16 | 2 | -6/+8 |
| | | | | in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs. | ||||
* | copyright header change to satisfy BuildModuleTests | acolyer | 2003-08-15 | 1 | -0/+5 |
| | |||||
* | Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵ | mkersten | 2003-08-15 | 3 | -45/+75 |
| | | | | Improved link siganture generation. Improved ASM test coverage. | ||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 5 | -5/+29 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 12 | -207/+505 |
| | | | | 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. ↵ | mkersten | 2003-08-13 | 7 | -22/+69 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 6 | -62/+87 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | corrected header (copyright) | wisberg | 2003-08-08 | 2 | -2/+12 |
| | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 6 | -83/+44 |
| | |||||
* | Fixed initialization. | mkersten | 2003-08-08 | 1 | -2/+3 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 9 | -43/+177 |
| | |||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 2 | -6/+13 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 19 | -1804/+785 |
| | | | | 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. | ||||
* | Improved generation of advice and pointcut names in the ASM. | mkersten | 2003-08-06 | 1 | -0/+4 |
| | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 4 | -6/+55 |
| | |||||
* | Deprecated singleton API. | mkersten | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | Refactored singleton reference to be accessed via getDefault() in order to ↵ | mkersten | 2003-07-25 | 1 | -1/+5 |
| | | | | be consistent with the rest of AJDE. | ||||
* | "organized imports" to eliminate compiler warnings | acolyer | 2003-05-06 | 5 | -10/+10 |
| | |||||
* | comment re: canonicalized path | wisberg | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | NPE guard | wisberg | 2003-05-05 | 1 | -6/+10 |
| | |||||
* | comment re: List children supporting ListIterator().remove() | wisberg | 2003-05-05 | 1 | -0/+1 |
| | |||||
* | Improved formatting of toString for LinkNodes | acolyer | 2003-02-26 | 1 | -3/+14 |
| | |||||
* | The mappings for advice are now correct, and associations have corresponding ↵ | mkersten | 2003-02-26 | 1 | -8/+8 |
| | | | | kinds (e.g. "affects exception handlers"). | ||||
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
| | |||||
* | Bug 33011. Refactored access to file map for easier | acolyer | 2003-02-25 | 1 | -3/+14 |
| | | | | testing and debugging. | ||||
* | Fixed source line mapping errors. | mkersten | 2003-02-18 | 1 | -12/+22 |
| | | | | | | Fixed formatting of pointcuts. Added a few more tests for above. | ||||
* | Fixed failing unit tests. Involved making paths work right in structure model, | mkersten | 2003-02-18 | 1 | -12/+17 |
| | | | | and updating for differences in the 1.1 model. | ||||
* | fixed bug #29186, much better handling of structure generation | jhugunin | 2003-01-14 | 1 | -6/+31 |
| | | | | added an Xlint flag for warnings when join points don't have structure nodes |