[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2016-05-31 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner resolved as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
You can exclude certain warnings by a regexp (based on the message). 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29203 
 
 
 
  StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ulli Hafner 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-12-14 Thread lipin...@jam-software.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Artur Lipinski commented on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 
I don't think that the behavior of the MSBuild parser should be changed hard coded to filter warnings from StyleCop, because this is not a problem with the MSBuild parser. StyleCop just produces output that is conform to the MSBuild warning/error system which I assume is intended by the StyleCop delevopers.  Maybe a configureable regular _expression_ would make sense to filter unwanted warnings/errors in certain situations. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-13 Thread michaeldkfow...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Fowler commented on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 
All of the StyleCop error #'s begin with SA. They should be easy to separate. We would like them separate so that we can treat the MSBuild warnings with greater severity (possibly fail the build). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-13 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner edited a comment on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 Theneithertheregular_expression_needstobeadaptedorinthecreateWarningmethodshouldreturnFALSE_POSITIVEforthesewarnings.Interestedinprovidngapullrequest?Thechangesshouldbestraightforwardto[MsBuildParser|https://github.com/jenkinsci/warnings-plugin/blob/master/src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java]andthe[testcase| https://github.com/jenkinsci/warnings-plugin/blob/master/src/test/java/hudson/plugins/warnings/parser/MsBuildParserTest.java ]. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-13 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner edited a comment on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 Theneithertheregular_expression_needstobeadaptedorinthecreateWarningmethodshouldreturnFALSE_POSITIVEforthesewarnings.Interestedinprovidngapullrequest?Thechangesshouldbestraightforwardto [MsBuildParser| https://github.com/jenkinsci/warnings-plugin/blob/master/src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java ] andthe [ testcase |] . 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-13 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner commented on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 
Then either the regular _expression_ needs to be adapted or in the createWarning method should return FALSE_POSITIVE for these warnings. Interested in providng a pull request? The changes should be straight forward to https://github.com/jenkinsci/warnings-plugin/blob/master/src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java and the test case. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-03 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner commented on  JENKINS-29203 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 
 
If the warnings can be differentiated by a simple pattern then these warnings could be excluded from the MsBuildParser. 
But wouldn't it be simpler to just remove the StyleCop parser from your job configuration? Or does the parser produce better results? Or is there an option to disable the duplicated output in msbuild? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [warnings-plugin] (JENKINS-29203) StyleCop warnings are counted twice

2015-07-02 Thread michaeldkfow...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Fowler created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29203 
 
 
 
  StyleCop warnings are counted twice  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Ulli Hafner 
 
 
 

Components:
 

 warnings-plugin 
 
 
 

Created:
 

 03/Jul/15 2:32 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Michael Fowler 
 
 
 
 
 
 
 
 
 
 
StyleCop warnings are counted twice. Once in the MSBuild warnings, and once more in the StyleCop warnings. Can the MSBuild parser be changed to ignore StyleCop warnings? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent