Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partial fix for bug 31724 emits file:line numbers for declare warning/error. | wisberg | 2003-03-04 | 6 | -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 suffixes | wisberg | 2003-03-04 | 1 | -3/+7 |
| | |||||
* | info messages wrt inc-compile staging | wisberg | 2003-03-04 | 1 | -0/+2 |
| | | | | (will not be emitted even in verbose mode until iterator (the client) is updated) | ||||
* | bad binary pattern resulted in not filtering dist files | wisberg | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | 1.1 release language and polish | wisberg | 2003-03-04 | 1 | -14/+15 |
| | |||||
* | incomplete list of release gaffes to watch out for | wisberg | 2003-03-04 | 1 | -1/+8 |
| | |||||
* | new "Technology" sections with answers about runtime reflection, load-time ↵ | wisberg | 2003-03-03 | 1 | -12/+125 |
| | | | | weaving, etc., some take from recent emails. | ||||
* | @testcase no such constructor for proceed argument (error) V_1_1_b5 | wisberg | 2003-02-28 | 2 | -0/+34 |
| | | | | (compiler throwing NPE) | ||||
* | removed aspectj.org references | wisberg | 2003-02-28 | 2 | -8/+7 |
| | |||||
* | added comment per Mik wrt ant/javac | wisberg | 2003-02-28 | 1 | -1/+13 |
| | |||||
* | *minor* editorial changes for beta5 | wisberg | 2003-02-28 | 1 | -7/+6 |
| | |||||
* | *minor* editorial changes for beta5 just to get names right. | wisberg | 2003-02-28 | 1 | -25/+26 |
| | | | | Still reads as a delta since beta2 and needs updates for any functionality changes since beta4. | ||||
* | fixed lists and extra empty items | wisberg | 2003-02-28 | 1 | -40/+26 |
| | |||||
* | adding aspectjrt.jar to classpath to avoid disregarded warning | wisberg | 2003-02-28 | 1 | -0/+1 |
| | |||||
* | avoiding compiler warning wrt static ref via instance | wisberg | 2003-02-28 | 2 | -51/+52 |
| | |||||
* | incomplete upgrade to read expected-messages from xml | wisberg | 2003-02-28 | 3 | -12/+219 |
| | |||||
* | Fixed setting runnable bit on structure nodes. | mkersten | 2003-02-28 | 4 | -7/+9 |
| | | | | Fixed failing incremental test. | ||||
* | separate developer's section | wisberg | 2003-02-28 | 1 | -81/+217 |
| | |||||
* | added 2003 Contributors to copyright. | wisberg | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | installer was misreporting README file name for AspectJ distribution. | wisberg | 2003-02-27 | 2 | -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 Kind | acolyer | 2003-02-27 | 1 | -0/+7 |
| | |||||
* | Fudge for getSourceLocation to give as much of a | acolyer | 2003-02-27 | 1 | -1/+17 |
| | | | | clue as possible about the real identity of the file. | ||||
* | Final message is actually on line 74, not 73 | acolyer | 2003-02-27 | 2 | -2/+2 |
| | |||||
* | finishResolveTypes now tests for CONCRETE as well | acolyer | 2003-02-27 | 1 | -1/+4 |
| | | | | as RESOLVED pointcuts | ||||
* | Broke out and increased build/test docs; some new info in the build module ↵ | wisberg | 2003-02-27 | 2 | -143/+495 |
| | | | | | | notes. Included release instructions in the build/test docs | ||||
* | Restored original mechanism of getting source location | acolyer | 2003-02-26 | 1 | -2/+3 |
| | | | | now that debug info is being generated. | ||||
* | Use ***sourceStart*** (to avoid navigating to top of comments), | acolyer | 2003-02-26 | 1 | -3/+3 |
| | | | | but "declarationSourceEnd" | ||||
* | Flipped debug options around so that | acolyer | 2003-02-26 | 1 | -3/+6 |
| | | | | batch build now generates debug info by default | ||||
* | Flipped debug options tests around to reflect fact that | acolyer | 2003-02-26 | 1 | -8/+8 |
| | | | | batch build now generates debug info by default | ||||
* | Edited (and then restored) iilegalNewFigElt pointcut | acolyer | 2003-02-26 | 1 | -1/+3 |
| | | | | to trap declare error task generation | ||||
* | Switched default for Ajde (batch compile) to have | acolyer | 2003-02-26 | 1 | -14/+17 |
| | | | | debug info turned on. | ||||
* | Added logic to update declarationSourceStart/End as | acolyer | 2003-02-26 | 1 | -2/+4 |
| | | | | well as sourceStart/End (used by AsmBuilder) | ||||
* | Improved formatting of toString for SourceLocation to show | acolyer | 2003-02-26 | 1 | -1/+1 |
| | | | | end line. | ||||
* | Improved formatting of toString for LinkNodes | acolyer | 2003-02-26 | 1 | -3/+14 |
| | |||||
* | Added new Granularity, DECLARED_ELEMENTS, and | acolyer | 2003-02-26 | 2 | -4/+7 |
| | | | | new rule to acceptGranularity | ||||
* | Ran "Organize imports" to remove redundant imports etc - | acolyer | 2003-02-26 | 237 | -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 - | acolyer | 2003-02-26 | 51 | -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 ↵ | mkersten | 2003-02-26 | 4 | -22/+49 |
| | | | | kinds (e.g. "affects exception handlers"). | ||||
* | Added new coverage test source. | mkersten | 2003-02-26 | 3 | -0/+70 |
| | |||||
* | Ignore bin directory | acolyer | 2003-02-26 | 3 | -0/+3 |
| | |||||
* | Ignore bin directory | acolyer | 2003-02-26 | 12 | -0/+12 |
| | |||||
* | Bug 33011. Refactored access to fileMap in SructureModel | acolyer | 2003-02-25 | 1 | -1/+2 |
| | |||||
* | Bug 33011. Added correct calculations for start and end | acolyer | 2003-02-25 | 1 | -19/+127 |
| | | | | | line for CompilationUnitDeclarations and for sub-nodes (makeLocation). | ||||
* | Bug 33011. getEndLine() was returning the start line. | acolyer | 2003-02-25 | 1 | -5/+5 |
| | |||||
* | Bug 33011. Refactored access to file map for easier | acolyer | 2003-02-25 | 1 | -3/+14 |
| | | | | testing and debugging. | ||||
* | This test was failing, seemed to rely on "currentView" | acolyer | 2003-02-25 | 1 | -4/+6 |
| | | | | which was set up by another testMethod | ||||
* | Fixed source line mapping errors. | mkersten | 2003-02-18 | 4 | -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, | mkersten | 2003-02-18 | 5 | -95/+114 |
| | | | | and updating for differences in the 1.1 model. | ||||
* | applying Martin Lippert's patch in support of a weaving class loader | jhugunin | 2003-02-14 | 5 | -27/+51 |
| | | | | made some modifications to avoid duplication of code from weave method | ||||
* | added test for 30026 , even though its working in the current version | jhugunin | 2003-02-14 | 2 | -0/+33 |
| |