DO NOT REPLY [Bug 38424] New: - LineNumberTable toString method uses jdk 1.4 StringBuffer append(StringBuffer) method.
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38424>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38424
Summary: LineNumberTable toString method uses jdk 1.4
StringBuffer append(StringBuffer) method.
Product: BCEL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
I have noticed that the current BCEL trunk expects to build the BCEL package
against jdk 1.3. The LineNumberTable class toString method uses the StringBuffer
append(StringBuffer) method that been defined since jdk 1.4. Any builds using
jdk 1.4 or greater will use of this method call.
I have also noticed that the toString method adds a new line after printing 72
characters but it append the '\n' character instead of what the "line.separator"
property is defined as.
I have a patch for this issue that I will add to this bug report.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.