aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* fix for 155213: made using date formatter lazy.aclement2006-08-252-13/+16
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-255-0/+40
| | | | Matthew doesnt complain.
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-231-0/+19
| | | | META-INF/aop-ajc.xml)
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-182-0/+19
|
* Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler ↵mwebster2006-08-141-0/+16
| | | | implementations to add context)
* fix for 152388aclement2006-08-081-3/+5
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* update license to EPLacolyer2006-06-0121-42/+42
|
* don't hold hard references to state in this context. Assume single threaded ↵acolyer2006-02-101-11/+37
| | | | unless told otherwise. Provide reset to ditch memory we are holding.
* an additional interface that custom message handlers may choose to ↵acolyer2006-01-181-0/+35
| | | | implement. Implementors get callbacks when a build is starting and when a build has finished (allowing them to perform before and after build processing, like closing output files etc..).
* eliminating compilation warnings from bridge module...acolyer2005-11-254-4/+10
|
* fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ↵avasseur2005-10-251-5/+7
| | | | passed thru the aspectof munger. Added custom logic for that
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and ↵acolyer2005-09-262-4/+8
| | | | exceptions, plus support for -Xdev:Pinpoint
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus ↵acolyer2005-09-266-0/+457
| | | | support for -Xdev:Pinpoint
* Patch files to reapply changes developed in exploring pr107313 should we ↵acolyer2005-09-021-0/+58
| | | | ever decided to go back down that route...
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo ↵acolyer2005-09-011-2/+2
| | | | messages.
* removed hard-coded date of July 5thacolyer2005-08-111-8/+8
|
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-12/+10
|
* added extra utility method for warningsacolyer2005-07-231-0/+8
|
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-051-0/+1
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-44/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* Fix for 44155: TODO tasks miscategorized as warningsaclement2005-05-052-1/+9
|
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-044-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 ↵aclement2005-05-041-2/+1
| | | | annotation
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-261-1/+1
| | | | annotations + tests from Andy H
* Uses default locale rather than assuming UKaclement2005-04-191-1/+1
|
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+41
| | | | individually or via master in build module.
* Declare annotation: first bit of weaving messages for declare annotation - ↵aclement2005-03-101-0/+3
| | | | not finished yet!
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-241-2/+2
|
* Fix for Bug 82062: WeaveMessage should provide more informationaclement2005-01-041-3/+41
| | | | (Bug and fix from Martin Lippert)
* Support for 'offset' in source locations - enabling AJDT improvements. Not ↵aclement2004-12-102-0/+15
| | | | perfect - really the whole ISourceLocation thing needs sorting out ...
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-172-2/+18
|
* Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵aclement2004-08-162-2/+11
| | | | compiler / AJDE
* Will this fix the build?aclement2004-08-041-1/+1
|
* The BIG commit. aclement2004-08-034-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 aclement2004-03-181-0/+11
| | | | build cancel during weaving
* make sure this test behaves appropriately when run outside of acolyer2004-03-181-0/+1
| | | | a cruise control driven build.
* move weaving to inside of the compiler.compile loop. acolyer2004-03-152-1/+8
| | | | ensure messages are associated with source wherever possible
* Georges fix for test that verifies DEVELOPMENT build date/time stamp.aclement2004-03-051-9/+5
|
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-231-5/+0
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* Added javadoc for getExtraSourceLocations()mkersten2004-01-221-0/+13
|
* NPE instead of IAX for null input, clear out unused code, and update test.wisberg2004-01-092-49/+13
|
* unduly narrow APIwisberg2004-01-091-1/+1
|
* fix for Bugzilla Bug 41952 jhugunin2004-01-074-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. mkersten2003-08-072-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 ↵mkersten2003-08-074-6/+6
| | | | in order to match method naming conventions.
* More message-visiting methods, used only by harness now.wisberg2003-05-141-11/+121
|
* "organized imports" to eliminate compiler warningsacolyer2003-05-061-1/+0
|