aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-046-32/+142
| | | | | | | | | | This adds an optional "context" String to IMessage. The IMessage creator should create a context String (or use an implementation that lazily creates one). The IMessage client can render their messages without context embedded in the message field. Emitting source context from the weaver will be harder. Using file and start/end line will probably work, since tool clients can map to any available source file paths. (BcelSourceContext and BcelShadow can be updated with end from range.)
* ignoring case in detecting jar/zip suffixeswisberg2003-03-041-3/+7
|
* info messages wrt inc-compile staging wisberg2003-03-041-0/+2
| | | | (will not be emitted even in verbose mode until iterator (the client) is updated)
* bad binary pattern resulted in not filtering dist fileswisberg2003-03-041-1/+1
|
* 1.1 release language and polishwisberg2003-03-041-14/+15
|
* incomplete list of release gaffes to watch out forwisberg2003-03-041-1/+8
|
* new "Technology" sections with answers about runtime reflection, load-time ↵wisberg2003-03-031-12/+125
| | | | weaving, etc., some take from recent emails.
* @testcase no such constructor for proceed argument (error) V_1_1_b5wisberg2003-02-282-0/+34
| | | | (compiler throwing NPE)
* removed aspectj.org referenceswisberg2003-02-282-8/+7
|
* added comment per Mik wrt ant/javacwisberg2003-02-281-1/+13
|
* *minor* editorial changes for beta5wisberg2003-02-281-7/+6
|
* *minor* editorial changes for beta5 just to get names right. wisberg2003-02-281-25/+26
| | | | Still reads as a delta since beta2 and needs updates for any functionality changes since beta4.
* fixed lists and extra empty itemswisberg2003-02-281-40/+26
|
* adding aspectjrt.jar to classpath to avoid disregarded warningwisberg2003-02-281-0/+1
|
* avoiding compiler warning wrt static ref via instancewisberg2003-02-282-51/+52
|
* incomplete upgrade to read expected-messages from xmlwisberg2003-02-283-12/+219
|
* Fixed setting runnable bit on structure nodes. mkersten2003-02-284-7/+9
| | | | Fixed failing incremental test.
* separate developer's sectionwisberg2003-02-281-81/+217
|
* added 2003 Contributors to copyright.wisberg2003-02-281-1/+1
|
* installer was misreporting README file name for AspectJ distribution. wisberg2003-02-272-1/+10
| | | | (The installer could be refactored for simpilcity if/since we're not supporting multiple distributions any more.)
* Update to matches to test on Kindacolyer2003-02-271-0/+7
|
* Fudge for getSourceLocation to give as much of a acolyer2003-02-271-1/+17
| | | | clue as possible about the real identity of the file.
* Final message is actually on line 74, not 73acolyer2003-02-272-2/+2
|
* finishResolveTypes now tests for CONCRETE as well acolyer2003-02-271-1/+4
| | | | as RESOLVED pointcuts
* Broke out and increased build/test docs; some new info in the build module ↵wisberg2003-02-272-143/+495
| | | | | | notes. Included release instructions in the build/test docs
* Restored original mechanism of getting source location acolyer2003-02-261-2/+3
| | | | now that debug info is being generated.
* Use ***sourceStart*** (to avoid navigating to top of comments), acolyer2003-02-261-3/+3
| | | | but "declarationSourceEnd"
* Flipped debug options around so that acolyer2003-02-261-3/+6
| | | | batch build now generates debug info by default
* Flipped debug options tests around to reflect fact that acolyer2003-02-261-8/+8
| | | | batch build now generates debug info by default
* Edited (and then restored) iilegalNewFigElt pointcut acolyer2003-02-261-1/+3
| | | | to trap declare error task generation
* Switched default for Ajde (batch compile) to have acolyer2003-02-261-14/+17
| | | | debug info turned on.
* Added logic to update declarationSourceStart/End as acolyer2003-02-261-2/+4
| | | | well as sourceStart/End (used by AsmBuilder)
* Improved formatting of toString for SourceLocation to show acolyer2003-02-261-1/+1
| | | | end line.
* Improved formatting of toString for LinkNodesacolyer2003-02-261-3/+14
|
* Added new Granularity, DECLARED_ELEMENTS, and acolyer2003-02-262-4/+7
| | | | new rule to acceptGranularity
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-26237-976/+2061
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2651-130/+476
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* The mappings for advice are now correct, and associations have corresponding ↵mkersten2003-02-264-22/+49
| | | | kinds (e.g. "affects exception handlers").
* Added new coverage test source.mkersten2003-02-263-0/+70
|
* Ignore bin directoryacolyer2003-02-263-0/+3
|
* Ignore bin directoryacolyer2003-02-2612-0/+12
|
* Bug 33011. Refactored access to fileMap in SructureModelacolyer2003-02-251-1/+2
|
* Bug 33011. Added correct calculations for start and end acolyer2003-02-251-19/+127
| | | | | line for CompilationUnitDeclarations and for sub-nodes (makeLocation).
* Bug 33011. getEndLine() was returning the start line.acolyer2003-02-251-5/+5
|
* Bug 33011. Refactored access to file map for easier acolyer2003-02-251-3/+14
| | | | testing and debugging.
* This test was failing, seemed to rely on "currentView" acolyer2003-02-251-4/+6
| | | | which was set up by another testMethod
* Fixed source line mapping errors. mkersten2003-02-184-17/+65
| | | | | | Fixed formatting of pointcuts. Added a few more tests for above.
* Fixed failing unit tests. Involved making paths work right in structure model, mkersten2003-02-185-95/+114
| | | | and updating for differences in the 1.1 model.
* applying Martin Lippert's patch in support of a weaving class loader jhugunin2003-02-145-27/+51
| | | | made some modifications to avoid duplication of code from weave method
* added test for 30026 , even though its working in the current versionjhugunin2003-02-142-0/+33
|