« Return to Thread: [jira] Created: (MEVENIDE-611) generic hyperlink matching needed for checkstyle output

[jira] Commented: (MEVENIDE-611) generic hyperlink matching needed for checkstyle output

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/MEVENIDE-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_127098 ]

Jason R Briggs commented on MEVENIDE-611:
-----------------------------------------

I'm definitely getting the lines.  FYI here's the inclusion of the plugin in my parent pom:

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>2.1</version>
         <configuration>
                 <enableRulesSummary>false</enableRulesSummary>
                 <configLocation>file://\D:/development/projects/build-tools/eclipse/java5_checks.xml</configLocation>
                 <suppressionsLocation>file://\D:/development/projects/build-tools/eclipse/suppressions.xml</suppressionsLocation>
                 <enableRSS>false</enableRSS>
                 <consoleOutput>true</consoleOutput>
          </configuration>
</plugin>


> generic hyperlink matching needed for checkstyle output
> -------------------------------------------------------
>
>                 Key: MEVENIDE-611
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-611
>             Project: mevenide
>          Issue Type: Improvement
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.0
>         Environment: Netbeans 6
>            Reporter: Jason R Briggs
>            Assignee: Milos Kleint
>             Fix For: NB_3.1
>
>
> At the moment, checkstyle output in Netbeans cannot be clicked on, thus you can't click on an error (or warning) and jump straight to the source code in question.
> The output looks something like this:
>  
> D:\development\projects\myproject\trunk\somemodule\src\main\java\com\somepackage\SomeClass.java:47: Comment matches to-do format 'FIXME'.
>  
> Which is a different format to compilation errors, for example (which can be clicked on).

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] Created: (MEVENIDE-611) generic hyperlink matching needed for checkstyle output