Class Measurer.TestFileMeasurer
java.lang.Object
org.sonar.java.Measurer.TestFileMeasurer
- All Implemented Interfaces:
JavaCheck,JavaFileScanner
- Enclosing class:
Measurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidscanFile(JavaFileScannerContext context) Method called after parsing and semantic analysis has been done on file.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.java.api.JavaFileScanner
scanWithoutParsing
-
Constructor Details
-
TestFileMeasurer
public TestFileMeasurer()
-
-
Method Details
-
scanFile
Description copied from interface:JavaFileScannerMethod called after parsing and semantic analysis has been done on file.- Specified by:
scanFilein interfaceJavaFileScanner- Parameters:
context- Context of analysis containing the parsed tree.
-