-
donalg committed patchset 12 of module alfj to the ALF for Java CVS repository, changing 10 files.
2006-07-11 11:18:47 UTC by donalg
-
donalg committed patchset 11 of module alfj to the ALF for Java CVS repository, changing 1 files.
2006-06-02 16:50:57 UTC by donalg
-
donalg committed patchset 10 of module alfj to the ALF for Java CVS repository, changing 5 files.
2006-06-02 16:41:14 UTC by donalg
-
donalg committed patchset 9 of module alfj to the ALF for Java CVS repository, changing 2 files.
2006-06-02 16:37:42 UTC by donalg
-
donalg committed patchset 8 of module alfj to the ALF for Java CVS repository, changing 43 files.
2006-06-02 16:30:15 UTC by donalg
-
Would it be possible to log the information at which
line the caller of a method called the current method?
Something like this:
> java.lang.System.getProperty( String ) : String
>> java.lang.String.equals( Object ) : boolean
"Hm, at which line in my getProperty(String) method did
this call to String.equals(Object) occur? The execution
trace doesn't tell, the code is more or less...
2005-06-30 11:43:53 UTC by blackweli
-
Would logging of parameters and return values
(primitive data type values and Object.toString() be
possible?.
2005-06-30 11:07:53 UTC by blackweli
-
The download link on http://alfj.sourceforge.net/ does
not work. I had to go to sourceforge and manually
search for alfj
Tom.Soraoka@issinc.com.
2005-05-11 15:24:25 UTC by nobody
-
It would be extremely instructive if ALF could log the
time down to the millisecond. Since many methods take
much less than a second to execute, there is no way to
profile them.
2005-03-23 15:03:26 UTC by tyrioneagle
-
donalg committed patchset 7 of module alfj to the ALF for Java CVS repository, changing 3 files.
2003-07-21 12:29:19 UTC by donalg