Wrong methods reported as synthetic

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      A non-synthetic method of a synthetic class is marked as synthetic by these lines in com.sun.tdk.jcov.processing.CombinerDataProcessor:
                              if ((c.getAccess() & Opcodes.ACC_SYNTHETIC) != 0 && (m.getAccess() & Opcodes.ACC_SYNTHETIC) == 0){
                                  newAccess = m.getAccess() | Opcodes.ACC_SYNTHETIC;
                              }
      Per JVMS $4.7.8 not all methods of a synthetic class are synthetic.

            Assignee:
            Aleksandre Iline
            Reporter:
            Aleksandre Iline
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: