Version: 1.5.7 (using KDE 3.5.7, Gentoo) Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.20-suspend2-r6 Lets say you have the following valid package structure in java: testproject.images.gallery.face.gallery If you try to import classes from this structure, classes in the deepest "gallery" package will be put in a new but wrong subtree of "images". You can put them manually below the deepest "gallery" package but the deletion of the wrong "gallery"-subtree will fail with "package must be empty" even if the deepest package selected in the subtree has no children. It seems that the two subtrees of images in the GUI work with the same data structure and the wrong subtree cannot be deleted because the correct subtree contains child nodes. Regards and thanks for the great tool Phillip Merensky
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone!
Created attachment 146773 [details] bug150179-javaclasses-in-packagepath-containing-repeated-identifier.tgz I made the attached testcase (bug150179-javaclasses-in-packagepath-containing-repeated-identifier.tgz) with two Java classes. Java import of the testcase works without problem.
Looking through the commit history of https://invent.kde.org/sdk/umbrello/-/blob/master/umbrello/codeimport/javaimport.cpp I conclude that the bug has been fixed years ago.