VerisimilitudeX / DNAnalyzer

Revolutionizing DNA analysis and making it accessible to all through innovative AI-powered analysis and interpretive tools.
Other
130 stars 56 forks source link

(JAVA-S1050) Non-final static fields should not be public #422

Closed VerisimilitudeX closed 10 months ago

VerisimilitudeX commented 1 year ago

Description

This code contains a public static field which is not final, or is mutable even when declared as final. Consider making the field private, as it is possible that such a field could be manipulated to produce unintended results.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/DNAnalyzer/issue/JAVA-S1050/occurrences/