pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Module :: JGDMS Jini Platform - SpotBugs fixes #128

Closed pfirmstone closed 3 years ago

pfirmstone commented 3 years ago

Describe the bug Bugs identified by SpotBugs static analysis

Possible null pointer dereference of MethodKey.name on branch that might be infeasible in net.jini.constraint.MethodKey.compareTo(MethodKey) | STYLE | NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE -- | -- | -- Class org.apache.river.api.io.ActivationGroupID defines non-transient non-serializable instance field system | BAD_PRACTICE | SE_BAD_FIELD -- | -- | -- org.apache.river.api.net.RFC3986URLClassLoader$URLFileHandler.findClass(String, String, String) might ignore java.io.IOException | BAD_PRACTICE | DE_MIGHT_IGNORE -- | -- | --