Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.2a4
-
Fix Version/s: FEST-Swing 1.2
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
The visibility of the validateNotNull(ComponentDriver) method is package visible, which prevents it from being used when extending the class. It would be better if it was made protected so that subclasses can use it.