Jesse Glick commented on Bug JENKINS-25375

TestResultParse.parse was left in with the original signature for compatibility, but evidently that did not help in this case because the call was made against its subclass and so javac linked it that way, and I guess the JVM does not do the obvious thing and treat the call as being inherited. Not sure if there is a good way to write tests for this kind of thing; have to rely on knowledge and code inspection which obviously is not enough.

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/d/optout.

Reply via email to