The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.universAAL.middleware.interfaces.PeerCard | 1 |
| org.universAAL.middleware.interfaces.space.SpaceCard | 1 |
| org.universAAL.middleware.interfaces.space.SpaceDescriptor | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: org.universAAL.middleware.interfaces.PeerCard.URI_PREFIX; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 38 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive org.universAAL.middleware.interfaces.space.SpaceCard.hashCode() | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 212 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.universAAL.middleware.interfaces.space.SpaceDescriptor defines non-transient non-serializable instance field deployManager | BAD_PRACTICE | SE_BAD_FIELD | High | |
| Class org.universAAL.middleware.interfaces.space.SpaceDescriptor defines non-transient non-serializable instance field spaceCard | BAD_PRACTICE | SE_BAD_FIELD | High |