Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Why do not cast internal object?
Why do not cast internal object? [message #77215] Wed, 18 June 2003 01:25 Go to next message
Eclipse UserFriend
Originally posted by: narushima_to.ybb.ne.jp

Hello, I'm see the source follow method:

org.eclipse.core.internal.boot.InternalBootLoader.startup(
URL pluginPathLocation,
String location, String[] args,
Runnable handler) throws Exception


in this method is to use refrection refer for

call loaderStartup method form Platform instance (that is defined in
InternalPlatform class)


Why this code writtor is not cast? e.g,
--
InternalPlatform p = (InternalPlatform)platform;

--


--
Narushima Hironori mailto:narushima_to@ybb.ne.jp
Re: Why do not cast internal object? [message #77795 is a reply to message #77215] Wed, 18 June 2003 15:25 Go to previous message
Eclipse UserFriend
Originally posted by: chaves.no-spam-please.inf.ufsc.br

Althugh the code in the runtime plug-in is available to every other
plug-in in the platform, it is not in the build path for the boot plug-in
(which would create a circular dependency between them). So the boot
plug-in cannot have any explicit references to classes in the runtime
plug-in.

HTH, Rafael
Previous Topic:[ANN] Eclipse profiler plugin, 0.5.25
Next Topic:Can NOT quick fix a batch problems even if these are same!
Goto Forum:
  


Current Time: Tue Nov 12 19:43:58 GMT 2024

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

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

Back to the top