Addressing comment on PR #60 #3
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 | |
|---|---|---|---|
|
results
|
1.31 KB |
sha256:c94033bef8a566150d378be492979f11456bf9b0abb5b41ee0588f694771c554
|
|