[umbrello] [Bug 368453] Java import fails to import enum

Oliver Kellogg bugzilla_noreply at kde.org
Sun Jan 12 12:48:18 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=368453

Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okellogg at users.sourceforge.
                   |                            |net

--- Comment #4 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Observation for narrowing down the problem:

After importing the two files, the treeview shows

 <Class> main
 <Package> Test
     |
     > <Class> Enum (empty)
     > <Class> Test
          |
          > <Enumeration> Enum

That looks wrong.

If I rename main.java to Umain.java and redo the import, the treeview shows:

 <Class> Test
   |
   > <Enumeration> Enum
 <Class> Umain

That looks right.

In the in the first case, main.java is imported before Test.java
but in the second case, Test.java is imported after Umain.java.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list