You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation just populates only those variables from config.cfg that are required in the class. These variables are static. This enables independent execution of each class.
This can be replaced by executing setVarsFromConfig() method Config.java and using access (getter) methods of this class in every java class that requires these variables.
setVarsFromConfig() has been duplicated and has different interpretation in the following:
databaseName_std
to a new meaning[Suggestion] : We need to set these as final variables during a single run.
The text was updated successfully, but these errors were encountered: