Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
@deprecated 0 @deprecated
@todo 0 @todo
FIXME 0 FIXME
REVIEW 1 REVIEW
TODO 1 TODO

Each tag is detailed below:

REVIEW

Number of occurrences found in the code: 1

io.oasp.module.security.common.impl.rest.JsonUsernamePasswordAuthenticationFilter Line
may-bee (hohwille) We have a centralized and custom-configured object mapper as spring bean. IMHO we should inject that instance here. 66

TODO

Number of occurrences found in the code: 1

io.oasp.module.security.common.base.accesscontrol.AbstractAccessControlProvider Line
hohwille Java HashMap buggy??? if (!toplevelGroups.contains(group)) { throw new IllegalStateException("Invalid group not declared as top-level group in schema: " + group); } 89