| Summary: | NPE while converting a KDM source model to UML | ||
|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Frédéric Madiot <frederic.madiot> |
| Component: | Main | Assignee: | Fabien Giquel <fabien.giquel> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | fabien.giquel, gdupe, hugo.bruneliere, modisco.web-inbox, nicolas.bros |
| Version: | 0.8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Frédéric Madiot
I just tested with Eclipse 3.6RC2 (201005260304) and MoDisco 0.8.0 RC2 ( 0.8.0.v201005260304) installed from http://download.eclipse.org/releases/helios. - created a Java project - created a Java class with a main method and a print statement - did "Discover KDM code model from Java project" on the Java project - then "Discover UML model from KDM model" on the KDM model It works for me: I get a UML model and no error. Could you provide a complete scenario to reproduce your error? A stacktrace would be useful too. The error occurs when transforming "kdm.source" model to "uml" model. kdm.source models contains only informations about artefacts hierarchy but no information about Java code it self. The scenario is : - created a Java project - did "Discover KDM source model from Java project" on the Java project - then "Discover UML model from KDM model" on the KDM model. The issue was already fixed for 0.9.0 (see 312380) As it is not a critical issue, it will not be fixed in 0.8.0 RC4 (Helios). *** This bug has been marked as a duplicate of bug 312380 *** Bug fixed in original bug. |