Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | helens changes for 125295 - should keep AJDT happy. | aclement | 2006-01-26 | 2 | -7/+31 |
| | |||||
* | more ajdoc changes - see pr121711 - from Helen. | aclement | 2006-01-13 | 1 | -0/+4 |
| | |||||
* | ajdoc: fixes from Helen for 119453 | aclement | 2005-12-21 | 2 | -2/+13 |
| | |||||
* | eliminates all compilation warning messages from the asm module | acolyer | 2005-11-25 | 8 | -17/+35 |
| | |||||
* | fix for something Sian noticed. | aclement | 2005-11-17 | 1 | -1/+5 |
| | |||||
* | Fixed Bug #56779: [ajdoc] add ajdoc support for inter-type declarations and ↵ | mkersten | 2005-10-05 | 1 | -0/+8 |
| | | | | | | other declare forms Also fixed ajdoc tests to run correctly when executed via RunTheseBeforeYouCommit tests (previously they were not being run and silently failing). | ||||
* | Fix and tests for pr77269: incorrect structure model for inner types. (Patch ↵ | aclement | 2005-10-04 | 1 | -3/+10 |
| | | | | from Helen Hawkins). | ||||
* | Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for ↵V1_5_0M3 | mkersten | 2005-08-25 | 1 | -10/+0 |
| | | | | "private" members | ||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -43/+3 |
| | |||||
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 |
| | | | | validated by those who use build.xml. | ||||
* | MultiIncrementalSupport: some notes and helper stuff added. | aclement | 2005-04-26 | 1 | -9/+41 |
| | |||||
* | Put the ordering back to allow deserialization of an old set of ↵ | aclement | 2005-04-26 | 1 | -6/+6 |
| | | | | relationships to work. | ||||
* | Fixed bug#91912 added softens / softened by relationship to ASM | mkersten | 2005-04-21 | 1 | -5/+6 |
| | |||||
* | organized imports | aclement | 2005-04-19 | 1 | -1/+0 |
| | |||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+40 |
| | | | | individually or via master in build module. | ||||
* | bug#82171 Created sepereate handle provider to enable ASM use of ↵ | mkersten | 2005-04-14 | 5 | -39/+148 |
| | | | | IDE-specific handle identifiers. | ||||
* | Null friendly and includes sloc when dumping model (only ever used when ↵ | aclement | 2005-04-13 | 1 | -1/+6 |
| | | | | debugging structuremodel...) | ||||
* | Guard against NPE | aclement | 2005-04-07 | 1 | -1/+4 |
| | |||||
* | guard on structure model dumping. | aclement | 2005-03-24 | 1 | -1/+2 |
| | |||||
* | Bug found during declare annotation structure model testing! | aclement | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | Declare annotation: new declare nodes. | aclement | 2005-03-10 | 1 | -0/+4 |
| | |||||
* | Declare annotation: guard added for model building... (perf improvement!) | aclement | 2005-03-10 | 1 | -0/+17 |
| | |||||
* | Fix for atrocious incremental compilation performance. | aclement | 2005-02-04 | 3 | -17/+44 |
| | |||||
* | commented out tracing | aclement | 2005-02-04 | 1 | -1/+2 |
| | |||||
* | Get enum value fields to work in the ASM. Plus test reorg as we are now ↵ | aclement | 2005-01-20 | 1 | -2/+8 |
| | | | | adding tests that will only run on 1.5 | ||||
* | Promoted visibility of dump method for use from test cases. | aclement | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | java 5 support | acolyer | 2005-01-17 | 1 | -0/+4 |
| | |||||
* | Support for 'offset' in source locations - enabling AJDT improvements. Not ↵ | aclement | 2004-12-10 | 1 | -1/+5 |
| | | | | perfect - really the whole ISourceLocation thing needs sorting out ... | ||||
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 3 | -16/+28 |
| | |||||
* | 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 |
| |