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 123078 - IllegalArgumentException: Null values are not allowed.
Summary: IllegalArgumentException: Null values are not allowed.
Status: REOPENED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 18:01 UTC by maurofiorinjr
Modified: 2011-10-27 06:12 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 6843


Attachments
stacktrace (4.01 KB, text/plain)
2007-11-29 18:01 UTC, maurofiorinjr
Details
the log file (63.88 KB, patch)
2011-10-27 06:11 UTC, Mekane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description maurofiorinjr 2007-11-29 18:01:23 UTC
Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86

User Comments:
Comment 1 maurofiorinjr 2007-11-29 18:01:27 UTC
Created attachment 53681 [details]
stacktrace
Comment 2 _ sandipchitale 2007-11-29 18:45:47 UTC
Deva can you have a look please. Once again there is no steps to reproduce though.
Comment 3 _ deva 2007-11-29 21:05:12 UTC
The stack trace is not valid anymore. Please try with a recent build(RC2 or above) and report back
Comment 4 Exceptions Reporter 2008-10-09 01:13:41 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200809241401)
http://statistics.netbeans.org/exceptions/detail.do?id=125214
Comment 5 Peter Zavadsky 2008-10-09 01:45:29 UTC
Yes, it seems the code in Method.removeCleanupStatements method can assign null into newBlockTree variable (line 224)
from removeStatement method.
Code owner needs to evaluate that deeper and fix appropriately.
Comment 6 Peter Zavadsky 2008-12-09 22:10:38 UTC
No current plan to resolve it. Movint to 'later'.
Comment 7 Exceptions Reporter 2009-10-13 19:11:46 UTC
This issue already has 150 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=6843
Comment 8 Mekane 2011-10-27 06:11:44 UTC
Created attachment 112480 [details]
the log file