Herve Boutemy created MCHECKSTYLE-256:
-----------------------------------------
Summary: add Java package information to output, instead of class
name only
Key: MCHECKSTYLE-256
URL: https://jira.codehaus.org/browse/MCHECKSTYLE-256
Project: Maven Checkstyle Plugin
Issue Type: Improvement
Components: checkstyle:check
Affects Versions: 2.13
Reporter: Herve Boutemy
Priority: Critical
actual display
{noformat}[ERROR] DefaultMavenReportExecutor.java[69] (sizes) LineLength: La
ligne excède 120 caractères.{noformat}
need some package information to find the source
idea can be:
* either the full package ({{org.apache.maven.reporting.exec}} in previous
case),
* or only first letters ({{o.a.m.r.e}} in previous case),
* or mixed last package as full, previous as first letter ({{o.a.m.r.exec}} in
previous case)
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)