DO NOT REPLY [Bug 39771] New: - BCEL 5.2 is not source compatible with 5.1
| 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=39771>.
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=39771
Summary: BCEL 5.2 is not source compatible with 5.1
Product: BCEL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
At least two methods now declare checked exceptions that did not previously;
there may be others:
org.apache.bcel.generic.ObjectType.subclassOf(ObjectType)
org.apache.bcel.generic.ReferenceType.getFirstCommonSuperclass(ReferenceType)
--> Both now declare ClassNotFoundException
This of course causes a compile-time error in existing code that does not
provide (inadvertent) exception handling around these methods.
Suggest revising release notes or remapping these exceptions to some type of
RuntimeException.
--
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.