Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:06
Oleg Bolshakov is currently offline Oleg BolshakovFriend
Messages: 36
Registered: August 2010
Member
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: Thu Apr 25 11:25:57 GMT 2024

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

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

Back to the top