Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Check that ITypeBinding is a MissingTypeBinding
Check that ITypeBinding is a MissingTypeBinding [message #1799482] Fri, 07 December 2018 09:04 Go to next message
Eclipse UserFriend
Hi, how to check that ITypeBinding refers to a MissingTypeBinding? In debugger I see field "binding" with object "MissingTypeBinding", but no any interfaces to check that externally. Thanks
Re: Check that ITypeBinding is a MissingTypeBinding [message #1799550 is a reply to message #1799482] Mon, 10 December 2018 01:51 Go to previous messageGo to next message
Eclipse UserFriend
Have you tried IBinding#isRecovered() ? The documentation doesn't explicitly state that, but looking at the code, that's what I could infer.
Re: Check that ITypeBinding is a MissingTypeBinding [message #1799587 is a reply to message #1799550] Mon, 10 December 2018 11:33 Go to previous message
Eclipse UserFriend
Thanks, Jay! That works!
Previous Topic:Automating eclipse server
Next Topic:Eclipse crashes with ACCESS VIOLATION exception
Goto Forum:
  


Current Time: Sun Aug 31 18:11:52 EDT 2025

Powered by FUDForum. Page generated in 0.02985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top