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 - NullPointerException at org.netbeans.modules.ruby.rubyproject.Migrations.getMigrations
Summary: NullPointerException at org.netbeans.modules.ruby.rubyproject.Migrations.getM...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-11 16:39 UTC by sbychkov
Modified: 2015-02-11 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210388


Attachments
stacktrace (4.18 KB, text/plain)
2015-02-11 16:39 UTC, sbychkov
Details

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