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 - AbstractMethodError: org.netbeans.modules.project.ui.ProjectChooserFactoryImpl.createSimpleTargetChooser(Lorg/netbeans/api/project/Project;[Lorg/netbeans/api/project/SourceGroup;Lorg/openide/WizardDes
Summary: AbstractMethodError: org.netbeans.modules.project.ui.ProjectChooserFactoryImp...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 141886
  Show dependency tree
 
Reported: 2010-04-16 02:13 UTC by fortruth
Modified: 2010-04-17 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168080


Attachments
stacktrace (6.46 KB, text/plain)
2010-04-16 02:13 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
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.