Community
Participate
Working Groups
Build Identifier: When a class diagram file is moved from one package to another, the associated package is not updated. Reproducible: Always Steps to Reproduce: 1. Create a model project with two packages in its src folder: com.mycompany and com.mypackage 2. Create a class diagram file under com.mycompany 3. Right click on project > Diagrams > Audit all diagrams > You should get a message saying: 'No discrepancy was found.' 4. Now move class diagram file from com.mycompany to com.mypackage. Audit the diagram again as indicated in step#3. An error message is generated indicating that there are discrepancies. Error Log file indicates the following: Invalid base package 'com.mycompany' (located in 'com.mypackage')
Created attachment 184583 [details] 330524 patch Issue fixed. Patch attached.
Anton's patch applied.
Verified. Thanks!