[jira] Created: (MJNCSS-29) Truncated html report

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

[jira] Created: (MJNCSS-29) Truncated html report

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

Reply to Author | View Threaded | Show Only this Message

Truncated html report
---------------------

                 Key: MJNCSS-29
                 URL: http://jira.codehaus.org/browse/MJNCSS-29
             Project: Maven 2.x JavaNCSS Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-2
         Environment: maven 2.0.5,
JVM IBM 1.4.2
Windows XP Professional / AIX


            Reporter: Venelin Mitov
            Assignee: Jean-Laurent de Morlhon
         Attachments: javancss-raw-report.xml, javancss.html

Hello,

Although the raw xml report seems to be well generated, the javancss html report produced for some of my projects is not complete. It's seems to be truncated at a random place without respect to the html syntax, etc. Decreasing the lineThreshold parameter does not resolve the problem. You will find attached the produced raw and html reports.

Kind regards,
Venelin Mitov

--
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: (MJNCSS-29) Truncated html report

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

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MJNCSS-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=168961#action_168961 ]

Scott England-Sullivan commented on MJNCSS-29:
----------------------------------------------

Sink.flush() isn't called before closing.  I am posting a small patch to fix the issue but there may be a better place to call.

ses

> Truncated html report
> ---------------------
>
>                 Key: MJNCSS-29
>                 URL: http://jira.codehaus.org/browse/MJNCSS-29
>             Project: Maven 2.x JavaNCSS Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-2
>         Environment: maven 2.0.5,
> JVM IBM 1.4.2
> Windows XP Professional / AIX
>            Reporter: Venelin Mitov
>            Assignee: Jean-Laurent de Morlhon
>         Attachments: javancss-raw-report.xml, javancss.html, MJNCSS-29.patch
>
>
> Hello,
> Although the raw xml report seems to be well generated, the javancss html report produced for some of my projects is not complete. It's seems to be truncated at a random place without respect to the html syntax, etc. Decreasing the lineThreshold parameter does not resolve the problem. You will find attached the produced raw and html reports.
> Kind regards,
> Venelin Mitov

--
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: (MJNCSS-29) Truncated html report

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

Reply to Author | View Threaded | Show Only this Message


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

Scott England-Sullivan updated MJNCSS-29:
-----------------------------------------

    Attachment: MJNCSS-29.patch

> Truncated html report
> ---------------------
>
>                 Key: MJNCSS-29
>                 URL: http://jira.codehaus.org/browse/MJNCSS-29
>             Project: Maven 2.x JavaNCSS Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-2
>         Environment: maven 2.0.5,
> JVM IBM 1.4.2
> Windows XP Professional / AIX
>            Reporter: Venelin Mitov
>            Assignee: Jean-Laurent de Morlhon
>         Attachments: javancss-raw-report.xml, javancss.html, MJNCSS-29.patch
>
>
> Hello,
> Although the raw xml report seems to be well generated, the javancss html report produced for some of my projects is not complete. It's seems to be truncated at a random place without respect to the html syntax, etc. Decreasing the lineThreshold parameter does not resolve the problem. You will find attached the produced raw and html reports.
> Kind regards,
> Venelin Mitov

--
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: (MJNCSS-29) Truncated html report

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

Reply to Author | View Threaded | Show Only this Message


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

Jacob Robertson updated MJNCSS-29:
----------------------------------

    Attachment: NcssReportGenerator.java-MJNCSS-29.patch

The given patch seems to be out of date.  Here is an updated patch that I have tested to work for me.  Basically it brings NcssReportGenerator in line with the way NcssAggregateReportGenerator works (correctly) by adding "getSink().close();" as the last line of "doReport".

> Truncated html report
> ---------------------
>
>                 Key: MJNCSS-29
>                 URL: http://jira.codehaus.org/browse/MJNCSS-29
>             Project: Maven 2.x JavaNCSS Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-2
>         Environment: maven 2.0.5,
> JVM IBM 1.4.2
> Windows XP Professional / AIX
>            Reporter: Venelin Mitov
>            Assignee: Jean-Laurent de Morlhon
>         Attachments: javancss-raw-report.xml, javancss.html, MJNCSS-29.patch, NcssReportGenerator.java-MJNCSS-29.patch
>
>
> Hello,
> Although the raw xml report seems to be well generated, the javancss html report produced for some of my projects is not complete. It's seems to be truncated at a random place without respect to the html syntax, etc. Decreasing the lineThreshold parameter does not resolve the problem. You will find attached the produced raw and html reports.
> Kind regards,
> Venelin Mitov

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