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 160604 - AssertionError at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.refresh
Summary: AssertionError at org.netbeans.modules.apisupport.project.ui.customizer.Singl...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 01:54 UTC by _ tboudreau
Modified: 2009-04-17 19:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 27578


Attachments
stacktrace (3.55 KB, text/plain)
2009-03-19 01:54 UTC, _ tboudreau
Details
stacktrace (3.55 KB, text/plain)
2009-04-06 21:28 UTC, vieiro
Details
stacktrace (3.55 KB, text/plain)
2009-04-15 13:41 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-03-19 01:54:27 UTC
Build: NetBeans IDE Dev (Build 090317)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
tboudreau: Right clicked a module after adding it to a suite



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.refresh(SingleModuleProperties.java:224)
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.<init>(SingleModuleProperties.java:207)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.prepareData(CustomizerProviderImpl.java:98)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:124)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:61)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:116)
Comment 1 _ tboudreau 2009-03-19 01:54:35 UTC
Created attachment 78419 [details]
stacktrace
Comment 2 vieiro 2009-04-06 21:28:30 UTC
Build: NetBeans IDE Dev (Build 200904030200)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: SunOS, 5.11, x86

User Comments: 
Copying a project from one suite (with cp -R) and then adding it to another suite

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.refresh(SingleModuleProperties.java:224)
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.<init>(SingleModuleProperties.java:207)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.prepareData(CustomizerProviderImpl.java:98)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:124)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:61)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:116)
Comment 3 vieiro 2009-04-06 21:28:39 UTC
Created attachment 79565 [details]
stacktrace
Comment 4 aldobrucale 2009-04-15 13:41:44 UTC
Build: NetBeans IDE Dev (Build 200904141401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, i386

User Comments: 
Opening properties window for a just-renamed module project

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.refresh(SingleModuleProperties.java:224)
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.<init>(SingleModuleProperties.java:207)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.prepareData(CustomizerProviderImpl.java:98)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:124)
        at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:61)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:116)
Comment 5 aldobrucale 2009-04-15 13:41:48 UTC
Created attachment 80151 [details]
stacktrace
Comment 6 rmichalsky 2009-04-16 13:12:01 UTC
core-main #41cd4c9d07d1
Comment 7 Quality Engineering 2009-04-17 19:53:00 UTC
Integrated into 'main-golden', will be available in build *200904171401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/41cd4c9d07d1
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #160604: correctly updating project lookup after refactoring