SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.7.3
Threshold is medium
Effort is default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
9 |
14 |
0 |
0 |
com.soebes.itf.extension.assertj.ArchiveAssert
Bug |
Category |
Details |
Line |
Priority |
com.soebes.itf.extension.assertj.ArchiveAssert.and() may expose internal representation by returning ArchiveAssert.parent |
MALICIOUS_CODE |
EI_EXPOSE_REP |
126 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.containsOnly(String[]) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
122 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.containsOnlyOnce(String[]) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
110 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.doesNotContain(String[]) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
94 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.ignoreManifest() may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
81 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.ignoreMavenFiles() may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
76 |
Medium |
com.soebes.itf.extension.assertj.ArchiveAssert.isEqualTo(Object) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
132 |
Medium |
com.soebes.itf.extension.assertj.MavenExecutionResultAssert
Bug |
Category |
Details |
Line |
Priority |
com.soebes.itf.extension.assertj.MavenExecutionResultAssert.isFailure() may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
121 |
Medium |
com.soebes.itf.extension.assertj.MavenExecutionResultAssert.isSuccessful() may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
106 |
Medium |
com.soebes.itf.extension.assertj.MavenProjectResultAssert
Bug |
Category |
Details |
Line |
Priority |
com.soebes.itf.extension.assertj.MavenProjectResultAssert.contains(List) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
168 |
Medium |
com.soebes.itf.extension.assertj.MavenProjectResultAssert.has(String) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
81 |
Medium |
com.soebes.itf.extension.assertj.MavenProjectResultAssert.hasModule(String) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
186 |
Medium |
com.soebes.itf.extension.assertj.MavenProjectResultAssert.hasTarget() may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
71 |
Medium |
com.soebes.itf.extension.assertj.MavenProjectResultAssert.isEqualTo(Object) may expose internal representation by returning org.assertj.core.api.AbstractAssert.myself |
MALICIOUS_CODE |
EI_EXPOSE_REP |
209 |
Medium |