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 184314

Summary: AbstractMethodError: org.netbeans.modules.project.ui.ProjectChooserFactoryImpl.createSimpleTargetChooser(Lorg/netbeans/api/project/Project;[Lorg/netbeans/api/project/SourceGroup;Lorg/openide/WizardDes
Product: projects Reporter: fortruth <fortruth>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 168080
Bug Depends on:    
Bug Blocks: 141886    
Attachments: stacktrace

Description fortruth 2010-04-16 02:13:06 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5077-on-100413)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
fortruth: when i will create a new php file, it happened




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.project.ui.ProjectChooserFactoryImpl.createSimpleTargetChooser(Lorg/netbeans/api/project/Project;[Lorg/netbeans/api/project/SourceGroup;Lorg/openide/WizardDescriptor$Panel;Z)Lorg/openide/WizardDescriptor$Panel;
   at org.netbeans.spi.project.ui.templates.support.Templates$SimpleTargetChooserBuilder.create(Templates.java:276)
   at org.netbeans.spi.project.ui.templates.support.Templates.createSimpleTargetChooser(Templates.java:208)
   at org.netbeans.modules.php.project.ui.wizards.NewFileWizardIterator.getPanels(NewFileWizardIterator.java:274)
   at org.netbeans.modules.php.project.ui.wizards.NewFileWizardIterator.initialize(NewFileWizardIterator.java:139)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.initialize(TemplateWizard.java:1008)
   at org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:100)
Comment 1 fortruth 2010-04-16 02:13:15 UTC
Created attachment 97496 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-16 02:30:06 UTC
Caused by using nbms-and-javadoc update center on dev builds, so you got a mixture of two builds. (Safer to download fresh dev builds; from the dev update center you only get new modules when someone increments the version, normally only for API changes, not generally for bug fixes or features.) This should fix it whenever it hits nbms-and-javadoc, probably in the next twelve hours, and you update: core-main #c89d06a048e7
Comment 3 Quality Engineering 2010-04-17 08:10:19 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c89d06a048e7
User: Jesse Glick <jglick@netbeans.org>
Log: #184314: need new impl version for projectui.