Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 164 | 0 | 5029 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
3 | |
| NeedBraces | 76 | ||
RightCurly
|
3 | ||
RightCurly
|
3 | ||
| coding | MissingSwitchDefault | 9 | |
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 7 | ||
| VariableDeclarationUsageDistance | 48 | ||
| imports | AvoidStarImport | 12 | |
CustomImportOrder
|
1062 | ||
| indentation | CommentsIndentation | 8 | |
Indentation
|
543 | ||
| javadoc | AtclauseOrder
|
3 | |
JavadocMethod
|
376 | ||
| NonEmptyAtclauseDescription | 20 | ||
SummaryJavadoc
|
232 | ||
| misc | UpperEll | 2 | |
| modifier | ModifierOrder | 4 | |
| naming | AbbreviationAsWordInName
|
16 | |
LocalVariableName
|
15 | ||
MemberName
|
6 | ||
MethodName
|
2 | ||
MethodTypeParameterName
|
2 | ||
| TypeName | 12 | ||
| sizes | LineLength
|
2130 | |
| whitespace | EmptyLineSeparator
|
1 | |
FileTabCharacter
|
108 | ||
OperatorWrap
|
326 |
Details
com/acumenvelocity/ath/common/AthServletContextListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.controller.DocumentController' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.controller.DocumentController' import. Should be before 'javax.servlet.ServletContextListener'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gcs.AthStorage' import. Should be before 'javax.servlet.ServletContextListener'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'javax.servlet.ServletContextListener'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gemini.GenAi' import. Should be before 'javax.servlet.ServletContextListener'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'javax.servlet.ServletContextListener'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
com/acumenvelocity/ath/common/AthUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.databind.JsonNode' | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'java.util.UUID'. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.BOMAwareInputStream' | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 206 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 216 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 231 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 246 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 261 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 279 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 300 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 345 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'toURI' must contain no more than '2' consecutive capital letters. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 405 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 412 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 462 |
com/acumenvelocity/ath/common/Const.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.math.NumberUtils' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.apache.commons.lang3.math.NumberUtils'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilter' import. Should be before 'org.apache.commons.lang3.math.NumberUtils'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.MatchType' import. Should be before 'org.apache.commons.lang3.math.NumberUtils'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 79 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 106 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 115 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 169 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 390 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 392 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 395 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 398 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 402 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 404 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 411 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 413 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 416 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 419 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 469 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 471 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 632 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 734 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 736 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 746 |
com/acumenvelocity/ath/common/ControllerUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.common.SolrDocument' | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.exception.AthRuntimeException' | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthRuntimeException' import. Should be before 'org.bson.types.ObjectId'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.filters.pdf.AthPdfFilter' import. Should be before 'org.bson.types.ObjectId'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.filters.pdf.Parameters' import. Should be before 'org.bson.types.ObjectId'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gcs.AthStorage' import. Should be before 'org.bson.types.ObjectId'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.EncodingInfo' import. Should be before 'org.bson.types.ObjectId'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.FilterInfo' import. Should be before 'org.bson.types.ObjectId'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LanguageInfo' import. Should be before 'org.bson.types.ObjectId'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtResources' import. Should be before 'org.bson.types.ObjectId'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.OcrMode' import. Should be before 'org.bson.types.ObjectId'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ParametersFormat' import. Should be before 'org.bson.types.ObjectId'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.doc.SolrDocMergerStep' import. Should be before 'org.bson.types.ObjectId'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.doc.SolrDocWriterStep' import. Should be before 'org.bson.types.ObjectId'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.tm.SolrTmConnector' import. Should be before 'org.bson.types.ObjectId'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.srx.SrxFileMapper' import. Should be before 'org.bson.types.ObjectId'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BatchMtParameters' import. Should be before 'org.bson.types.ObjectId'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BatchMtStep' import. Should be before 'org.bson.types.ObjectId'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.CodesReinsertionStep' import. Should be before 'org.bson.types.ObjectId'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.MtConfidenceScoringStep' import. Should be before 'org.bson.types.ObjectId'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.MtLeveragingStep' import. Should be before 'org.bson.types.ObjectId'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.SegmentTrimmerStep' import. Should be before 'org.bson.types.ObjectId'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.bson.types.ObjectId'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.auth.oauth2.GoogleCredentials' import. Should be before 'org.bson.types.ObjectId'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.auth.oauth2.ServiceAccountCredentials' import. Should be before 'org.bson.types.ObjectId'. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.ResponseContext' | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'org.bson.types.ObjectId'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.applications.rainbow.MainForm' import. Should be before 'org.bson.types.ObjectId'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.applications.rainbow.lib.EncodingItem' import. Should be before 'org.bson.types.ObjectId'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.applications.rainbow.lib.EncodingManager' import. Should be before 'org.bson.types.ObjectId'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.applications.rainbow.lib.LanguageItem' import. Should be before 'org.bson.types.ObjectId'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.applications.rainbow.lib.LanguageManager' import. Should be before 'org.bson.types.ObjectId'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.BOMNewlineEncodingDetector' import. Should be before 'org.bson.types.ObjectId'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParametersEditorMapper' import. Should be before 'org.bson.types.ObjectId'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.ListUtil' import. Should be before 'org.bson.types.ObjectId'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.bson.types.ObjectId'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.MimeTypeMapper' import. Should be before 'org.bson.types.ObjectId'. | 60 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.StringUtil' import. Should be before 'org.bson.types.ObjectId'. | 61 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.bson.types.ObjectId'. | 62 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.FilterConfiguration' import. Should be before 'org.bson.types.ObjectId'. | 63 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilter' import. Should be before 'org.bson.types.ObjectId'. | 64 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilterConfigurationMapper' import. Should be before 'org.bson.types.ObjectId'. | 65 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.SharedFilterConfigurationMapper' import. Should be before 'org.bson.types.ObjectId'. | 66 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.IPipelineStep' import. Should be before 'org.bson.types.ObjectId'. | 67 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.PipelineReturnValue' import. Should be before 'org.bson.types.ObjectId'. | 68 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XBatch' import. Should be before 'org.bson.types.ObjectId'. | 69 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XBatchItem' import. Should be before 'org.bson.types.ObjectId'. | 70 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XDocument' import. Should be before 'org.bson.types.ObjectId'. | 71 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XParameter' import. Should be before 'org.bson.types.ObjectId'. | 72 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XPipeline' import. Should be before 'org.bson.types.ObjectId'. | 73 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XPipelineStep' import. Should be before 'org.bson.types.ObjectId'. | 74 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.connectors.google.GoogleMTv2Connector' import. Should be before 'org.bson.types.ObjectId'. | 75 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.connectors.google.GoogleMTv2Parameters' import. Should be before 'org.bson.types.ObjectId'. | 76 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.common.FilterEventsToRawDocumentStep' import. Should be before 'org.bson.types.ObjectId'. | 77 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.common.RawDocumentToFilterEventsStep' import. Should be before 'org.bson.types.ObjectId'. | 78 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.desegmentation.DesegmentationStep' import. Should be before 'org.bson.types.ObjectId'. | 79 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.heuristicaligner.HeuristicSentenceAlignerStep' import. Should be before 'org.bson.types.ObjectId'. | 80 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.leveraging.LeveragingStep' import. Should be before 'org.bson.types.ObjectId'. | 81 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.llmsentencealigner.LlmSentenceAlignerStep' import. Should be before 'org.bson.types.ObjectId'. | 82 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.segmentation.SegmentationStep' import. Should be before 'org.bson.types.ObjectId'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 342 | |
| javadoc | AtclauseOrder | Javadoc comment at column 16 has parse error. Details: mismatched input ',' expecting <EOF> while parsing JAVADOC | 346 | |
| javadoc | JavadocMethod | Unused @param tag for 'page,'. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 462 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 467 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 468 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 471 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 471 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 472 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 474 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 475 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 476 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 477 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 478 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 480 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 482 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 483 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 484 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 486 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 488 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 489 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 490 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 492 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 495 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 498 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 498 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 500 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 501 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 504 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 504 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 505 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 506 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 507 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 508 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 511 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 511 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 514 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 515 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 516 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 518 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 519 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 520 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 522 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 542 | |
| blocks | EmptyCatchBlock | Empty catch block. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 593 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 598 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 14, expected is 18, indentation should be the same level as line 599. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 773 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 870 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 876 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 885 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 889 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 976 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1007 |
com/acumenvelocity/ath/common/ConversionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.InlineCode' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCode' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCodeRef' import. Should be before 'java.util.Objects'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LayeredSegment' import. Should be before 'java.util.Objects'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtTargetInfo' import. Should be before 'java.util.Objects'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.Objects'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.ConfidenceScoredTranslation' import. Should be before 'java.util.Objects'. | 14 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 403 |
com/acumenvelocity/ath/common/EnvVarsChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 6, expected is 14, indentation should be the same level as line 48. | 56 |
com/acumenvelocity/ath/common/JacksonUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.PropertyAccessor' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonGenerator' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonParser' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.type.TypeReference' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.DeserializationContext' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'java.util.List'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.MapperFeature' import. Should be before 'java.util.List'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.List'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.PropertyNamingStrategies' import. Should be before 'java.util.List'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.SerializationFeature' import. Should be before 'java.util.List'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.SerializerProvider' import. Should be before 'java.util.List'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.deser.std.StdDeserializer' import. Should be before 'java.util.List'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.module.SimpleModule' import. Should be before 'java.util.List'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ArrayNode' import. Should be before 'java.util.List'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'java.util.List'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.TextNode' import. Should be before 'java.util.List'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.ser.std.StdSerializer' import. Should be before 'java.util.List'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.dataformat.yaml.YAMLFactory' import. Should be before 'java.util.List'. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 140 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 62, expected is 6, indentation should be the same level as line 142. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 143 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 75, expected is 6, indentation should be the same level as line 144. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 61, expected is 6, indentation should be the same level as line 147. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 271 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '199'. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 446 |
com/acumenvelocity/ath/common/Log.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 148 |
com/acumenvelocity/ath/common/OkapiUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.io.Files' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.io.Files' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.slf4j.LoggerFactory'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.MimeTypeMapper' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.annotation.AltTranslation' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.annotation.AltTranslationsAnnotation' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiException' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Code' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ISegments' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.slf4j.LoggerFactory'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnitUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 134 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 227 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 242 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 258 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 271 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'afterOpen' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 284 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'closeMarkerType' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 287 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'closeMarkerIndex' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 300 |
com/acumenvelocity/ath/common/OkapiWordBreaker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'net.sf.okapi.common.LocaleId'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'net.sf.okapi.common.LocaleId'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'net.sf.okapi.common.LocaleId'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.TreeSet' import. Should be before 'net.sf.okapi.common.LocaleId'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'net.sf.okapi.common.LocaleId'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| naming | LocalVariableName | Local variable name 'uLocale' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 80 |
com/acumenvelocity/ath/common/OriginalTuAnnotation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.Map'. | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 10 |
com/acumenvelocity/ath/common/ParagraphAlignmentInput.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.ParagraphWithSegments' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.ParagraphWithSegments' import. Should be before 'java.util.List'. | 6 |
com/acumenvelocity/ath/common/ParagraphAlignmentOutput.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.ParagraphAlignment' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.ParagraphAlignment' import. Should be before 'java.util.List'. | 6 |
com/acumenvelocity/ath/common/PdfUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.pdfbox.Loader' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.OcrMode' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.OcrMode' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.PDFServices' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.PDFServicesMediaType' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.PDFServicesResponse' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.auth.Credentials' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.io.Asset' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.io.StreamAsset' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.jobs.CreatePDFJob' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.jobs.ExportPDFJob' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.params.createpdf.CreatePDFParams' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.result.CreatePDFResult' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.adobe.pdfservices.operation.pdfjobs.result.ExportPDFResult' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ibm.icu.util.ULocale' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiIOException' import. Should be before 'org.apache.pdfbox.text.PDFTextStripper'. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 133 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 141 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 143 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 147 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 152 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 153 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 154 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 156 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 159 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 162 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 163 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 164 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 166 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 170 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 171 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 172 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 173 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 175 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 176 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 177 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 180 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 181 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 182 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 183 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 187 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 190 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 196 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 203 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 208 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 212 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 214 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 215 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 217 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 218 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 220 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 221 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 223 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 224 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 226 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 227 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 229 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 230 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 232 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 233 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 235 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 236 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 238 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 241 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 242 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 244 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 245 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 247 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 248 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 250 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 251 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 253 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 256 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 259 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 262 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 263 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 265 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 266 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 268 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 271 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 272 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 274 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 275 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 277 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 278 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 281 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 282 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 291 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 292 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 294 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 296 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 298 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 300 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 304 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 306 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 308 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 310 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 312 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 314 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 316 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 318 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 320 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 322 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 324 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 326 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 328 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 330 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 332 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 334 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 335 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 336 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 338 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 371 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 379 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 381 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 383 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 389 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 390 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 391 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 394 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 396 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 398 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 399 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 402 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 403 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 404 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 406 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 407 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 410 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 411 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 412 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 413 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 414 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 416 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 417 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 418 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 421 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 422 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 423 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 424 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 425 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 428 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 431 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 432 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 434 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 435 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 437 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 438 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 440 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 441 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 443 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 444 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 446 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 447 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 449 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 450 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 452 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 453 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 455 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 456 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 458 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 459 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 461 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 462 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 464 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 465 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 467 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 468 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 470 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 471 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 473 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 474 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 476 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 477 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 482 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 485 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 486 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 488 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 489 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 491 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 497 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 498 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 500 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 503 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 504 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 506 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 509 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 513 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 516 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 517 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 521 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 521 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 524 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 533 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 534 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 536 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 538 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 540 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 542 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 544 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 546 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 548 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 550 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 552 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 554 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 556 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 558 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 560 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 564 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 566 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 570 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 572 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 574 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 576 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 577 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 578 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 580 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 582 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 593 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 617 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 631 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 656 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 672 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 675 |
com/acumenvelocity/ath/common/ProjectProps.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.exception.AthRuntimeException' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthRuntimeException' import. Should be before 'java.util.Properties'. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
com/acumenvelocity/ath/common/RearrangeCodesTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 13 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.resource.Code' | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Code' import. Should be before 'org.junit.jupiter.api.Test'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.junit.jupiter.api.Test'. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 296 |
com/acumenvelocity/ath/common/Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.ws.rs.core.MediaType' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.ResponseCodeMessage' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ResponseCodeMessage' import. Should be before 'javax.ws.rs.core.Response.Status'. | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.ResponseContext' | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'javax.ws.rs.core.Response.Status'. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 33 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 34 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 38 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '101'. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 213 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '48'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 296 |
com/acumenvelocity/ath/common/SentenceAlignmentInput.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.SegmentInfo' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.SegmentInfo' import. Should be before 'java.util.List'. | 6 |
com/acumenvelocity/ath/common/SentenceAlignmentOutput.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.SentenceAlignment' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.SentenceAlignment' import. Should be before 'java.util.List'. | 6 |
com/acumenvelocity/ath/common/SolrUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.exception.AthException' | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.Solr' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Base64Util' | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Base64Util' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 314 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'version' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 426 | |
| javadoc | AtclauseOrder | Javadoc comment at column 16 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 472 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 620 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 688 |
com/acumenvelocity/ath/common/TestControllerUtil_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.EncodingInfo' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.EncodingInfo' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.FilterInfo' import. Should be before 'org.junit.jupiter.api.Test'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LanguageInfo' import. Should be before 'org.junit.jupiter.api.Test'. | 13 | |
| naming | TypeName | Type name 'TestControllerUtil_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 15 |
com/acumenvelocity/ath/common/TestConversionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.DisplayName' | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentOutput' | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentOutput' import. Should be before 'org.junit.jupiter.api.Test'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCode' import. Should be before 'org.junit.jupiter.api.Test'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.junit.jupiter.api.Test'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.junit.jupiter.api.Test'. | 19 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.junit.jupiter.api.Test'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Code' import. Should be before 'org.junit.jupiter.api.Test'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.junit.jupiter.api.Test'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment.TagType' import. Should be before 'org.junit.jupiter.api.Test'. | 24 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 58 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 123 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 159 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 195 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 231 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 9, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 257 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 469 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 529 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'codes' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 538 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 576 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 577 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 578 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 579 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 580 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 581 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 582 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 583 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 584 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 585 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 586 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 587 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 588 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 589 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 590 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 591 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 592 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 593 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 594 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 595 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 596 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 597 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 598 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 599 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 600 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 601 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 602 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 603 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 604 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 605 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 606 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 607 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 608 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 609 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 610 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 611 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 612 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 613 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 614 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 615 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 616 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 617 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 618 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 619 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 620 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 621 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 622 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 623 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 624 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 625 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 626 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 627 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 628 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 629 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 630 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 631 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 632 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 633 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 691 |
com/acumenvelocity/ath/common/TestOkapiWordBreaker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.jupiter.params.provider.MethodSource'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Stream' import. Should be before 'org.junit.jupiter.params.provider.MethodSource'. | 10 | |
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 12 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
com/acumenvelocity/ath/common/exception/AthException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Log' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.slf4j.helpers.MessageFormatter'. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
com/acumenvelocity/ath/common/exception/AthRuntimeException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Log' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.slf4j.helpers.MessageFormatter'. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
com/acumenvelocity/ath/controller/DocumentController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.ws.rs.core.Response.Status' | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.io.FileUtils' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Response' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gcs.AthStorage' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.AlignDocumentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ConflictDownloadResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ConflictResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.CreateDocumentSegmentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentInfosWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentSegment' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentSegmentWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentSegmentsWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.DocumentStatus' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ExportCompletedStatusResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ExportDocumentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.FailedStatusResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ImportCompletedStatusResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ImportDocumentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ModifiedSegmentsWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtResources' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtTargetInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.Origin' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.PaginationInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 60 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ProcessingResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 61 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.ProcessingStatusResponse' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 62 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.UpdateDocumentSegmentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 63 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 64 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 65 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.type.TypeReference' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 66 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 67 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.RequestContext' | 69 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.RequestContext' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 69 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 70 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 299 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'newDoc' declaration and its first usage is 18, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 316 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docFileName' declaration and its first usage is 18, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 317 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docGcsUrl' declaration and its first usage is 18, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 319 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docEncoding' declaration and its first usage is 18, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 524 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docFileName' declaration and its first usage is 13, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 876 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 921 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 922 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 923 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 924 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 926 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'target' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 946 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'origin' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 948 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'userId' declaration and its first usage is 13, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 974 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1005 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1092 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1095 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1130 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1184 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1216 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1302 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1316 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1320 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1342 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1345 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1355 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1370 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1424 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1443 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1447 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1458 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 1459 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1472 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1493 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1501 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1514 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1536 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1539 | |
| blocks | EmptyCatchBlock | Empty catch block. | 1553 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1559 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'userId' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 1586 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1597 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1601 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1611 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1619 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1638 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docGcsUrl' declaration and its first usage is 19, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 1640 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1641 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1643 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1646 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1647 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'filterParams' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 1647 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1669 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1713 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1718 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1721 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1759 |
com/acumenvelocity/ath/controller/OkapiController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.ControllerUtil' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'java.util.stream.Collectors'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Response' import. Should be before 'java.util.stream.Collectors'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.EncodingInfo' import. Should be before 'java.util.stream.Collectors'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.EncodingInfosWrapper' import. Should be before 'java.util.stream.Collectors'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.FilterInfo' import. Should be before 'java.util.stream.Collectors'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.FilterInfosWrapper' import. Should be before 'java.util.stream.Collectors'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LanguageInfo' import. Should be before 'java.util.stream.Collectors'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LanguageInfosWrapper' import. Should be before 'java.util.stream.Collectors'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.PaginationInfo' import. Should be before 'java.util.stream.Collectors'. | 15 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.RequestContext' | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.RequestContext' import. Should be before 'java.util.stream.Collectors'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'java.util.stream.Collectors'. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 328 |
com/acumenvelocity/ath/controller/TranslationMemoryController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.ws.rs.core.Response.Status' | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.math.NumberUtils' | 14 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Response' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.CreateTranslationMemorySegmentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.PaginationInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TmSegment' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TmSegmentWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TmSegmentsWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TranslationMemoryInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TranslationMemoryInfoWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.TranslationMemoryInfosWrapper' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.UpdateTranslationMemorySegmentRequest' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.tm.SolrTmFilter' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.tm.SolrTmWriterStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.RequestContext' | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.RequestContext' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.FilterUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilter' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.WrapMode' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XBatch' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XBatchItem' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XParameter' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XPipeline' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipelinebuilder.XPipelineStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.RawDocument' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.filters.table.csv.CommaSeparatedValuesFilter' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 60 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.filters.table.tsv.TabSeparatedValuesFilter' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 61 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.common.RawDocumentToFilterEventsStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 62 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.formatconversion.FormatConversionStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 63 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.formatconversion.Parameters' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 449 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'solrClient' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 613 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'userId' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 689 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'solrClient' declaration and its first usage is 13, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 696 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'srcLang' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 697 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'trgLang' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 755 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 796 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docId' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 805 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docFileName' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 829 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 831 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 870 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 882 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 888 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 907 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 930 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 939 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1052 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1056 |
com/acumenvelocity/ath/controller/UtilityController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.ws.rs.core.Response.Status' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'javax.ws.rs.core.Response.Status'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'javax.ws.rs.core.Response.Status'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'javax.ws.rs.core.Response.Status'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.PdfUtil' import. Should be before 'javax.ws.rs.core.Response.Status'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Response' import. Should be before 'javax.ws.rs.core.Response.Status'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.OcrMode' import. Should be before 'javax.ws.rs.core.Response.Status'. | 14 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.RequestContext' | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.RequestContext' import. Should be before 'javax.ws.rs.core.Response.Status'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.oas.inflector.models.ResponseContext' import. Should be before 'javax.ws.rs.core.Response.Status'. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 24 | |
| javadoc | JavadocMethod | Unused @param tag for 'ocrMode'. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
com/acumenvelocity/ath/controller/VersionController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.oas.inflector.models.RequestContext' | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
com/acumenvelocity/ath/filters/pdf/AthPdfFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Log' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.PdfUtil' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 140 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'docxInputStream' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 140 |
com/acumenvelocity/ath/filters/pdf/AthPdfFilterWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'java.io.OutputStream'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.io.OutputStream'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.PdfUtil' import. Should be before 'java.io.OutputStream'. | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 25 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 100 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 102 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 105 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 114 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 213 |
com/acumenvelocity/ath/filters/pdf/Parameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.StringParameters' | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
com/acumenvelocity/ath/gcs/AthStorage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.api.gax.paging.Page' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.auth.Credentials' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.auth.oauth2.GoogleCredentials' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.ReadChannel' import. Should be before 'java.util.List'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.WriteChannel' import. Should be before 'java.util.List'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.Blob' import. Should be before 'java.util.List'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.BlobId' import. Should be before 'java.util.List'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.BlobInfo' import. Should be before 'java.util.List'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.Storage' import. Should be before 'java.util.List'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.Storage.BlobListOption' import. Should be before 'java.util.List'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.storage.StorageOptions' import. Should be before 'java.util.List'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 150 |
com/acumenvelocity/ath/gcs/TestGcs_FT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeAll' | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.junit.jupiter.api.Test'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.junit.jupiter.api.Test'. | 9 | |
| naming | TypeName | Type name 'TestGcs_FT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 16 |
com/acumenvelocity/ath/gct/v3/AthTranslation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'java.util.stream.Collectors'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.stream.Collectors'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.stream.Collectors'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BatchMtStep' import. Should be before 'java.util.stream.Collectors'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.api.gax.core.FixedCredentialsProvider' import. Should be before 'java.util.stream.Collectors'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.auth.oauth2.GoogleCredentials' import. Should be before 'java.util.stream.Collectors'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.aiplatform.v1.LocationName' import. Should be before 'java.util.stream.Collectors'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.GlossaryName' import. Should be before 'java.util.stream.Collectors'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextGlossaryConfig' import. Should be before 'java.util.stream.Collectors'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextRequest' import. Should be before 'java.util.stream.Collectors'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextResponse' import. Should be before 'java.util.stream.Collectors'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceClient' import. Should be before 'java.util.stream.Collectors'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceSettings' import. Should be before 'java.util.stream.Collectors'. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 60 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'MAX_TEXTS_PER_BATCH' must contain no more than '2' consecutive capital letters. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 81 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'MAX_CODEPOINTS_PER_BATCH' must contain no more than '2' consecutive capital letters. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 155 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 164 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 176 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 247 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '60'. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 250 |
com/acumenvelocity/ath/gemini/GenAi.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentInput' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentInput' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentOutput' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCodeRef' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LayeredSegment' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.type.TypeReference' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.genai.Client' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.genai.types.Content' import. Should be before 'java.util.List'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.genai.types.GenerateContentConfig' import. Should be before 'java.util.List'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.genai.types.GenerateContentResponse' import. Should be before 'java.util.List'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.genai.types.Part' import. Should be before 'java.util.List'. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 376 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 395 |
com/acumenvelocity/ath/integration/BaseIntegrationTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeAll' | 15 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.databind.JsonNode' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.junit.jupiter.api.TestInstance'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.junit.jupiter.api.TestInstance'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.SerializationFeature' import. Should be before 'org.junit.jupiter.api.TestInstance'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.datatype.jsr310.JavaTimeModule' import. Should be before 'org.junit.jupiter.api.TestInstance'. | 21 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 2, indentation should be the same level as line 32. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 74 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 2, indentation should be the same level as line 82. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 213 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 251 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 395 |
com/acumenvelocity/ath/integration/TestDocuments_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 11 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 23 | |
| naming | TypeName | Type name 'TestDocuments_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 147 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'requestBody' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 161 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'requestBody' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 252 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 333 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 338 |
com/acumenvelocity/ath/integration/TestEncodings_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 6 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 6 | |
| naming | TypeName | Type name 'TestEncodings_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
com/acumenvelocity/ath/integration/TestErrorHandling_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.UUID' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.junit.jupiter.api.Test'. | 6 | |
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 8 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 8 | |
| naming | TypeName | Type name 'TestErrorHandling_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
com/acumenvelocity/ath/integration/TestFilters_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 6 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 6 | |
| naming | TypeName | Type name 'TestFilters_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
com/acumenvelocity/ath/integration/TestFullWorkflow_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.file.Files' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.file.Files' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.file.Path' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.junit.jupiter.api.TestMethodOrder'. | 12 | |
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| naming | TypeName | Type name 'TestFullWorkflow_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 153 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'segmentId' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 157 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'requestBody' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 238 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 239 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 241 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 242 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 243 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 245 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 246 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 246 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 247 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 248 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 250 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 250 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 251 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 252 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 253 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 254 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 255 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 260 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 267 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 273 |
com/acumenvelocity/ath/integration/TestLanguages_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 6 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 6 | |
| naming | TypeName | Type name 'TestLanguages_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
com/acumenvelocity/ath/integration/TestTranslationMemories_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.junitpioneer.jupiter.SetEnvironmentVariable'. | 29 | |
| naming | TypeName | Type name 'TestTranslationMemories_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 362 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 370 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 371 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 372 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 373 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 374 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 375 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 377 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 378 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 379 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 380 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 381 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 382 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 383 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 388 |
com/acumenvelocity/ath/integration/TestVersion_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 6 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 6 | |
| naming | TypeName | Type name 'TestVersion_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 8 |
com/acumenvelocity/ath/model/AlignDocumentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 87 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 544). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 114 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 127 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 161 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 197 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 205 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 223 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 241 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 260 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 262 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 263 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 264 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 266 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 267 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 268 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 269 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 295 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 306 |
com/acumenvelocity/ath/model/ConflictDownloadResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 61 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 105 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 159 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 160 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 161 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 162 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 181 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 190 |
com/acumenvelocity/ath/model/ConflictResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 106 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 124 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 142 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 161 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 162 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 163 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 182 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 191 |
com/acumenvelocity/ath/model/CreateDocumentSegmentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 51 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 66 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 101 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 103 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 144 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 149 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 177 |
com/acumenvelocity/ath/model/CreateTranslationMemorySegmentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 51 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 66 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 109 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 150 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 178 |
com/acumenvelocity/ath/model/DocumentInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.UUID'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 18 | |
| misc | UpperEll | Should use uppercase 'L'. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 112 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 536). | 120 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 133 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 151 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 169 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 192 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 205 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 228 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 241 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 265 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 266 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 267 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 269 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 270 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 271 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 272 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 273 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 299 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 308 |
com/acumenvelocity/ath/model/DocumentInfoWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
com/acumenvelocity/ath/model/DocumentInfosWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/DocumentSegment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.UUID'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 19 | |
| misc | UpperEll | Should use uppercase 'L'. | 46 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 86 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 117 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 135 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 153 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 171 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 186 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 188 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 203 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 205 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 223 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 241 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 256 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 274 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 295 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 305 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 318 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 336 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 354 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 372 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 390 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 408 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 432 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 433 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 434 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 435 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 436 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 437 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 438 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 439 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 440 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 441 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 442 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 443 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 444 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 445 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 446 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 447 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 448 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 483 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 492 |
com/acumenvelocity/ath/model/DocumentSegmentWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
com/acumenvelocity/ath/model/DocumentSegmentsWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 69 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/DocumentStatus.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 9 |
com/acumenvelocity/ath/model/EncodingInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 60 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 62 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 87 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 |
com/acumenvelocity/ath/model/EncodingInfosWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/ExportCompletedStatusResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 64 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 110 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 136 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 156 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 165 |
com/acumenvelocity/ath/model/ExportDocumentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 70 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 88 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 124 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 135 |
com/acumenvelocity/ath/model/ExportTranslationMemory200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 61 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
com/acumenvelocity/ath/model/FailedStatusResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 176 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 197 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 215 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 225 |
com/acumenvelocity/ath/model/FilterInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 51 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 87 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 152 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 159 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 169 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 171 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 197 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 198 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 199 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 200 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 223 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 232 |
com/acumenvelocity/ath/model/FilterInfosWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/GetDocumentSegment200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 81 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 99 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 |
com/acumenvelocity/ath/model/GetDocumentSegments200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 84 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetDocumentStatus200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 113 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 167 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 185 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 203 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 213 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 221 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 257 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 258 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 259 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 260 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 263 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 263 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 285 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 295 |
com/acumenvelocity/ath/model/GetDocuments200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetEncodings200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetFilters200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetLanguages200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetTranslationMemories200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 85 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 113 |
com/acumenvelocity/ath/model/GetTranslationMemoryInfo200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 82 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 83 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 101 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/GetTranslationMemorySegment200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 81 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 |
com/acumenvelocity/ath/model/GetTranslationMemorySegments200Response.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 84 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
com/acumenvelocity/ath/model/ImportCompletedStatusResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 64 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 110 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 136 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 156 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 165 |
com/acumenvelocity/ath/model/ImportDocumentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 116 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 123 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 136 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 170 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 180 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 209 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 229 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 214). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 247 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 267 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 290 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 523). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 309 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 317 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 335 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 353 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 372 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 373 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 374 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 375 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 376 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 377 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 378 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 379 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 381 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 382 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 383 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 386 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 420 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 431 |
com/acumenvelocity/ath/model/InlineCode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 16 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 48 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 90 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 102 | |
| javadoc | AtclauseOrder | Javadoc comment at column 59 has parse error. Missed HTML close tag 'b'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 118 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 139 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 161 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 538). | 169 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 198 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 206 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 225 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 226 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 227 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 228 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 229 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 230 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 231 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 255 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 264 |
com/acumenvelocity/ath/model/InlineCodeRef.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 16 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 53 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 63 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 89 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 90 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 115 |
com/acumenvelocity/ath/model/InlineObject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 83 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 |
com/acumenvelocity/ath/model/LanguageInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 25 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 66 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 90 |
com/acumenvelocity/ath/model/LanguageInfosWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/LayeredSegment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 66 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 113 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 120 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 138 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 156 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 201 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 211 |
com/acumenvelocity/ath/model/ModifiedSegmentsWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 19 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 61 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
com/acumenvelocity/ath/model/MtResources.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 55 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 91 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 109 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 150 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 173 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 182 |
com/acumenvelocity/ath/model/MtTargetInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 10 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 62 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 |
com/acumenvelocity/ath/model/OcrMode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 98). | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 19 |
com/acumenvelocity/ath/model/Origin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 98). | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 14 |
com/acumenvelocity/ath/model/PaginationInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 29 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 58 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 76 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 130 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 149 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 151 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 172 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 181 |
com/acumenvelocity/ath/model/ProcessingResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 102 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 120 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 158 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 167 |
com/acumenvelocity/ath/model/ProcessingStatusResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonCreator' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonCreator' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonValue' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 140 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 160 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 169 |
com/acumenvelocity/ath/model/ResponseCodeMessage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 23 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 27 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 44 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 92 |
com/acumenvelocity/ath/model/TmSegment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.UUID'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 18 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 101 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 160 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 173 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 188 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 191 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 206 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 208 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 223 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 225 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 240 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 243 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 258 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 261 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 276 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 279 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 294 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 297 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 321 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 322 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 323 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 324 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 325 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 326 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 327 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 328 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 329 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 330 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 331 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 332 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 361 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 370 |
com/acumenvelocity/ath/model/TmSegmentWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
com/acumenvelocity/ath/model/TmSegmentsWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
com/acumenvelocity/ath/model/TranslationMemoryInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.UUID'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 100 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 118 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 144 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 157 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 180 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 190 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 193 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 217 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 218 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 219 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 220 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 221 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 222 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 223 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 247 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 256 |
com/acumenvelocity/ath/model/TranslationMemoryInfoWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 71 |
com/acumenvelocity/ath/model/TranslationMemoryInfosWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 17 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 40 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 70 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 95 |
com/acumenvelocity/ath/model/UpdateDocumentSegmentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 82 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 83 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 109 |
com/acumenvelocity/ath/model/UpdateTranslationMemorySegmentRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.model.x.LayeredTextX' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.UUID'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.UUID'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModelProperty' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.UUID'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 65 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 72 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 128 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 145 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 156 |
com/acumenvelocity/ath/model/VersionWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.fasterxml.jackson.annotation.JsonProperty' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 15 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
com/acumenvelocity/ath/model/x/LayeredTextX.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.ConversionUtil' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'java.util.Objects'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthRuntimeException' import. Should be before 'java.util.Objects'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCode' import. Should be before 'java.util.Objects'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'java.util.Objects'. | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'io.swagger.annotations.ApiModel' | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModel' import. Should be before 'java.util.Objects'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'io.swagger.annotations.ApiModelProperty' import. Should be before 'java.util.Objects'. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 22 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 80 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 144 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 153 |
com/acumenvelocity/ath/mt/confidence/CommonDataStructures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.resource.TextFragment' | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
com/acumenvelocity/ath/mt/confidence/ConfidenceScoredTranslation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| javadoc | JavadocMethod | Unused @param tag for 'origin'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
com/acumenvelocity/ath/mt/confidence/HeuristicDataStructures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
com/acumenvelocity/ath/mt/confidence/HeuristicQualityEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Log' | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.stream.Collectors'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'java.util.stream.Collectors'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.CommonDataStructures.SegmentTranslations' import. Should be before 'java.util.stream.Collectors'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HeuristicDataStructures.HeuristicResult' import. Should be before 'java.util.stream.Collectors'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HeuristicDataStructures.HeuristicScore' import. Should be before 'java.util.stream.Collectors'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.LocationName' import. Should be before 'java.util.stream.Collectors'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextRequest' import. Should be before 'java.util.stream.Collectors'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextResponse' import. Should be before 'java.util.stream.Collectors'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceClient' import. Should be before 'java.util.stream.Collectors'. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.MimeTypeMapper' | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 120 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 123 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 148. | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 187 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 251 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 287 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 310 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 320 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 323 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 342 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 345 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 374 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 387 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 393 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 425 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 428 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 436 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 439 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 467 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 470 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 482 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 485 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 489 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 514 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 525 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 539 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 555 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 574 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 592 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 595 |
com/acumenvelocity/ath/mt/confidence/HybridDataStructures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.mt.confidence.CommonDataStructures.LanguagePairSupport' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.CommonDataStructures.LanguagePairSupport' import. Should be before 'java.util.stream.Collectors'. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.resource.TextFragment' | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 213 |
com/acumenvelocity/ath/mt/confidence/HybridQualityEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'java.util.stream.Collectors'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'java.util.stream.Collectors'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.stream.Collectors'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'java.util.stream.Collectors'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtResources' import. Should be before 'java.util.stream.Collectors'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.CommonDataStructures.SegmentTranslations' import. Should be before 'java.util.stream.Collectors'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HeuristicDataStructures.HeuristicResult' import. Should be before 'java.util.stream.Collectors'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.EvaluationStrategy' import. Should be before 'java.util.stream.Collectors'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridEvaluationResult' import. Should be before 'java.util.stream.Collectors'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridScoredSegment' import. Should be before 'java.util.stream.Collectors'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridTranslationScore' import. Should be before 'java.util.stream.Collectors'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.VertexDataStructures.ScoredSegmentTranslations' import. Should be before 'java.util.stream.Collectors'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.VertexDataStructures.ScoredTranslation' import. Should be before 'java.util.stream.Collectors'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceClient' import. Should be before 'java.util.stream.Collectors'. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.MimeTypeMapper' | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 186 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'coherence' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 199 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'lengthRatio' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 202 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'copyOverlap' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 288 | |
| naming | LocalVariableName | Local variable name 'hScores' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 397 |
com/acumenvelocity/ath/mt/confidence/TestHybridQualityEstimator_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.junit.jupiter.api.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'org.junit.jupiter.api.Test'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.junit.jupiter.api.Test'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'org.junit.jupiter.api.Test'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridTranslationScore' import. Should be before 'org.junit.jupiter.api.Test'. | 17 | |
| naming | TypeName | Type name 'TestHybridQualityEstimator_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 73 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'testCreativeLLMTranslation' must contain no more than '2' consecutive capital letters. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 |
com/acumenvelocity/ath/mt/confidence/VertexDataStructures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.resource.TextFragment' | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
com/acumenvelocity/ath/mt/confidence/VertexQualityEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.gson.*. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 8 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 8 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 12 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 196 | |
| blocks | EmptyCatchBlock | Empty catch block. | 209 |
com/acumenvelocity/ath/openai/OpenAi.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentInput' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentInput' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentOutput' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCodeRef' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LayeredSegment' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.type.TypeReference' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.openai.client.OpenAIClient' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.openai.client.okhttp.OpenAIOkHttpClient' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.openai.models.chat.completions.ChatCompletion' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.openai.models.chat.completions.ChatCompletionCreateParams' import. Should be before 'java.util.List'. | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 301 |
com/acumenvelocity/ath/solr/AthIndex.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.Map'. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| naming | MethodTypeParameterName | Method type name 'Response' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
com/acumenvelocity/ath/solr/Solr.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthException' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 53 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'numDocs' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 109 | |
| naming | MethodTypeParameterName | Method type name 'Response' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 109 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 120 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 121 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 122 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 123 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 124 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 128 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 136 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 143 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 144 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 145 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 151 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '47'. | 167 |
com/acumenvelocity/ath/solr/SolrIndexWriterStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Log' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BaseMergerStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 12 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Event' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.BasePipelineStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ISegments' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 242 |
com/acumenvelocity/ath/solr/doc/SolrDocMergerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.response.QueryResponse' | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthRuntimeException' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.Solr' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BaseMergerStep' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 152 |
com/acumenvelocity/ath/solr/doc/SolrDocWriterStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtTargetInfo' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.Origin' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.SolrIndexWriterStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 19 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Event' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.annotation.AltTranslation' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.annotation.AltTranslationsAnnotation' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.MatchType' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
com/acumenvelocity/ath/solr/tm/Parameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.UUID'. | 5 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.ParametersDescription' | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 114 |
com/acumenvelocity/ath/solr/tm/SolrTmConnector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.response.QueryResponse' | 9 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.exception.AthRuntimeException' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.BigramAnalyzer' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.Solr' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IParameters' | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParameters' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.MatchType' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.QueryResult' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.translation.BaseConnector' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.translation.ITMQuery' import. Should be before 'org.apache.solr.common.SolrDocumentList'. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 180 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tmSrcTf' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 183 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tmTrgTf' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 326 |
com/acumenvelocity/ath/solr/tm/SolrTmFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 17 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Event' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.EventType' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.MimeTypeMapper' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiException' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.AbstractFilter' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Ending' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Property' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.RawDocument' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.StartDocument' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnit' import. Should be before 'org.apache.solr.common.params.CursorMarkParams'. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 313 |
com/acumenvelocity/ath/solr/tm/SolrTmWriterStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.solr.client.solrj.SolrClient' | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.JacksonUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.SolrUtil' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.AthIndex' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.solr.SolrIndexWriterStep' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 16 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.apache.solr.common.SolrInputDocument'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
com/acumenvelocity/ath/srx/SrxFileMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 6 |
com/acumenvelocity/ath/steps/BaseAlignerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Event' import. Should be before 'org.slf4j.LoggerFactory'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.ISegmenter' import. Should be before 'org.slf4j.LoggerFactory'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.StringUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.annotations.StepParameterMapping' import. Should be before 'org.slf4j.LoggerFactory'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.annotations.StepParameterType' import. Should be before 'org.slf4j.LoggerFactory'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.RawDocument' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextPart' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.segmentation.SRXDocument' import. Should be before 'org.slf4j.LoggerFactory'. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOGGER' must contain no more than '2' consecutive capital letters. | 27 | |
| naming | MemberName | Member name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 72 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 211 |
com/acumenvelocity/ath/steps/BaseMergerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
com/acumenvelocity/ath/steps/BaseTuBatchProcessingStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 21 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
com/acumenvelocity/ath/steps/BatchMtStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 169 |
com/acumenvelocity/ath/steps/CodesReinsertionStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiWordBreaker' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OriginalTuAnnotation' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gemini.GenAi' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCodeRef' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.LayeredSegment' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 187 |
com/acumenvelocity/ath/steps/MtConfidenceScoringStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'java.util.List'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OriginalTuAnnotation' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.MtResources' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.ConfidenceScoredTranslation' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridEvaluationResult' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridScoredSegment' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridTranslationScore' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.mt.confidence.HybridQualityEstimator' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 107 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 135 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 299 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 304 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 369 |
com/acumenvelocity/ath/steps/MtLeveragingStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 65 |
com/acumenvelocity/ath/steps/SegmentInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 5 |
com/acumenvelocity/ath/steps/SegmentTrimmerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
net/sf/okapi/common/filters/SharedFilterConfigurationMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 18 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IParameters' | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParametersEditor' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '249'. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 645 |
net/sf/okapi/common/resource/AlignedSegments.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IResource' | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 345 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '158'. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 |
net/sf/okapi/connectors/google/v3/FragmentQueryResultBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.query.MatchType' | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.MatchType' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.QueryResult' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.InvalidContentException' import. Should be before 'org.slf4j.LoggerFactory'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.translation.QueryUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
net/sf/okapi/connectors/google/v3/GoogleMTv3API.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'GoogleMTv3API' must contain no more than '2' consecutive capital letters. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
net/sf/okapi/connectors/google/v3/GoogleMTv3APIImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AthUtil' | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AthUtil' import. Should be before 'java.util.List'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'java.util.List'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'java.util.List'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.api.gax.rpc.ApiException' import. Should be before 'java.util.List'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.GetSupportedLanguagesRequest' import. Should be before 'java.util.List'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.GlossaryName' import. Should be before 'java.util.List'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.LocationName' import. Should be before 'java.util.List'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.SupportedLanguage' import. Should be before 'java.util.List'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextGlossaryConfig' import. Should be before 'java.util.List'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextRequest' import. Should be before 'java.util.List'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextResponse' import. Should be before 'java.util.List'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.Translation' import. Should be before 'java.util.List'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceClient' import. Should be before 'java.util.List'. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Util' | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'GoogleMTv3APIImpl' must contain no more than '2' consecutive capital letters. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 178 |
net/sf/okapi/connectors/google/v3/GoogleMTv3Connector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.ControllerUtil' | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IParameters' | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiException' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.QueryResult' import. Should be before 'org.slf4j.LoggerFactory'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.translation.BaseConnector' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.translation.QueryUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOG' must contain no more than '2' consecutive capital letters. | 45 | |
| naming | MemberName | Member name 'LOG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 152 | |
| naming | MethodName | Method name '_query' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 196 | |
| naming | MethodName | Method name '_batchQuery' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 285 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 323 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 406 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 412 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 415 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 419 |
net/sf/okapi/connectors/google/v3/GoogleMTv3ErrorException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 |
net/sf/okapi/connectors/google/v3/GoogleMTv3Parameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.MimeTypeMapper' | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 242 |
net/sf/okapi/connectors/google/v3/QueryResultBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.query.QueryResult' | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
net/sf/okapi/connectors/google/v3/TestGoogleMTv3Connector_IT.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.AfterEach' | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.junit.jupiter.api.condition.EnabledIf'. | 16 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.junit.jupiter.api.condition.EnabledIf'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.query.QueryResult' import. Should be before 'org.junit.jupiter.api.condition.EnabledIf'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.junit.jupiter.api.condition.EnabledIf'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment.TagType' import. Should be before 'org.junit.jupiter.api.condition.EnabledIf'. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 24 | |
| naming | TypeName | Type name 'TestGoogleMTv3Connector_IT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 88 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 197 |
net/sf/okapi/connectors/google/v3/TextQueryResultBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.query.MatchType' | 24 |
net/sf/okapi/connectors/google/v3/TranslationResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
net/sf/okapi/lib/segmentation/SRXDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.DefaultEntityResolver' | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.DefaultEntityResolver' import. Should be before 'org.xml.sax.SAXException'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.ISegmenter' import. Should be before 'org.xml.sax.SAXException'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.xml.sax.SAXException'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.NSContextManager' import. Should be before 'org.xml.sax.SAXException'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Util' import. Should be before 'org.xml.sax.SAXException'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.XMLWriter' import. Should be before 'org.xml.sax.SAXException'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiException' import. Should be before 'org.xml.sax.SAXException'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiIOException' import. Should be before 'org.xml.sax.SAXException'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.xml.sax.SAXException'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 71 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SRXDocument' must contain no more than '2' consecutive capital letters. | 76 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOGGER' must contain no more than '2' consecutive capital letters. | 77 | |
| naming | MemberName | Member name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 239 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 355 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setUseICU4JBreakRules' must contain no more than '2' consecutive capital letters. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 703 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 730 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 835 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'pathOrURL' must contain no more than '2' consecutive capital letters. | 841 | |
| naming | LocalVariableName | Local variable name 'Fact' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 883 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'pathOrURL' must contain no more than '2' consecutive capital letters. | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 901 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 915 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'xpath' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 924 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 955 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 966 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 969 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 979 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 983 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 993 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 996 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1000 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1008 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1016 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1065 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1101 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1104 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1111 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1112 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1113 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1114 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 1115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 1116 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 1117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1150 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1153 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1197 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1213 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1220 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1292 |
net/sf/okapi/steps/heuristicaligner/HeuristicAligner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 14 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.Const' | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Const' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ControllerUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gct.v3.AthTranslation' import. Should be before 'org.slf4j.LoggerFactory'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.LocationName' import. Should be before 'org.slf4j.LoggerFactory'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextRequest' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslateTextResponse' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.cloud.translate.v3.TranslationServiceClient' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.MimeTypeMapper' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.slf4j.LoggerFactory'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOGGER' must contain no more than '2' consecutive capital letters. | 41 | |
| naming | MemberName | Member name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 116 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 221 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 314 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 357 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 360 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 380 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 383 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 411 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 432 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 464 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 467 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 500 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 529 |
net/sf/okapi/steps/heuristicaligner/HeuristicAlignerTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 196 |
net/sf/okapi/steps/heuristicaligner/HeuristicSentenceAlignerParameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 119 |
net/sf/okapi/steps/heuristicaligner/HeuristicSentenceAlignerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.OkapiUtil' | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'java.util.List'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BaseAlignerStep' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IParameters' | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 253 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 436 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 480 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 526 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 529 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 540 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 559 |
net/sf/okapi/steps/heuristicaligner/ParagraphPair.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.resource.ITextUnit' | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
net/sf/okapi/steps/llmsentencealigner/LlmSentenceAlignerParameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.ParametersDescription' | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 188 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 188 |
net/sf/okapi/steps/llmsentencealigner/LlmSentenceAlignerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignment' | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignment' import. Should be before 'java.util.List'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentInput' import. Should be before 'java.util.List'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.CombinedAlignmentOutput' import. Should be before 'java.util.List'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.ParagraphAlignment' import. Should be before 'java.util.List'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.ParagraphWithSegments' import. Should be before 'java.util.List'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.SegmentInfo' import. Should be before 'java.util.List'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.AlignmentData.SentenceAlignment' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.ConversionUtil' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.Log' import. Should be before 'java.util.List'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.gemini.GenAi' import. Should be before 'java.util.List'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.InlineCode' import. Should be before 'java.util.List'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.model.x.LayeredTextX' import. Should be before 'java.util.List'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.steps.BaseAlignerStep' import. Should be before 'java.util.List'. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IParameters' | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 330 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 341 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 342 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 344 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 346 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 347 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 350 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 354 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 355 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 356 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 358 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 359 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 360 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 363 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 364 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 365 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 368 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 370 | |
| naming | LocalVariableName | Local variable name 'tPos' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 370 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 371 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 372 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 376 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 377 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 378 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 380 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 381 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 388 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 389 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 392 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 401 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 402 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 464 |
net/sf/okapi/steps/paraaligner/AlignedParagraphs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 7 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 2. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 2. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 16 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 2. | 16 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 17 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 2. | 17 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 19 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 2. | 19 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 20 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 4. | 20 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 21 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 4. | 21 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 22 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 4. | 22 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 23 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 4. | 23 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 24 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 2. | 24 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 26 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 2. | 26 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 27 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 27 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 28 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 4. | 28 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 29 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 6. | 29 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 30 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 4. | 30 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 31 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 32 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 4. | 32 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 33 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 6. | 33 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 34 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 4. | 34 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 35 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 36 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 2. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 2. | 39 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 40 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 41 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 2. | 42 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 2. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 45 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 46 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 4. | 46 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 47 | |
| indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 6. | 47 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 6. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 50 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 6. | 50 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be 8. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 32, expected level should be 8. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be 10. | 53 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 54 | |
| indentation | Indentation | 'if' has incorrect indentation level 40, expected level should be 10. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 55 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 55 | |
| indentation | Indentation | 'if' child has incorrect indentation level 48, expected level should be 12. | 55 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 56 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 40, expected level should be 10. | 56 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 57 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 32, expected level should be 8. | 57 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 58 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 6. | 58 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 32, expected level should be 8. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 60 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be 10. | 61 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 40, expected level should be 10. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 63 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 48, expected level should be 12. | 63 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 64 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 48, expected level should be 12. | 65 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 48, expected level should be 12. | 66 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 40, expected level should be 10. | 67 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 68 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 32, expected level should be 8. | 68 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 69 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 24, expected level should be 6. | 69 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 70 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 71 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 6. | 72 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be 8. | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 6. | 74 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 75 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 4. | 75 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 2. | 78 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 2. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 81 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 81 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 4. | 82 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 6. | 83 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 84 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 4. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 85 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 86 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 89 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 4. | 90 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 6. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 6. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 6. | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 6. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 6. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 96 | |
| indentation | Indentation | 'while' has incorrect indentation level 24, expected level should be 6. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| indentation | Indentation | 'while' child has incorrect indentation level 32, expected level should be 8. | 97 | |
| naming | LocalVariableName | Local variable name 'cLast' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| indentation | Indentation | 'while' child has incorrect indentation level 32, expected level should be 8. | 98 | |
| naming | LocalVariableName | Local variable name 'sCurNoTrim' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| indentation | Indentation | 'while' child has incorrect indentation level 32, expected level should be 8. | 99 | |
| naming | LocalVariableName | Local variable name 'sCur' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| indentation | Indentation | 'while' child has incorrect indentation level 32, expected level should be 8. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 101 | |
| indentation | Indentation | 'if' has incorrect indentation level 32, expected level should be 8. | 101 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be 10. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| indentation | Indentation | 'if' has incorrect indentation level 40, expected level should be 10. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| indentation | Indentation | 'if' has incorrect indentation level 48, expected level should be 12. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 56, expected level should be 14. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 48, expected level should be 12. | 107 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 109 | |
| indentation | Indentation | 'else' has incorrect indentation level 48, expected level should be 12. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| indentation | Indentation | 'else' child has incorrect indentation level 56, expected level should be 14. | 111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 48, expected level should be 12. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 40, expected level should be 10. | 113 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 32, expected level should be 8. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| indentation | Indentation | 'while' child has incorrect indentation level 32, expected level should be 8. | 117 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 118 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 24, expected level should be 6. | 118 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 4. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 2. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 2. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 126 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 2. | 127 |
net/sf/okapi/steps/sentencealigner/SentenceAligner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 10 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.IResource' | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IResource' import. Should be before 'org.slf4j.LoggerFactory'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.slf4j.LoggerFactory'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.AlignmentStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.slf4j.LoggerFactory'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextPart' import. Should be before 'org.slf4j.LoggerFactory'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.AlignmentFunction' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.AlignmentScorer' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.DpMatrix' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.DpMatrixCell' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.Penalties' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 34 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOGGER' must contain no more than '2' consecutive capital letters. | 39 | |
| naming | MemberName | Member name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 92 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 125 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 132 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 141 | |
| naming | LocalVariableName | Local variable name 'xBegin' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 142 | |
| naming | LocalVariableName | Local variable name 'xEnd' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 143 | |
| naming | LocalVariableName | Local variable name 'yBegin' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 143 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 144 | |
| naming | LocalVariableName | Local variable name 'yEnd' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 153 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 154 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 159 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 166 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 169 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 170 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 171 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 173 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 175 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'srcSeg' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 175 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 177 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 178 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 182 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 186 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'trgSeg' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 186 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 188 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 191 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 191 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 240 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 247 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 249 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 249 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 250 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 255 | |
| naming | LocalVariableName | Local variable name 'xBegin' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 255 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 256 | |
| naming | LocalVariableName | Local variable name 'xEnd' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 256 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 257 | |
| naming | LocalVariableName | Local variable name 'yBegin' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 257 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 258 | |
| naming | LocalVariableName | Local variable name 'yEnd' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 258 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 261 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 264 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 267 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 267 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 268 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 271 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 272 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 275 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 277 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 280 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 281 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 282 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 284 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 285 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'srcSeg' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 285 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 287 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 288 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 290 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 290 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 292 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 294 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 295 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'trgSeg' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 295 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 297 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 298 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 300 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 302 |
net/sf/okapi/steps/sentencealigner/SentenceAlignerStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.acumenvelocity.ath.common.OkapiUtil' | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.acumenvelocity.ath.common.OkapiUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.Event' | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.Event' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.EventType' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.IParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.ISegmenter' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.StringUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.UsingParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.exceptions.OkapiException' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filters.IFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.filterwriter.TMXWriter' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.observer.IObservable' import. Should be before 'org.slf4j.LoggerFactory'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.observer.IObserver' import. Should be before 'org.slf4j.LoggerFactory'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.BasePipelineStep' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.IPipelineStep' import. Should be before 'org.slf4j.LoggerFactory'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.annotations.StepParameterMapping' import. Should be before 'org.slf4j.LoggerFactory'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.pipeline.annotations.StepParameterType' import. Should be before 'org.slf4j.LoggerFactory'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.AlignedPair' import. Should be before 'org.slf4j.LoggerFactory'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.CodeMatchStrategy' import. Should be before 'org.slf4j.LoggerFactory'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.IAlignedSegments' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.PipelineParameters' import. Should be before 'org.slf4j.LoggerFactory'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.RawDocument' import. Should be before 'org.slf4j.LoggerFactory'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.slf4j.LoggerFactory'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragmentUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextPart' import. Should be before 'org.slf4j.LoggerFactory'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnitUtil' import. Should be before 'org.slf4j.LoggerFactory'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.lib.segmentation.SRXDocument' import. Should be before 'org.slf4j.LoggerFactory'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.AlignmentScorer' import. Should be before 'org.slf4j.LoggerFactory'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.GaleAndChurch' import. Should be before 'org.slf4j.LoggerFactory'. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 71 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LOGGER' must contain no more than '2' consecutive capital letters. | 76 | |
| naming | MemberName | Member name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 405 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 409 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 410 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 410 |
net/sf/okapi/steps/sentencealigner/TestSentenceAligner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 3 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 8 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.okapi.common.LocaleId' | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.LocaleId' import. Should be before 'org.junit.jupiter.api.Test'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ISegments' import. Should be before 'org.junit.jupiter.api.Test'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.ITextUnit' import. Should be before 'org.junit.jupiter.api.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.Segment' import. Should be before 'org.junit.jupiter.api.Test'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextContainer' import. Should be before 'org.junit.jupiter.api.Test'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextFragment' import. Should be before 'org.junit.jupiter.api.Test'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextPart' import. Should be before 'org.junit.jupiter.api.Test'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.common.resource.TextUnit' import. Should be before 'org.junit.jupiter.api.Test'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.okapi.steps.gcaligner.AlignmentScorer' import. Should be before 'org.junit.jupiter.api.Test'. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 175 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 194 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 203 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 204 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 213 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 214 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |



