Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:04 Go to next message
Sergey Toshin is currently offline Sergey ToshinFriend
Messages: 56
Registered: May 2015
Member
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 06:51 Go to previous messageGo to next message
Jay Arthanareeswaran is currently offline Jay ArthanareeswaranFriend
Messages: 128
Registered: July 2009
Senior Member
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 16:33 Go to previous message
Sergey Toshin is currently offline Sergey ToshinFriend
Messages: 56
Registered: May 2015
Member
Thanks, Jay! That works!
Previous Topic:Automating eclipse server
Next Topic:Eclipse crashes with ACCESS VIOLATION exception
Goto Forum:
  


Current Time: Thu Apr 25 03:33:08 GMT 2024

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

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

Back to the top