Opened 9 years ago
#53 new defect
Browser does not switch to a new class when package changes
Reported by: | Jan Vraný | Owned by: | Jan Vraný |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | stx:libjava | Keywords: | |
Cc: |
Description
Steps to reproduce:
- Accept java class
public class X {}
- New class should appear in the browser
- Update the class and compile:
package xxx.xxx; public class X {}
The selected class in the browser should change to xxx.xxx.X...
but it does not.
Note: See
TracTickets for help on using
tickets.