Gráfico de commits

27 Commits

Autor SHA1 Mensaje Fecha
aclement
183fc23883 Fix for Bugzilla Bug 40192
build cancel during weaving
2004-03-18 13:00:01 +00:00
acolyer
d91b72e701 make sure this test behaves appropriately when run outside of
a cruise control driven build.
2004-03-18 11:30:19 +00:00
acolyer
03abae3c03 move weaving to inside of the compiler.compile loop.
ensure messages are associated with source wherever possible
2004-03-15 15:29:44 +00:00
aclement
4b9195763c Georges fix for test that verifies DEVELOPMENT build date/time stamp. 2004-03-05 10:14:11 +00:00
acolyer
24be322620 spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).
2004-01-23 10:36:28 +00:00
mkersten
9801902d32 Added javadoc for getExtraSourceLocations() 2004-01-22 06:06:34 +00:00
wisberg
4b0e98cb1b NPE instead of IAX for null input, clear out unused code, and update test. 2004-01-09 07:21:26 +00:00
wisberg
ffe55e7229 unduly narrow API 2004-01-09 04:27:16 +00:00
jhugunin
97ab1e91df fix for Bugzilla Bug 41952
XLint warning for call PCD's using subtype of defining type 

also added extraSourceLocations to IMessage+ for
message with multiple source lines
2004-01-07 17:00:52 +00:00
mkersten
684c9c1c3d 40534: Declare warning/error output - more detail required.
- Added getDetails() to messages.  This String corresponding to thisJoinPointStatic part can be used by tools that need to display additional info.
2003-08-07 10:51:36 +00:00
mkersten
be23e3d01d Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation in order to match method naming conventions. 2003-08-07 09:16:05 +00:00
wisberg
fdb0bc4450 More message-visiting methods, used only by harness now. 2003-05-14 05:36:40 +00:00
acolyer
55508643c4 "organized imports" to eliminate compiler warnings 2003-05-06 12:46:55 +00:00
wisberg
5d8dd96b88 More readable API than comparator for common floor operation (semantics-preserving) 2003-04-19 08:14:00 +00:00
jhugunin
e3ad8bbd02 Major changes in order to move to Eclipse-JDT 2.1 as a base.
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.
2003-03-28 00:54:19 +00:00
acolyer
37c3bdb05f Use consistent time zones in generating time strings 2003-03-12 15:40:48 +00:00
wisberg
bb9ee8de60 partial fix for bug 31724 emits file:line numbers for declare warning/error.
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.)
2003-03-04 09:52:21 +00:00
acolyer
190b7fa9b1 Improved formatting of toString for SourceLocation to show
end line.
2003-02-26 16:19:55 +00:00
acolyer
2e89f544a7 Ran "Organize imports" to remove redundant imports etc -
clears up a huge set of warnings in Eclipse so that you
can see the wood for the trees!
2003-02-26 10:52:35 +00:00
acolyer
d3594da123 Bug 33011. getEndLine() was returning the start line. 2003-02-25 17:04:49 +00:00
wisberg
ebae84596d resolving unused-imports warnings 2003-02-13 05:15:13 +00:00
wisberg
8ab3779b82 new default quotes DEVELOPMENT for scanner. 2002-12-23 20:49:34 +00:00
jhugunin
203859ccdd using DEVELOPMENT as active cvs version 2002-12-19 18:00:10 +00:00
wisberg
e28f00ed62 1.1b2 2002-12-18 23:10:05 +00:00
ehilsdal
f50d1eeb89 refactoring AbortException to make it clearer when we
want to abort w/o message, and to always stuff in a stack trace
2002-12-16 22:41:15 +00:00
wisberg
c3300283ec initial version 2002-12-16 17:09:36 +00:00
wisberg
3cde920c3f initial version 2002-12-16 16:51:08 +00:00