org.sonar.check
Interface Message


Deprecated. in 2.3

@Deprecated
public interface Message


Method Summary
 Object getChecker()
          Deprecated. Return the checker which logged the message.
 Integer getLine()
          Deprecated.  
 String getText(Locale locale)
          Deprecated.  
 

Method Detail

getChecker

Object getChecker()
Deprecated. 
Return the checker which logged the message. The checker class must be annotated with @Check


getLine

Integer getLine()
Deprecated. 

getText

String getText(Locale locale)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.