Skip to content

v12.0.1; update README.md #99

v12.0.1; update README.md

v12.0.1; update README.md #99

Triggered via push January 15, 2024 17:47
Status Success
Total duration 4m 6s
Artifacts

CI.yml

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

Annotations

14 warnings and 5 notices
Class is exposed outside of its visibility scope: utility/src/main/java/com/dua3/utility/math/geometry/Segment2f.java#L11
Class `Path2fImpl` is not exported from module 'com.dua3.utility'
Class is exposed outside of its visibility scope: utility/src/main/java/com/dua3/utility/math/geometry/Segment2f.java#L9
Class `Path2fImpl` is not exported from module 'com.dua3.utility'
Class is exposed outside of its visibility scope: utility/src/main/java/com/dua3/utility/text/AnsiConverter.java#L95
Class `AnsiConverterImpl` is exposed outside its defined visibility scope
Class is exposed outside of its visibility scope: utility/src/main/java/com/dua3/utility/concurrent/ThreadFactoryBuilder.java#L84
Class `CustomThreadFactory` is not exported from module 'com.dua3.utility'
Suspicious 'System.arraycopy()' call: utility/src/main/java/com/dua3/utility/lang/RingBuffer.java#L223
Source parameter type 'java.lang.Object\[\]' is not assignable to destination parameter `a` of type 'T\[\]'
Suspicious 'System.arraycopy()' call: utility/src/main/java/com/dua3/utility/lang/RingBuffer.java#L224
Source parameter type 'java.lang.Object\[\]' is not assignable to destination parameter `a` of type 'T\[\]'
Unstable API Usage: settings.gradle.kts#L67
'getRepositoriesMode()' is marked unstable with @Incubating
Unstable API Usage: settings.gradle.kts#L67
'FAIL_ON_PROJECT_REPOS' is declared in unstable enum 'org.gradle.api.initialization.resolve.RepositoriesMode' marked with @Incubating
Unstable API Usage: settings.gradle.kts#L68
'repositories(org.gradle.api.Action)' is marked unstable with @Incubating
Unstable API Usage: settings.gradle.kts#L67
'org.gradle.api.initialization.resolve.RepositoriesMode' is marked unstable with @Incubating
gradle (ubuntu-latest)
No files were found with the provided path: spotbugs.xml. No artifacts will be uploaded.
gradle (windows-latest)
No files were found with the provided path: spotbugs.xml. No artifacts will be uploaded.
Constant values: utility/src/main/java/com/dua3/utility/text/Style.java#L143
Value `TEXT_DECORATION_UNDERLINE_VALUE_NO_LINE` is always 'false'
Constant values: utility/src/main/java/com/dua3/utility/text/Style.java#L148
Value `TEXT_DECORATION_LINE_THROUGH_VALUE_LINE` is always 'true'
Constant values: utility/src/main/java/com/dua3/utility/text/Style.java#L139
Value `TEXT_DECORATION_UNDERLINE_VALUE_LINE` is always 'true'
Constant values: utility/src/main/java/com/dua3/utility/text/Style.java#L152
Value `TEXT_DECORATION_LINE_THROUGH_VALUE_NO_LINE` is always 'false'
'if' statement with identical branches: utility/src/main/java/com/dua3/utility/math/MathUtil.java#L282
Common parts with variables can be extracted from 'if'