The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.universAAL.ontology.security.AccessType | 1 | 
| org.universAAL.ontology.security.MultifactorCredentials | 1 | 
| org.universAAL.ontology.security.Session | 1 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| org.universAAL.ontology.security.AccessType doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 1 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| A collection is added to itself in org.universAAL.ontology.security.MultifactorCredentials.addFactor(Factor) | CORRECTNESS | IL_CONTAINER_ADDED_TO_ITSELF | 73 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| org.universAAL.ontology.security.Session.invalid isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 37 | High |