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


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

Reply via email to