Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/java/hudson/remoting/RemoteClassLoader.java
http://jenkins-ci.org/commit/remoting/bb5aa9498d0461d9d59e785be52704be5f2ac179
Log:
[FIXED JENKINS-18394]

As a part of the prefetching, Jenkins 1.519 parses classes and tries
to discover other classes that the current class relies on.
"IncompatibleClassChangeError: Implementing class" was encountered
during such analysis phase.

This is a real problem in FindBugs source tree, but the code in question
is never getting exercised, which is why it was working OK.

In this change, I made the prefetching analysis such that it will ignore
the failures encounted during the reference analysis.

I need to start testing plugins with cutting-edge Jenkins version to
detect errors like this before it hits the users.

Compare: https://github.com/jenkinsci/remoting/compare/b2836fc11916...bb5aa9498d04

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to