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 26500

Summary: unhelpful "[WinSys] null" messages
Product: platform Reporter: rrochat <rrochat>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: CLOSED FIXED    
Severity: blocker CC: mihmax, mslama
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description rrochat 2002-08-14 01:39:30 UTC
With 3.4 RC1, I'm seeing frequent 
"[WinSys] null" messages printed to the console
and I don't know why.
org.netbeans.core.windows.PersistenceManager & 
WorkspaceImpl both implement something like:

ErrorManager.getDefault().log(ErrorManager.WARNIN
G, "[WinSys] " + ioe.getMessage()); 

so apparently the exception's message is null.
There's no more info in ide.log than this, but I 
can attach it if you want.
Comment 1 Peter Zavadsky 2002-09-04 10:06:21 UTC
Now in case there is a null message, it is not dumped.
(Will find out later why there are provided such exceptions).

core/../windows/WindowManagerImpl.java [1.148]
               /WorkspaceImpl.java [1.106]
Comment 2 Marian Mirilovic 2002-09-11 10:27:28 UTC
verified in [nb_dev](20020911)
Comment 3 Jaroslav Tulach 2002-12-03 09:54:39 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 4 Peter Zavadsky 2002-12-03 16:05:01 UTC
Integrated into [release341] branch.

core/../windows/WindowManagerImpl.java 1.142.6.1.2.1
               /WorkspaceImpl.java 1.101.6.14.1 part of the patch
Comment 5 Quality Engineering 2003-07-01 16:35:11 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.