All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.MS_EXPOSE_REP.html Maven / Gradle / Ivy

Go to download

Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

The newest version!


MS: Public static method may expose internal representation by returning array (MS_EXPOSE_REP)


MS: Public static method may expose internal representation by returning array (MS_EXPOSE_REP)

A public static method returns a reference to an array that is part of the static state of the class. Any code that calls this method can freely modify the underlying array. One fix is to return a copy of the array.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy