https://bugzilla.wikimedia.org/show_bug.cgi?id=34808

Daniel Renfro <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Daniel Renfro <[email protected]> 2012-09-26 12:36:50 UTC 
---
Many methods in class LinksUpdate, CategoryViewer, and others are marked as
private, when they should probably be protected. I don't see any reason why
accessor methods need to be limited in their visibility. This breaks
polymorphism and makes it hard (if not sometimes impossible) to write
extensions.

 cd includes
 perl -pe 's/private/protected/g' -i LinksUpdate.php CategoryViewer.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to