Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » How should I delete created classes?
How should I delete created classes? [message #623137] Thu, 12 August 2010 07:06
Eclipse UserFriend
Let me create a class:

Book book1 = factory.createBook();

And then delete the link to it:

book1 = null;

Will the object be deleted by GC? Or there's smth missing in my Java code?



Thank you
Previous Topic:Need a tool for generating intuitive UI for instantiating Ecore Model entities
Next Topic:How should I delete created classes?
Goto Forum:
  


Current Time: Fri Nov 07 14:15:05 EST 2025

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

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

Back to the top