DO NOT REPLY [Bug 19014] New: - annoying print statement in org.apache.bcel.classfile.Signature
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19014>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19014
annoying print statement in org.apache.bcel.classfile.Signature
Summary: annoying print statement in
org.apache.bcel.classfile.Signature
Product: BCEL
Version: unspecified
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
The implementation of the accept(Visitor) method of
org.apache.bcel.classfile.Signature contains an unconditional print statement to
System.err saying "Visiting non-standard Signature object". Since a lot of people
are using GJ, and it will soon become a standard part of the Java language, this
print statement should be removed.