You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Brett Porter (JIRA)" <ji...@apache.org> on 2010/11/16 05:53:17 UTC

[jira] Updated: (NPANDAY-344) compiler warnings/errors must be shown at equivalent log level

     [ https://issues.apache.org/jira/browse/NPANDAY-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NPANDAY-344:
---------------------------------

    Fix Version/s: Backlog

> compiler warnings/errors must be shown at equivalent log level
> --------------------------------------------------------------
>
>                 Key: NPANDAY-344
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-344
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Trivial
>             Fix For: Backlog
>
>
> [INFO] /home/luca/Work/egov/trash/dotnet/WindowsFormsApplication3-bast/WindowsFormsApplication3/target/3121228/Form1.Designer.cs(3,19): warning CS1591: Missing XML comment for publicly visible type or member `WindowsFormsApplication3.Form1'
> [INFO] /home/luca/Work/egov/trash/dotnet/WindowsFormsApplication3-bast/WindowsFormsApplication3/target/3121228/Form1.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member `WindowsFormsApplication3.Form1.Form1()'
> should be
> [WARNING] /home/luca/Work/egov/trash/dotnet/WindowsFormsApplication3-bast/WindowsFormsApplication3/target/3121228/Form1.Designer.cs(3,19): warning CS1591: Missing XML comment for publicly visible type or member `WindowsFormsApplication3.Form1'
> [WARNING] /home/luca/Work/egov/trash/dotnet/WindowsFormsApplication3-bast/WindowsFormsApplication3/target/3121228/Form1.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member `WindowsFormsApplication3.Form1.Form1()'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.