Checkstyle Results
The following document contains the results of Checkstyle 5.7. 
Summary
| Files | Info | Warnings | Errors |
|---|---|---|---|
| 4 | 0 | 0 | 2 |
Files
| File | I | W | E |
|---|---|---|---|
| maven-archiver/pom.properties | 0 | 0 | 1 |
| test-classes/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties | 0 | 0 | 1 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| whitespace | FileTabCharacter | 2 | Error |
Details
maven-archiver/pom.properties
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
test-classes/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |

