Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Re: [platform-releng-dev] Issue in JDT/Core


Sorry to everybody. I prepared a fix, ran all the test but got distracted and forgot to release.

The Assertion is in fact correct and points to a problem in some other code: JavaCore.getOptions at this point returns a map that contains on 5 entries.
I commented the assert out, but it would be good if somebody could have a look at that.
bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=90446

Martin



Philippe P Mulet/France/IBM@IBMFR
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

07.04.2005 09:20

Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

To
jdt-core-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] Issue in JDT/Core





I caught last night a bogus change in DOM AST rewriter, which would have
caused 111 failures in our nightly tests.
I reverted the offending code to last integration state, but missed one
reference from JUnit tests.

So, we should expect one compile error in one of our test suite. It has
been fixed now in HEAD.

JDT/Core committers: our rule is: NO change is good if ANY test fails, even
worse when heading back home.

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top