Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed hard-coded date of July 5th | acolyer | 2005-08-11 | 1 | -8/+8 |
| | |||||
* | add test for proxy weaving and jit class weaving, update ltw doc | avasseur | 2005-08-11 | 2 | -12/+10 |
| | |||||
* | added extra utility method for warnings | acolyer | 2005-07-23 | 1 | -0/+8 |
| | |||||
* | add offset in MethodDeclarationAttribute for @AJ in AJDT | avasseur | 2005-07-05 | 1 | -0/+1 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -44/+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. | ||||
* | Fix for 44155: TODO tasks miscategorized as warnings | aclement | 2005-05-05 | 2 | -1/+9 |
| | |||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 4 | -3/+39 |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) | ||||
* | Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵ | aclement | 2005-05-04 | 1 | -2/+1 |
| | | | | annotation | ||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 1 | -1/+1 |
| | | | | annotations + tests from Andy H | ||||
* | Uses default locale rather than assuming UK | aclement | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+41 |
| | | | | individually or via master in build module. | ||||
* | Declare annotation: first bit of weaving messages for declare annotation - ↵ | aclement | 2005-03-10 | 1 | -0/+3 |
| | | | | not finished yet! | ||||
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-24 | 1 | -2/+2 |
| | |||||
* | Fix for Bug 82062: WeaveMessage should provide more information | aclement | 2005-01-04 | 1 | -3/+41 |
| | | | | (Bug and fix from Martin Lippert) | ||||
* | Support for 'offset' in source locations - enabling AJDT improvements. Not ↵ | aclement | 2004-12-10 | 2 | -0/+15 |
| | | | | perfect - really the whole ISourceLocation thing needs sorting out ... | ||||
* | remaining fix for 72016 (problem/type information flowing through AJDE) | aclement | 2004-08-17 | 2 | -2/+18 |
| | |||||
* | Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵ | aclement | 2004-08-16 | 2 | -2/+11 |
| | | | | compiler / AJDE | ||||
* | Will this fix the build? | aclement | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | The BIG commit. | aclement | 2004-08-03 | 4 | -12/+106 |
| | | | | | | | | | - 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) | ||||
* | Fix for Bugzilla Bug 40192 | aclement | 2004-03-18 | 1 | -0/+11 |
| | | | | build cancel during weaving | ||||
* | make sure this test behaves appropriately when run outside of | acolyer | 2004-03-18 | 1 | -0/+1 |
| | | | | a cruise control driven build. | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 2 | -1/+8 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | Georges fix for test that verifies DEVELOPMENT build date/time stamp. | aclement | 2004-03-05 | 1 | -9/+5 |
| | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 1 | -5/+0 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Added javadoc for getExtraSourceLocations() | mkersten | 2004-01-22 | 1 | -0/+13 |
| | |||||
* | NPE instead of IAX for null input, clear out unused code, and update test. | wisberg | 2004-01-09 | 2 | -49/+13 |
| | |||||
* | unduly narrow API | wisberg | 2004-01-09 | 1 | -1/+1 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 4 | -52/+78 |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | ||||
* | 40534: Declare warning/error output - more detail required. | mkersten | 2003-08-07 | 2 | -0/+44 |
| | | | | - Added getDetails() to messages. This String corresponding to thisJoinPointStatic part can be used by tools that need to display additional info. | ||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 4 | -6/+6 |
| | | | | in order to match method naming conventions. | ||||
* | More message-visiting methods, used only by harness now. | wisberg | 2003-05-14 | 1 | -11/+121 |
| | |||||
* | "organized imports" to eliminate compiler warnings | acolyer | 2003-05-06 | 1 | -1/+0 |
| | |||||
* | More readable API than comparator for common floor operation ↵ | wisberg | 2003-04-19 | 5 | -17/+42 |
| | | | | (semantics-preserving) | ||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 2 | -0/+43 |
| | | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. | ||||
* | Use consistent time zones in generating time strings | acolyer | 2003-03-12 | 1 | -1/+4 |
| | |||||
* | partial fix for bug 31724 emits file:line numbers for declare warning/error. | wisberg | 2003-03-04 | 2 | -2/+19 |
| | | | | | | | | | | 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.) | ||||
* | Improved formatting of toString for SourceLocation to show | acolyer | 2003-02-26 | 1 | -1/+1 |
| | | | | end line. | ||||
* | Ran "Organize imports" to remove redundant imports etc - | acolyer | 2003-02-26 | 6 | -18/+13 |
| | | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees! | ||||
* | Bug 33011. getEndLine() was returning the start line. | acolyer | 2003-02-25 | 1 | -5/+5 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 3 | -5/+0 |
| | |||||
* | new default quotes DEVELOPMENT for scanner. | wisberg | 2002-12-23 | 1 | -2/+24 |
| | |||||
* | using DEVELOPMENT as active cvs version | jhugunin | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | 1.1b2V_1_1_b2 | wisberg | 2002-12-18 | 1 | -12/+11 |
| | |||||
* | refactoring AbortException to make it clearer when we | ehilsdal | 2002-12-16 | 2 | -9/+14 |
| | | | | want to abort w/o message, and to always stuff in a stack trace | ||||
* | initial version | wisberg | 2002-12-16 | 20 | -0/+2991 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 3 | -0/+31 |