Allow access to org.eclipse.jdt.internal.core.util by org.eclipse.jdt.ui#4987
Conversation
|
There are some infrastructure problems right now, e.g.: I'm checking build results from the 20260403 build and I also see frequent 502 errors when browsing the files. I guess we wait until the problems pass... |
Yeah I noticed that as well (I also saw them a few hours ago) and also mentioned it in the EF IT matrix room. |
d29ce74 to
806a6cf
Compare
806a6cf to
161c135
Compare
It seems to work now. |
|
@iloveeclipse can we merge this or is this a bad time for changes to JDT core? |
Why should it be bad time now? |
No idea, that is why I'm asking. |
|
? |
What it does
This PR allows the
org.eclipse.jdt.uibundle to access theorg.eclipse.jdt.internal.core.utilpackage oforg.eclipse.jdt.core. This is used such that JDT-UI can access the content of themessages.properties/Messagesclass (specificallyclassfileformat_methoddescriptorwhich I want to use to identify methods in the disassembly/class file editor) as suggested by @trancexpress in eclipse-jdt/eclipse.jdt.ui#2708 (comment).This is a precondition to eclipse-jdt/eclipse.jdt.ui#2708.
How to test
Try accessing
org.eclipse.jdt.internal.core.util.Messages.classfileformat_methoddescriptorin JDT-UI or try to use eclipse-jdt/eclipse.jdt.ui#2708 / eclipse-jdt/eclipse.jdt.debug#831Author checklist