summaryrefslogtreecommitdiffstats
path: root/bridge/src
Commit message (Expand)AuthorAgeFilesLines
* persistenceaclement2009-08-252-59/+55
* 286539: test and fix (decanno type in model)aclement2009-08-131-134/+162
* declareMixinaclement2009-03-091-63/+62
* prevent multi-threaded access problems to the mapaclement2009-01-161-1/+2
* remove unused codeaclement2008-08-311-105/+81
* eclipse: unnecessary semiaclement2008-08-271-1/+1
* unnecessary unused code removedaclement2008-08-271-32/+34
* eclipse: unnecessary semiaclement2008-08-271-1/+1
* unnecessary null check removedaclement2008-08-261-1/+1
* 210470: preventing weaver leaks: do not mess up the context stack in a multi-...aclement2008-05-271-10/+14
* 231396: refactoring:aclement2008-05-122-0/+9
* 231396: moved ConfigParser out of weaver jaraclement2008-05-092-9/+0
* 210470: remove thread reference stored in CompilationAndWeavingContext static...aclement2008-05-031-0/+8
* Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext usi...mwebster2007-01-221-1/+1
* Bug 149289 "Support system and user aop.xml configuration" (add org/aspect/ao...mwebster2006-11-131-0/+3
* fix for 155213: made using date formatter lazy.aclement2006-08-251-12/+15
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat...aclement2006-08-255-0/+40
* Bug 149289 "Support system and user aop.xml configuration files" (add META-IN...mwebster2006-08-231-0/+19
* 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 impleme...mwebster2006-08-141-0/+16
* fix for 152388aclement2006-08-081-3/+5
* update license to EPLacolyer2006-06-0116-32/+32
* don't hold hard references to state in this context. Assume single threaded u...acolyer2006-02-101-11/+37
* an additional interface that custom message handlers may choose to implement....acolyer2006-01-181-0/+35
* 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
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...acolyer2005-09-261-3/+7
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...acolyer2005-09-264-0/+387
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo me...acolyer2005-09-011-2/+2
* 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
* 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
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare annota...aclement2005-05-041-2/+1
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...avasseur2005-04-261-1/+1
* Declare annotation: first bit of weaving messages for declare annotation - no...aclement2005-03-101-0/+3
* 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
* Support for 'offset' in source locations - enabling AJDT improvements. Not p...aclement2004-12-102-0/+15
* 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 compiler...aclement2004-08-162-2/+11
* Will this fix the build?aclement2004-08-041-1/+1
* The BIG commit. aclement2004-08-034-12/+106
* Fix for Bugzilla Bug 40192 aclement2004-03-181-0/+11
* move weaving to inside of the compiler.compile loop. acolyer2004-03-152-1/+8
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-231-5/+0
* 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-091-48/+9