Uses of Class
hudson.plugins.dry.parser.DuplicateCode

Packages that use DuplicateCode
hudson.plugins.dry.parser   
hudson.plugins.dry.parser.cpd   
hudson.plugins.dry.parser.simian   
 

Uses of DuplicateCode in hudson.plugins.dry.parser
 

Methods in hudson.plugins.dry.parser that return types with arguments of type DuplicateCode
 Collection<DuplicateCode> DuplicateCode.getLinks()
          Returns the links to the duplicated code in other files.
protected abstract  Collection<DuplicateCode> AbstractDryParser.parse(InputStream inputStream, String moduleName)
          Returns the duplication annotations found in the specified file.
 

Method parameters in hudson.plugins.dry.parser with type arguments of type DuplicateCode
 void DuplicateCode.linkTo(List<DuplicateCode> codeBlocks)
          Creates links to the specified collection of other code blocks.
 

Uses of DuplicateCode in hudson.plugins.dry.parser.cpd
 

Methods in hudson.plugins.dry.parser.cpd that return types with arguments of type DuplicateCode
 Collection<DuplicateCode> CpdParser.parse(InputStream file, String moduleName)
           
 

Uses of DuplicateCode in hudson.plugins.dry.parser.simian
 

Methods in hudson.plugins.dry.parser.simian that return types with arguments of type DuplicateCode
 Collection<DuplicateCode> SimianParser.parse(InputStream file, String moduleName)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.