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 44744

Summary: Exception is thrown when user add a new platform to the project
Product: editor Reporter: Marek Grummich <mgrummich>
Component: RefactoringAssignee: Tomas Hurka <thurka>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception

Description Marek Grummich 2004-06-11 09:51:30 UTC
Build 200406101800, j2sdk1.4.2 (default),
j2sdk1.5.0-b32 (added Java Platform) 
Steps:
- Start IDE (clean userdir)
- create a new j2se application ()
- wait until scanning of directory structure is
finished
- invoke Project Properties dialog
- invoke Java Platform Manager dialog (press Edit
button)
- add a new platform (e.g. j2sdk1.5.0-b32)
- close JavaPlatform Manager dialog
- select a new java platform in the Java Platform
Manager dialog and close one
- wait until scanning of directory structure is
finished
- click to the source editor => an attached
exception is thrown 

I was able to reproduce this scenario several times.
Comment 1 Marek Grummich 2004-06-11 09:51:57 UTC
Created attachment 15648 [details]
Exception
Comment 2 Tomas Hurka 2004-06-16 11:19:09 UTC
I am sorry, but I cannot reproduce it with today build.
Comment 3 Marek Grummich 2004-06-16 12:32:56 UTC
Yes, it's true. I am not able to reproduce it with today build
(200406151800) too.
Comment 4 Marek Grummich 2004-07-15 12:29:04 UTC
Verified