BndUtils.createInputStream() Typo Prevents Correctly Chaining Exceptions ------------------------------------------------------------------------
Key: PAXURL-16 URL: http://issues.ops4j.org/jira/browse/PAXURL-16 Project: Pax URL Issue Type: Bug Affects Versions: 0.3.1 Reporter: Evan Cowden Assignee: Alin Dreghiciu Priority: Minor In class org.ops4j.pax.url.bnd.BndUtils (project org.ops4j.pax.url : pax-url-bnd): Line 136-139 includes the text: catch( IOException e ) { throw new RuntimeException( "Bundle cannot be generated, e"); } The 'e' (line 138) should be outside of the quotes so that the exception is chained and prints out more information. A similar typo exists on line 150. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general