| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.score |
PrettyScore: readability scoring for formatted SQL.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScoreReport.GateCheck> |
ScoreReport.getGateChecks() |
| Constructor and Description |
|---|
ScoreReport(String profile,
String calibration,
String vendor,
ScoreReport.ParseInfo parse,
boolean gateEvaluated,
boolean gatePassed,
List<ScoreReport.GateCheck> gateChecks,
double score,
double attainable,
double unfixableImpact,
List<Dimension> dimensions,
List<Finding> findings,
List<Improvement> improvements,
Map<String,Object> metrics,
List<String> notes) |