Community
Participate
Working Groups
(copied from bug 348649) There is a problem with the JDTRefactoringParticipants. One is registered in Xtend2 and one in the DomainModelExample. When a Java-Class gets renamed through refactoring each of the participants produces a changes for referencing Xtext-Based-DSLs. The result is a currupt file. Steps to reproduce: 1. Create a DomainModelInstance that references a Java-Class package pack { entity Test { public op name ( pack.TestClass123 paramName1 ) : pack.TestClass123 { } } } 2. Rename the Java-Class 3. See that there are two changes in the preview-dialog
Fixed with bug 354731.
Closing all bugs that were set to RESOLVED before Neon.0