Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disables the lock when the camera is dynamic #353

Merged
merged 2 commits into from
Oct 28, 2024

Address concern about cameras' locked/dynamic facet.

e59ba43
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Disables the lock when the camera is dynamic #353

Address concern about cameras' locked/dynamic facet.
e59ba43
Select commit
Loading
Failed to load commit list.
GitHub Actions / SpotBugs failed Oct 15, 2024 in 0s

SpotBugs Source Code Analyzer report

1 violation(s) found

Annotations

Check warning on line 191 in gama.core/src/gama/core/outputs/layers/properties/CameraDefinition.java

See this annotation in the file changed.

@github-actions github-actions / SpotBugs

BX_UNBOXING_IMMEDIATELY_REBOXED

Boxed value is unboxed and then immediately reboxed in gama.core.outputs.layers.properties.CameraDefinition.setLocked(Boolean)
Raw output
A boxed value is unboxed and then immediately reboxed.