| Summary: |
[Browser] Model/Code synchronization doesn't work with Java classes without package |
| Product: |
[Modeling] MoDisco
|
Reporter: |
Frédéric Madiot <frederic.madiot> |
| Component: |
Technologies | Assignee: |
Gabriel BARBIER <barbier.gabriel> |
| Status: |
CLOSED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
P3
|
CC: |
barbier.gabriel, hugo.bruneliere, modisco.web-inbox, nicolas.bros
|
| Version: |
0.9.0 | Flags: |
nicolas.bros:
indigo+
|
| Target Milestone: |
0.9.0 M5 | |
|
| Hardware: |
PC | |
|
| OS: |
Windows XP | |
|
| See Also: |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334375
|
| Whiteboard: |
|
If a class is in the default package, the synchronization between the ClassDeclaration in the browser and the corresponding source code doesn' work. Example: public class HelloWorld { public static void main (String[] args){ System.out.println("Hello World"); } }