Package org.sonar.java
Class Measurer.TestFileMeasurer
java.lang.Object
org.sonar.java.Measurer.TestFileMeasurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
scanFile
(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, wait
Methods inherited from interface org.sonar.plugins.java.api.JavaFileScanner
scanWithoutParsing
-
Constructor Details
-
TestFileMeasurer
public TestFileMeasurer()
-
-
Method Details
-
scanFile
Description copied from interface:JavaFileScanner
Method called after parsing and semantic analysis has been done on file.- Specified by:
scanFile
in interfaceJavaFileScanner
- Parameters:
context
- Context of analysis containing the parsed tree.
-