Skip to content

First draft for a buffered writing of files #47

First draft for a buffered writing of files

First draft for a buffered writing of files #47

GitHub Actions / SpotBugs failed Jun 10, 2024 in 0s

SpotBugs Source Code Analyzer report

1 violation(s) found

Annotations

Check warning on line 189 in gama.core/src/gama/gaml/statements/SaveStatement.java

See this annotation in the file changed.

@github-actions github-actions / SpotBugs

MS_MUTABLE_COLLECTION

gama.gaml.statements.SaveStatement.BUFFERING_STRATEGIES is a mutable collection
Raw output
A mutable collection instance is assigned to a final static field, thus can be changed by malicious code or by accident from another package. Consider wrapping this field into Collections.unmodifiableSet/List/Map/etc. to avoid this vulnerability.