[Clirr-devel] [ clirr-Bugs-3559214 ] Wrong error message about changed method signature
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2012-08-18 08:24:45
|
Bugs item #3559214, was opened at 2012-08-18 01:24 Message generated for change (Tracker Item Submitted) made by capnnemo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=3559214&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: CapnNemo (capnnemo) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong error message about changed method signature Initial Comment: Further to ID: 1373831, Clirr reports an error if a method is dropped in favour of a super-class implementation, and a new method added with a similar signature. Rather than checking for a super-implementation, it seems to check for signature changes first. One way round this is to keep the overloaded method, but just delegate to the parent. The overloaded method can be dropped in the next version, and Clirr does not then complain. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=3559214&group_id=89627 |