Open kohnh opened 1 year ago
DG Cosmetic Issues should be very low as indicated in instruction
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: The visibility is not purely cosmetical as the developers may assume that the methods are all package private which is the default and may be confused down the line when the public methods are called outside of the package. As such it will affect future implementation or maintenance of the code where the developer's guide does not actually help the developer understand how each class works and have to resort to looking at the code to understand which makes it a low severity.
The visibility of the methods in the classes are not stated.