This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 1178

Summary: Problems when two classes are defined in one file
Product: debugger Reporter: Jiri Hanus <jirihanus>
Component: CodeAssignee: Jiri Hanus <jirihanus>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Hanus 1999-02-12 01:13:02 UTC
When two classes are implemented in one file, there are some problems with
*Debugger - tracing the "hidden" class causes `Unavailable source` in debugger
*Explorer-Repository
   eg.: file myclass.java in directory /home/jhanus/test:
       class temp ... { ... }
       public class myclass ... { ... }
    then, repository looks like this:
       repository - /home/jhanus/test
                - myclass		// OK
                    - class temp	// ?OK?

                    - class myclass	// OK
                - temp		// ?
Comment 1 Marek Grummich 2000-07-25 09:16:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2001-03-15 14:04:16 UTC
Verified in Pilsen 010301 and Forte 2.0 (build 1160)
Comment 3 Quality Engineering 2003-07-02 16:02:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.