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 18801

Summary: editor pane in the "Running tab" broken...
Product: platform Reporter: maartenc <maartenc>
Component: Window SystemAssignee: issues@platform <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: A screenshot of my problem.

Description maartenc 2001-12-19 08:42:06 UTC
Hi,

I have a problem with the editor pane in the "Running tab". I didn't have this 
problem with NetBeans3.3 beta6 (but it started with RC1 I think). 
Unfortunately, I cannot reproduce my problem on another computer using the same 
settings, but here are the steps that causes the problem on my computer:

1. Create a new Project "Test"
2. Mount a local FileSystem "c:\temp"
3. Create a new Class:

public class Test {

    /**
    * @param args the command line arguments
    */
    public static void main (String args[]) {
        String nullString = null;
        System.out.println(nullString.toString());
    }
}

4. Compile the class
5. Execute the class -> a NullPointerException is thrown:

java.lang.NullPointerException
        at Test.main(Test.java:20)
Exception in thread "main"

6. Doubleclick on the link "Test.main(Test.java:20). An editor window should 
occur above the output window, but it doesn't on my system. It pops up above 
the Execution view. If I change something in that window to the source, the 
execution view is comming to the front and hides half of the editor window. I 
also cannot move that editor window, nor can I change its size... It's hard to 
explain, that's why I have included a screenshot of the problem.

I'm using the full-screen mode of NetBeans, JDK1.4 beta3, Windows2000 SP2. The 
ide.log file doesn't show any error message... (a part of it is included below)

>System Info: 
  Product Version       = NetBeans IDE Version 3.3 (Build 200112102331)
  IDE Versioning        = IDE/1 spec=1.43.1.1 impl=200112102331
  Operating System      = Windows 2000 version 5.0 running on x86
  Java; VM; Vendor      = 1.4.0-beta3; Java HotSpot(TM) Client VM 1.4.0-beta3-
b84; Sun Microsystems Inc.
  Java Home             = c:\java\jdk1.4\jre
  System Locale         = nl_BE
  Home Dir; Current Dir = C:\Documents and Settings\maartenc; c:\netbeans
  IDE Install; User Dir = C:\netbeans; c:\netbeans\user
  CLASSPATH             = C:\netbeans\lib\patches\openide-
compat.jar;C:\netbeans\lib\core.jar;C:\netbeans\lib\openide.jar;C:\netbeans\lib\
ext\crimson.jar;C:\netbeans\lib\ext\jh.jar;C:\netbeans\lib\ext\regexp.jar;C:\net
beans\lib\ext\rmi-
ext.jar;C:\netbeans\lib\ext\terminalemulator.jar;C:\netbeans\lib\ext\xerces.jar;
C:\netbeans\lib\ext\junit-ext.jar;C:\netbeans\lib\ext\junit.jar;c:\java\jdk1.4
\lib\dt.jar;c:\java\jdk1.4\lib\tools.jar

Maarten
Comment 1 maartenc 2001-12-19 08:42:49 UTC
Created attachment 3885 [details]
A screenshot of my problem.
Comment 2 Jan Zajicek 2001-12-20 09:10:12 UTC
This problem is fixed in release33 branch. Closing as duplicate.

*** This issue has been marked as a duplicate of 18550 ***
Comment 3 Quality Engineering 2003-07-01 15:58:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:47:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.