public class MinificationAssessor extends Object
An instance of this class is likely to consider as minified a .js file that, although formally not minified, has an unusually high average line length. This situation is typical of files that have been generated by some tool. Such files are of poor interest as regards a SonarQube analysis.
| Constructor and Description |
|---|
MinificationAssessor(Charset encoding) |
MinificationAssessor(Charset encoding,
int averageLineLengthThreshold) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.