MethodAnalyzerTest should not violate contracts of ASM API (#480)

In particular visitLineNumber methods must be called after the labels
passed as arguments have been visited. This is important because
otherwise test does not simulate behavior of reading from bytecode.
1 file changed
tree: 3b660e9e11d32064c7dd707f42143a7e2cd404bb
  1. .github/
  2. .travis/
  3. jacoco/
  4. jacoco-maven-plugin/
  5. jacoco-maven-plugin.test/
  6. org.jacoco.agent/
  7. org.jacoco.agent.rt/
  8. org.jacoco.agent.rt.test/
  9. org.jacoco.agent.test/
  10. org.jacoco.ant/
  11. org.jacoco.ant.test/
  12. org.jacoco.build/
  13. org.jacoco.core/
  14. org.jacoco.core.test/
  15. org.jacoco.doc/
  16. org.jacoco.examples/
  17. org.jacoco.examples.test/
  18. org.jacoco.report/
  19. org.jacoco.report.test/
  20. org.jacoco.tests/
  21. .appveyor.yml
  22. .travis.sh
  23. .travis.yml
  24. LICENSE.md
  25. pom.xml
  26. README.md
README.md

JaCoCo Java Code Coverage Library

Build Status Build status Maven Central

JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check the project homepage for downloads, documentation and feedback.

Please use our mailing list for questions regarding JaCoCo which are not already covered by the extensive documentation.

Note: We do not answer general questions in the project's issue tracker. Please use our mailing list for this.