Fixes #330 #172
trigger-pr.yaml
on: pull_request
Compiling GAMA from PR branch
/
compilation
13m 8s
Compiling GAMA from base branch
/
compilation
14m 19s
Testing built GAMA
/
compilation
1m 7s
Display Spotbugs results
32s
Annotations
1 error and 12 warnings
Testing built GAMA / compilation
Process completed with exit code 1.
|
Compiling GAMA from PR branch / compilation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Compiling GAMA from base branch / compilation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Testing built GAMA / compilation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BX_UNBOXING_IMMEDIATELY_REBOXED:
gama.core/src/gama/gaml/statements/LoopStatement.java#L595
Boxed value is unboxed and then immediately reboxed in new gama.gaml.statements.LoopStatement$FloatBounded(LoopStatement, IExpression, IExpression, IExpression)
|
CT_CONSTRUCTOR_THROW:
gama.core/src/gama/gaml/statements/LoopStatement.java#L592
Exception thrown in class gama.gaml.statements.LoopStatement$FloatBounded at new gama.gaml.statements.LoopStatement$FloatBounded(LoopStatement, IExpression, IExpression, IExpression) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks.
|
NP_NULL_ON_SOME_PATH:
gama.core/src/gama/gaml/statements/LoopStatement.java#L595
Possible null pointer dereference of null in new gama.gaml.statements.LoopStatement$FloatBounded(LoopStatement, IExpression, IExpression, IExpression)
|
SF_SWITCH_NO_DEFAULT:
gama.core/src/gama/gaml/statements/LoopStatement.java#L621
Switch statement found in gama.gaml.statements.LoopStatement$FloatBounded.runIn(IScope) where default case is missing
|
BX_UNBOXING_IMMEDIATELY_REBOXED:
gama.core/src/gama/gaml/statements/LoopStatement.java#L516
Boxed value is unboxed and then immediately reboxed in new gama.gaml.statements.LoopStatement$IntBounded(LoopStatement, IExpression, IExpression, IExpression)
|
CT_CONSTRUCTOR_THROW:
gama.core/src/gama/gaml/statements/LoopStatement.java#L513
Exception thrown in class gama.gaml.statements.LoopStatement$IntBounded at new gama.gaml.statements.LoopStatement$IntBounded(LoopStatement, IExpression, IExpression, IExpression) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks.
|
NP_NULL_ON_SOME_PATH:
gama.core/src/gama/gaml/statements/LoopStatement.java#L516
Possible null pointer dereference of null in new gama.gaml.statements.LoopStatement$IntBounded(LoopStatement, IExpression, IExpression, IExpression)
|
SF_SWITCH_NO_DEFAULT:
gama.core/src/gama/gaml/statements/LoopStatement.java#L542
Switch statement found in gama.gaml.statements.LoopStatement$IntBounded.runIn(IScope) where default case is missing
|
Display Spotbugs results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
final-report-spotbugs
|
40.6 KB |
|
gama-compiled-archive
|
168 MB |
|
result-spotbugs-base
|
678 KB |
|
result-spotbugs-pr
|
678 KB |
|