ADDITIONAL SYSTEM INFORMATION :
does not apply
A DESCRIPTION OF THE PROBLEM :
The attributName() method currently returns a String with the attribute name. I believe it should return the actual Utf8Entry in the class file. The stringValue() method would then return the attribute name. This is the way almost all the subinterfaces of Attribute work. Without the Utf8Entry information it is very difficult to write a class file dumper that shows the detailed contents of the class file as well as the symbolic information.