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

View: New views
11 Messages — Rating Filter:   Alert me  

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

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

Reply to Author | View Threaded | Show Only this Message

generic hyperlink matching needed for checkstyle output
-------------------------------------------------------

                 Key: MEVENIDE-611
                 URL: http://jira.codehaus.org/browse/MEVENIDE-611
             Project: mevenide
          Issue Type: Improvement
          Components: mevenide-netbeans
         Environment: Netbeans 6
            Reporter: Jason R Briggs
            Assignee: Milos Kleint


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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint updated MEVENIDE-611:
----------------------------------

    Affects Version/s: NB_3.0
        Fix Version/s: NB_3.1
          Component/s:     (was: mevenide-netbeans)
                       mevenide2-netbeans

> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint commented on MEVENIDE-611:
---------------------------------------

in order to get the lines in the output, I need to configure the checkstyle plugin to print them in the output, right?


> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

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

I think I'm confused by the question.  Checkstyle currently writes them into the output (along with a bunch of other maven gunge), but in a different format to compilation errors (for example) -- which I'm guessing is why Netbeans isn't recognising them.  I suppose either the format of the output lines needs to be changed, or something in Netbeans needs to be changed to recognise the different format...?

Sorry if I'm telling you stuff you already know, but I'm not 100% sure what you're asking... :-)



> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint commented on MEVENIDE-611:
---------------------------------------

the netbeans ant output annotates and scans just the ant output (before it actually reaches the output window), so does the maven support.

I've tried to run the checkstyle goal and it just wrote to me that there were 2000 violations but I never got any lines in the output that would list the files and errors. All violations were written to a target/checkstyle.xml file (or similar) there the 2000 violations were stored in xml format..




> 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



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

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

Reply to Author | View Threaded | Show Only this Message


    [ 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

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

Don't know why not was crossed out.

> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

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

PS. Ignore references to an eclipse directory.  I'm the only sane one in the team -not- using eclipse. ;-)

> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint updated MEVENIDE-611:
----------------------------------

    Fix Version/s:     (was: NB_3.1)
                   NB_3.2

> 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.2
>
>
> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Jaromir Uhrik commented on MEVENIDE-611:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154484

> 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.2
>
>
> 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



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

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

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint closed MEVENIDE-611.
---------------------------------

    Resolution: Duplicate

closing the issue as duplicate of the newly created one in netbeans.org issuezilla.
Please post your additional comments to the new issue.

> 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.2
>
>
> 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