Skip to:
Improve readability of org.adempiere.base code by:
Update Javadoc for variables and methods.
Add in code comments.
Remove commented code.
Use static constant for string constant.
Mark deprecated variables and methods.
Where it help to improve readability, rename private instance variables and method names.
To ease review, will break this into multiple pull request.
StatusBar.infoPanel is candidate to remove, it's not use
StatusBar
infoPanel
Improve readability of org.adempiere.base code by:
Update Javadoc for variables and methods.
Add in code comments.
Remove commented code.
Use static constant for string constant.
Mark deprecated variables and methods.
Where it help to improve readability, rename private instance variables and method names.
To ease review, will break this into multiple pull request.