Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
Tighten up class accessibility by making classes in the suite that are not intended to be instantiated by a client directly remove the public modifier. In addition make abstract named classes use the abstract modifier. And finally make methods that are not part of public interfaces but shared in the package be marked protected.