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 Work | 0 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 18 | todo, @todo |
Each tag is detailed below:
Todo Work
Number of occurrences found in the code: 18
mockit.CascadingParametersTest | Line |
---|---|
JWL 2/18/2024 Test not allowed on jdk21 | 608 |
mockit.InstanceSpecificMockingTest | Line |
JWL 2/18/2024 Test not allowed on jdk21 | 238 |
JWL 10/30/2022 Test is very flaky, ignore it | 267 |
JWL 10/30/2022 Test is very flaky, ignore it | 288 |
JWL 2/18/2024 Test not allowed on jdk21 | 317 |
mockit.JREMockingTest | Line |
this call causes Surefire to fail: assertNotNull(LogManager.getLogManager()); noinspection MisorderedAssertEqualsArguments | 503 |
mockit.MockAnnotationsTest | Line |
12/2/2023 yukkes Mocked method must be checked if it exists in the calling class. | 118 |
12/2/2023 yukkes Determination of the number of method calls is not yet implemented. | 232 |
12/2/2023 yukkes Determination of the number of method calls is not yet implemented. | 246 |
12/2/2023 yukkes Determination of the number of method calls is not yet implemented. | 262 |
mockit.MockUpForSingleInterfaceInstanceTest | Line |
12/12/2023 yukkes The FieldInjection class has changed and the default value is not set. assertEquals(0, mock1.getSomeOtherValue()); | 64 |
12/12/2023 yukkes The FieldInjection class has changed and the default value is not set. assertEquals(0, mock1.getNumericValue()); | 198 |
mockit.TestedClassWithConstructorDI2Test | Line |
JWL 2/18/2024 Test not allowed on jdk21 | 22 |
mockit.asm.metadata.ClassMetadataReader | Line |
continue implementing } | 369 |
mockit.asm.methods.MethodWriter | Line |
figure out if/when the next call is needed, since no tests fail if commented out | 419 |
mockit.coverage.modification.MethodModifier | Line |
need to also process field instructions inside accessor methods (STATIC + SYNTHETIC, "access$nnn") | 173 |
mockit.coverage.reporting.parsing.FileParser | Line |
how to deal with classes defined entirely in one line? | 82 |
mockit.internal.expectations.invocation.ExpectedInvocation | Line |
cache it for use in return type conversion, cascading, etc. | 114 |