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 250377

Summary: NullPointerException at org.netbeans.modules.ruby.rubyproject.Migrations.getMigrations
Product: ruby Reporter: sbychkov
Component: ProjectAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210388
Attachments: stacktrace

Description sbychkov 2015-02-11 16:39:50 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
sbychkov: Click right mouse button on Rails project.

GUEST: right click on project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ruby.rubyproject.Migrations.getMigrations(Migrations.java:94)
   at org.netbeans.modules.ruby.railsprojects.MigrateAction.buildMenu(MigrateAction.java:150)
   at org.netbeans.modules.ruby.railsprojects.MigrateAction$LazyMenu.getPopupMenu(MigrateAction.java:281)
   at com.jidesoft.plaf.vsnet.VsnetMenuUI.installListeners(VsnetMenuUI.java:0)
   at com.jidesoft.plaf.vsnet.VsnetMenuItemUI.installUI(VsnetMenuItemUI.java:0)
   at javax.swing.JComponent.setUI(JComponent.java:664)
Comment 1 sbychkov 2015-02-11 16:39:52 UTC
Created attachment 151955 [details]
stacktrace