Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902776

jcov seems to start ignoring methods called via reflection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jcov_3.0
    • None
    • tools
    • None
    • b07
    • b08

      Spotted that some methods of class java.awt.print.Book that are called by the tests with help of reflection

          method = Book.class.getMethod("getPageFormat", new Class[]{int.class});

      lost JCov coverage.

      A sample HTML report screenshot attached.
      Also attached screenshots showing the general change of state for the class java.awt.print.Book

            lkuskov Leonid Kuskov
            dbessono Dmitry Bessonov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: