Skip to content

move some classes to utility.fx library #22

move some classes to utility.fx library

move some classes to utility.fx library #22

Triggered via push April 29, 2024 13:06
Status Success
Total duration 5m 16s
Artifacts

CI.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 8 notices
build (ubuntu-latest)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build (windows-latest)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
Busy wait: fx-samples/src/main/java/com/dua3/fx/samples/LogPaneSample.java#L62
Call to `Thread.sleep()` in a loop, probably busy-waiting
Constant values: fx-samples/src/main/java/com/dua3/fx/samples/DialogSample.java#L103
Condition `i >= 4 && i <= 7` is always `false`
Nullability and data flow problems: fx-controls/src/main/java/com/dua3/fx/controls/OptionsPane.java#L138
Method invocation `getClass` will produce `NullPointerException`
'equals()' between objects of inconvertible types: fx-controls/src/main/java/com/dua3/fx/controls/PinBoard.java#L162
`equals` between objects of inconvertible types 'Object' and 'Rectangle2D'
Mismatched query and update of collection: fx-controls/src/main/java/com/dua3/fx/controls/PinBoard.java#L290
Contents of collection `items` are queried, but never updated
Suspicious collection method call: fx-controls/src/main/java/com/dua3/fx/controls/RadioPane.java#L66
'LinkedHashMap' may not contain keys of type ''
Unstable API Usage: settings.gradle.kts#L60
'getRepositoriesMode()' is marked unstable with @Incubating
Unstable API Usage: settings.gradle.kts#L60
'FAIL_ON_PROJECT_REPOS' is declared in unstable enum 'org.gradle.api.initialization.resolve.RepositoriesMode' marked with @Incubating
Unstable API Usage: build.gradle.kts#L113
'org.gradle.api.plugins.jvm.JvmTestSuite' is marked unstable with @Incubating
Unstable API Usage: settings.gradle.kts#L61
'repositories(org.gradle.api.Action)' is marked unstable with @Incubating