Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
-
Community Day 2 - 2016, OFBiz Community Day (May 2020)
Description
- Make class as final.
- Add a private constructor.
- Make following protected variable as private
protected ModelFieldTypeReader modelFieldTypeReader = null; protected Datasource datasourceInfo = null; protected GenericHelperInfo helperInfo = null; // Legacy Connections protected String connectionUrl = null; protected String driverName = null; protected String userName = null; protected String password = null;