You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2015/01/11 00:24:18 UTC

[jira] (MCHECKSTYLE-256) add Java package information to output, instead of class name only

     [ https://jira.codehaus.org/browse/MCHECKSTYLE-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MCHECKSTYLE-256.
-------------------------------------

    Resolution: Fixed
      Assignee: Herve Boutemy

print path relative to basedir in [r1650828|http://svn.apache.org/r1650828]

> 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
>            Assignee: Herve Boutemy
>            Priority: Critical
>             Fix For: 2.14
>
>
> 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)