Deprecated API

Deprecated Methods
net.sourceforge.pmd.RuleSetFactory.createRuleSet(String)
          Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. 
net.sourceforge.pmd.RuleSetFactory.createRuleSet(String, ClassLoader)
          Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. 
net.sourceforge.pmd.ast.JavaCharStream.getColumn()
            
net.sourceforge.pmd.ast.CharStream.getColumn()
            
net.sourceforge.pmd.cpd.cppast.SimpleCharStream.getColumn()
            
net.sourceforge.pmd.jsp.ast.CharStream.getColumn()
            
net.sourceforge.pmd.ast.JavaCharStream.getLine()
            
net.sourceforge.pmd.ast.CharStream.getLine()
            
net.sourceforge.pmd.cpd.cppast.SimpleCharStream.getLine()
            
net.sourceforge.pmd.jsp.ast.CharStream.getLine()
            
 

Deprecated Constructors
net.sourceforge.pmd.PMD(TargetJDKVersion)
          Use the no-args constructor and the setJavaVersion method instead 
 



Copyright © 2002-2006 InfoEther. All Rights Reserved.