Uses of Interface
org.sonar.squid.api.CodeCheck

Packages that use CodeCheck
org.sonar.squid.api   
 

Uses of CodeCheck in org.sonar.squid.api
 

Methods in org.sonar.squid.api that return CodeCheck
 CodeCheck CheckMessage.getChecker()
          Deprecated. replaced by getCheck() since 2.12. Warning, to be called only if check is CodeCheck.
 

Constructors in org.sonar.squid.api with parameters of type CodeCheck
CheckMessage(CodeCheck check, String message, Object... messageArguments)
          Deprecated. replaced by the other constructor since 2.12. See SONAR-2875.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.