You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when there is a missing Type there is an error marker and I can add a quickfix to possibly modify the classpath of the project, then it gets recompiles and hopefully everything is fine and the error marker vanishes.
What I'm searching for is some kind of dynamic way so if JDT can't find for example my.not.found.TestClass my plugin gets asked for it and I can return the classfile location (or a jar, or ?) ... Is this possible somehow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently when there is a missing Type there is an error marker and I can add a quickfix to possibly modify the classpath of the project, then it gets recompiles and hopefully everything is fine and the error marker vanishes.
What I'm searching for is some kind of dynamic way so if JDT can't find for example
my.not.found.TestClass
my plugin gets asked for it and I can return the classfile location (or a jar, or ?) ... Is this possible somehow?Beta Was this translation helpful? Give feedback.
All reactions