Class CloneIdiom


public class CloneIdiom extends ClassAnalysis<Set<BugInstance>>
  • Field Details

    • ID

      public static String ID
  • Constructor Details

  • Method Details

    • analyze

      public Set<BugInstance> analyze(JClass jclass)
      Description copied from class: ClassAnalysis
      Runs this analysis for the given JClass. The result will be stored in JClass. If the result is not used by following analyses, then this method should return null.
      Specified by:
      analyze in class ClassAnalysis<Set<BugInstance>>
      Parameters:
      jclass - the class to be analyzed
      Returns:
      the analysis result for given class.