Release/0.1.4 #117
Annotations
2 warnings
|
AutoCloseable used without 'try'-with-resources:
phoenixd-rest/src/main/java/xyz/tcheeric/phoenixd/operation/AbstractOperation.java#L134
'HttpClient' used without 'try'-with-resources statement
|
|
Simplifiable conditional expression:
phoenixd-base/src/main/java/xyz/tcheeric/phoenixd/common/rest/util/Configuration.java#L132
`value != null ? Boolean.parseBoolean(value) : false` can be simplified to 'value != null \&\& Boolean.parseBoolean(value)'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
jacoco-aggregate
Expired
|
27.8 KB |
sha256:fc6bc2b9aca2d56eda882897dd5ab1d8bc141e824d8436125c38b2371e9b9416
|
|
|
test-artifacts
Expired
|
138 KB |
sha256:612e8f6bf7f0ef9fa825464965cf7cec992491c1ca09159580e731a62d61e2ca
|
|