org.sonar.java.checks
Class EmptyFileCheck
java.lang.Object
org.sonar.java.checks.EmptyFileCheck
- All Implemented Interfaces:
- org.sonar.plugins.java.api.JavaFileScanner, org.sonar.squid.api.CodeVisitor
public final class EmptyFileCheck
- extends Object
- implements org.sonar.plugins.java.api.JavaFileScanner
|
Method Summary |
void |
scanFile(org.sonar.plugins.java.api.JavaFileScannerContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RULE_KEY
public static final String RULE_KEY
- See Also:
- Constant Field Values
EmptyFileCheck
public EmptyFileCheck()
scanFile
public void scanFile(org.sonar.plugins.java.api.JavaFileScannerContext context)
- Specified by:
scanFile in interface org.sonar.plugins.java.api.JavaFileScanner
Copyright © 2012-2014 SonarSource. All Rights Reserved.