 |
Article:
 |
 |
Add Logging at Class Load Time with Java Instrumentation
|
| Subject: |
Nice, thanks |
| Date: |
2008-04-25 08:14:41 |
| From: |
ricon |
|
|

|
One Hint:
JavassistHelper, Line 62 will fail with a NullPointerException if $i is null.
Replaced it for me with sb.append("\"+ String.valueOf($" + (i + 1) + ")");
Regards
Rico |
|