implement StackTraceElement.getFileName properly

This commit is contained in:
Joel Dice
2009-08-27 16:26:25 -06:00
parent 4df81911fe
commit 73dc058c14
6 changed files with 42 additions and 8 deletions

View File

@ -38,6 +38,7 @@ public final class Class <T> implements Type, GenericDeclaration {
private byte arrayDimensions;
private int[] objectMask;
private byte[] name;
private byte[] sourceFile;
private Class super_;
private Object[] interfaceTable;
private Method[] virtualTable;