]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2003-02-27 acolyerFudge for getSourceLocation to give as much of a
2003-02-27 acolyerFinal message is actually on line 74, not 73
2003-02-27 acolyerfinishResolveTypes now tests for CONCRETE as well
2003-02-27 wisbergBroke out and increased build/test docs; some new info...
2003-02-26 acolyerRestored original mechanism of getting source location
2003-02-26 acolyerUse ***sourceStart*** (to avoid navigating to top of...
2003-02-26 acolyerFlipped debug options around so that
2003-02-26 acolyerFlipped debug options tests around to reflect fact...
2003-02-26 acolyerEdited (and then restored) iilegalNewFigElt pointcut
2003-02-26 acolyerSwitched default for Ajde (batch compile) to have
2003-02-26 acolyerAdded logic to update declarationSourceStart/End as
2003-02-26 acolyerImproved formatting of toString for SourceLocation...
2003-02-26 acolyerImproved formatting of toString for LinkNodes
2003-02-26 acolyerAdded new Granularity, DECLARED_ELEMENTS, and
2003-02-26 acolyerRan "Organize imports" to remove redundant imports...
2003-02-26 acolyerRan "Organize imports" to remove redundant imports...
2003-02-26 mkerstenThe mappings for advice are now correct, and associatio...
2003-02-26 mkerstenAdded new coverage test source.
2003-02-26 acolyerIgnore bin directory
2003-02-26 acolyerIgnore bin directory
2003-02-25 acolyerBug 33011. Refactored access to fileMap in SructureModel
2003-02-25 acolyerBug 33011. Added correct calculations for start and end
2003-02-25 acolyerBug 33011. getEndLine() was returning the start line.
2003-02-25 acolyerBug 33011. Refactored access to file map for easier
2003-02-25 acolyerThis test was failing, seemed to rely on "currentView"
2003-02-18 mkerstenFixed source line mapping errors.
2003-02-18 mkerstenFixed failing unit tests. Involved making paths work...
2003-02-14 jhuguninapplying Martin Lippert's patch in support of a weaving...
2003-02-14 jhuguninadded test for 30026 , even though its working in the...
2003-02-13 jhuguninfixed Bug 31423: adviceexecution not working
2003-02-13 jhuguninfixed Bug 30168: bad optimization of thisJoinPoint...
2003-02-13 jhuguninfixed Bug 29959: super call in intertype method declara...
2003-02-13 jhuguninundoing what was almost certainly a correct bug fix.
2003-02-13 wisbergmisleading unused import
2003-02-13 wisbergcompletion bug flagged by compiler
2003-02-13 wisbergresolving unused-imports warnings
2003-02-13 wisbergresolving unused-imports warnings
2003-02-13 wisbergresolving misc compiler warnings
2003-02-13 wisbergresolving unused-imports warnings
2003-02-13 wisbergresolving unused-imports warnings
2003-02-13 wisbergresolving misc compiler warnings
2003-02-13 wisbergresolving misc compiler warnings
2003-02-13 wisbergresolving unused-imports warnings
2003-02-12 wisbergtestcase for bug 31724
2003-02-03 wisbergfixed links and text for 1.1 (added ant tasks).
2003-02-03 wisberg- added bytecode-weaving example (tracing)
2003-02-01 wisberg- removed references to graphically editing .lst files
2003-02-01 wisbergtext constant change only.
2003-02-01 wisbergfixed NPE (was & for &&) with bad options file.
2003-02-01 wisbergMainly updated AjcConfigParser
2003-02-01 wisbergaspectjrt.jar warning now in messages (rather than...
2003-01-31 wisbergno longer leaving temp files/directories
2003-01-30 wisberg- updated to 1.1 compiler options
2003-01-30 wisberg- removed 1.0 v. 1.1 caveat
2003-01-29 wisbergforgot aspectpath - adding
2003-01-29 wisberg- added -argfile
2003-01-29 wisbergclearer discussion for reading incremental test specifi...
2003-01-29 wisbergadded link for writing test cases
2003-01-29 wisbergcleaned up, added release comments.
2003-01-26 wisbergadded fast-fail (untested)
2003-01-25 wisbergmore (incomplete) work on directory comparison, misc...
2003-01-25 wisbergremoving resources from former GUI client not included...
2003-01-25 mkerstenCommitted patches specified in:
2003-01-22 jhuguninfix for failing test case that aspects must be construc...
2003-01-22 jhuguninfix for failing test case that aspects must be construc...
2003-01-22 jhuguninadditional template method
2003-01-22 jhugunintest for Bugzilla Bug 29684
2003-01-22 jhuguninfix for Bugzilla Bug 29684
2003-01-21 jhuguninadded test for Bugzilla Bug 29662
2003-01-21 jhuguninredesign of making members used in around bodies accessible
2003-01-21 jhuguninraising visibility of field for extension
2003-01-21 wisbergupdated THROWN_PREFIX with better URLs for bug db.
2003-01-21 wisbergadded entry for detecting version
2003-01-21 jhugunintest for Bugzilla Bug 29689
2003-01-21 jhuguninfix for Bugzilla Bug 29689
2003-01-21 jhuguninchanged class name to match change from declare dominat...
2003-01-21 jhugunintest for Bug 29693
2003-01-21 jhuguninfix for Bug 29693
2003-01-21 jhugunintest for Bug 29691
2003-01-21 jhuguninfix Bug 29691
2003-01-21 jhuguninignoring some generated directories
2003-01-21 jhuguninignoring some generated files when jython is used
2003-01-16 jhuguninremoving inaccurate and hard to update version numbers
2003-01-16 jhuguninupdated to beta4
2003-01-16 jhuguninneed this or there won't be a manifest in aspectjrt.jar
2003-01-16 jhuguninmissing manifest in aspectjrt.jar will now only produce...
2003-01-15 ehilsdaladding another abstract/code guard
2003-01-15 jhugunindon't forget the checked exceptions
2003-01-15 jhugunininvokestatic should be used on private static methods...
2003-01-15 jhuguninone more declare dominates to declare precedence
2003-01-15 jhugunincloser to actual 1.1beta3 contents
2003-01-15 jhuguninbetter handling of binary only types in the eclipse...
2003-01-15 jhuguninmore coverage
2003-01-15 jhuguninfixed visibility bug in test case
2003-01-15 jhuguninfixed silly spelling error in toString
2003-01-14 ehilsdalrefraining from removing NOPs at thistime
2003-01-14 jhuguninmore careful null handling
2003-01-14 jhugunindoing batch builds when previous incremental build...
2003-01-14 jhuguninfixed bug #29186, much better handling of structure...
2003-01-14 ehilsdalskeleton update of README-11 for 1.1beta3.
next