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

Wrong methods reported as synthetic

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: