achuanle / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Patch: New Diagram Wizard: Set container correctly for Classes and Packages #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using the "Package Explorer". When I select a package or class and select 
New=>Umlet Diagram, the container TextField is not initialized. 

When looking at the code, it currently only handles IResource, but not 
IJavaElement, which would mean support for Packages and Classes.

This patch fixes this. However, it introduces the dependency to 
org.eclipse.jdt.core. 

If this is a problem, it could be avoided by using Reflection.

Original issue reported on code.google.com by ruedi...@gmail.com on 20 Dec 2013 at 3:08

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you very much for the report and patch

it is fixed in r810 and will be included in the next version of UMLet

Original comment by AFDiaX on 19 Jan 2014 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by AFDiaX on 19 Jan 2014 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by AFDiaX on 3 May 2014 at 11:11