From: SourceForge.net <no...@so...> - 2008-11-06 16:35:04
|
Bugs item #2230227, was opened at 2008-11-06 17:34 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=2230227&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: Version 1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Kühne (lkuehne) Assigned to: Lars Kühne (lkuehne) Summary: Making protected method public should trigger an ERROR Initial Comment: As reported by Simon in http://www.mail-archive.com/de...@my.../msg35694.html --- Anything marked as ERROR is a binary incompatibility. Actually there is one case that *is* an incompatibility that clirr has only rated as INFO: a method was promoted from protected to public. This technically can break subclasses that override the method and declare the overriding version as protected. --- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=2230227&group_id=89627 |