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 154577 - StackOverflowError after Samples | Java Web | Corporate Travel Center
Summary: StackOverflowError after Samples | Java Web | Corporate Travel Center
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords: RANDOM
: 154883 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-04 10:34 UTC by Marian Mirilovic
Modified: 2010-04-22 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-12-04 10:34:46 UTC
ergonomics build - creating one of the samples ...


org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
[catch] at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
java.lang.StackOverflowError
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
Comment 1 Pavel Flaska 2008-12-04 17:58:05 UTC
Yes, I saw it already.
Comment 2 Pavel Flaska 2008-12-08 12:59:25 UTC
*** Issue 154883 has been marked as a duplicate of this issue. ***
Comment 3 Pavel Flaska 2008-12-10 09:47:20 UTC
FeatureOnDemandWizardIterator delegates to itself. -- Did anyone see the problem in current ergonomics build? I did some changes in iterator and right now 
I'm unable to reproduce it. I continue investigating.
Comment 4 Pavel Flaska 2008-12-17 07:50:54 UTC
changeset 111935	1fefab650076

Should be fixed. It wasn't reproducible regularly, so I tried it several times and it works. Please, reopen when it occurs again.
Comment 5 Quality Engineering 2008-12-22 15:26:58 UTC
Integrated into 'main-golden', will be available in build *200812221122* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1fefab650076
User: Pavel Flaska <pflaska@netbeans.org>
Log: #154577: Fixed stackoverflow and npe
Comment 6 Marian Mirilovic 2010-04-22 10:34:22 UTC
v/c