Change By: Andrew Gwilliam (24/Jun/14 9:31 PM)
Description: Per the summary, Jenkins will fail to compile java code (using jdk 1.7 or 1.8) that utilizes the testing method context.getFailedTests().removeResults(ITestResult r) .

In previous versions of testing
 ( 6.8.5 and back) this method only allowed for removing of ITestNGMethods, but recent updates have included removing ITestResults ( http://grepcode.com/file/repo1.maven.org/maven2/org.testng/testng/6.8.8/org/testng/IResultMap.java#IResultMap.removeResult%28org.testng.ITestResult%29).

In previous versions of testing (6.8.5 and back) this method only allowed for removing of ITestNGMethods, but recent updates have included removing ITestResults.

I am able to perform this function when compiling through Eclipse, but it will fail to compile when running through Jenkins (even though Jenkins is pointed at the correct jdk).
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to