Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Desired Result
A decision on naming conventions for Java classes has to be taken.
- Java classes reflect the name of third party frameworks if used.
- Example
- Classes using the JSch implementation from JCraft should reflect JSch in the name of the class.
- Already existing classes using the JSch implementation reflect the JCraft name instead. Those classes should be refactored to reflect JSch in the name.
Decision
All new Java classes have to reflect the name of used third party framework. However, already exisiting classes will keep their given names until decided differently, due to the workload and debugging effort.