[Clirr-devel] [ clirr-Bugs-1373831 ] Wrong error message about changed method signature
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2005-12-05 20:33:14
|
Bugs item #1373831, was opened at 2005-12-05 21:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=1373831&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Checker Group: None Status: Open Resolution: None Priority: 5 Submitted By: Oliver Heger (oheger) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong error message about changed method signature Initial Comment: When I prepared the 1.2 release of Jakarta Commons Configuration I created a clirr report to compare the current release jar with the last 1.1 release. This report contains two error messages related to the load(String) method of XMLConfiguration, which I believe to be wrong. Basically the following changes were made: XMLConfiguration contained a couple of overloaded load() methods. In the 1.2 release a new base class for XMLConfiguration was introduced, which now implements most of these load() methods, among them the mentioned load(String) method; the corresponding methods of XMLConfiguration were removed. Further a private helper method - also called load() - with a new signature was added to XMLConfiguration. It seems that clirr somehow gets confused by this constellation. I attach the jar with the new version of Commons-Configuration. The 1.1 release that served as reference can be found at ibiblio at http://www.ibiblio.org/maven/commons-configuration/jars/commons-configuration-1.1.jar The clirr report is available at http://people.apache.org/~oheger/commons-configuration-1.2RC1-docs/clirr.xml My version of clirr is 0.6. The report was created under Win XP SP 2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=1373831&group_id=89627 |