-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unnecessary casts #527
remove unnecessary casts #527
Conversation
...p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java
Show resolved
Hide resolved
and btw how does this correspond to the "Checks" tab above saying "9". That tab indeed shows no failure... |
AutomatedTests org.eclipse.equinox.p2.tests.artifact.repository.AllTests.testSimpleRepositoryPerformanceOnLoadReadonlyLocalRepository (from AutomatedTests org.eclipse.equinox.p2.tests.artifact.repository.AllTests org.eclipse.equinox.p2.tests.artifact.repository.FoldersRepositoryTest) :
should I worry, or can someone simply retrigger the build? |
Probably a slow build executor. Don’t worry about it. |
I think there are version problems still
|
6980d58
to
b199a15
Compare
This error looks new:
|
does anybody have a clue how |
Wow, so we need to wait for PDE which waits for a license check (for what?) until p2 can again build cleanly? Should all this block the merge in JDT, or is it acceptable that p2 will see a few new warnings regarding unnecessary casts (I don't recall right now if they were reported as warning or error)? |
Sometimes it works some time later when the Network is not flaky anymore or one can trust the three successful runs on Github Actions and the committer to have it checked in the IDE :-) |
Let's merge this one. The changes looks good and some builds succeed so I'll call this PR "validated" |
thanks a lot! |
When eclipse-jdt/eclipse.jdt.core#2471 is merged, ecj will signal more casts as unnecessary.
With this PR I suggest to remove affected casts before new warnings will show up in the build.