[JIRA] (JENKINS-57020) error-prone is not detected from maven output

2019-04-16 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57020  
 
 
  error-prone is not detected from maven output   
 

  
 
 
 
 

 
Change By: 
 Ulli Hafner  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-57020) error-prone is not detected from maven output

2019-04-16 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner commented on  JENKINS-57020  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: error-prone is not detected from maven output   
 

  
 
 
 
 

 
 See https://github.com/jenkinsci/analysis-model/pull/130 and https://github.com/jenkinsci/analysis-model/pull/118  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-57020) error-prone is not detected from maven output

2019-04-16 Thread reitzmichni...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael D created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57020  
 
 
  error-prone is not detected from maven output   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ulli Hafner  
 
 
Components: 
 analysis-model  
 
 
Created: 
 2019-04-16 09:51  
 
 
Environment: 
 Jenkins 2.164.2  Timestamper 1.9  Analysis Model API 4.0.0  Warnings Next Generation 4.0.0  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michael D  
 

  
 
 
 
 

 
 Recording issues does not work when error-prone runs inside maven-compiler plugin as annotation processor. The jenkins pipeline has timestamps() enabled. The regex in the ErrorProneParser seems to not handle the beginning timestamp correctly. 

 
[2019-04-16T09:29:40.750Z] [WARNING] /home/jenkins/agent/workspace/foo-LNIQFX2MPV6ZGR5CTITA5LEODX3TWO5RMXWMXZUVYVDVM33E6B6Q@2/bar/src/main/java/XXX.java:[69,18] [EqualsGetClass] Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
11:29:40  (see https://errorprone.info/bugpattern/EqualsGetClass)
11:29:40Did you mean to remove this line?
[2019-04-16T09:29:40.750Z] [WARNING] /home/jenkins/agent/workspace/foo-LNIQFX2MPV6ZGR5CTITA5LEODX3TWO5RMXWMXZUVYVDVM33E6B6Q@2/bar/src/main/java/XXY.java:[28,14] [MissingOverride] getSize implements method in AbstractFoo; expected @Override
11:29:40  (see https://errorprone.info/bugpattern/MissingOverride)