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 211048 - AssertionError at org.netbeans.modules.php.project.ui.actions.support.CommandUtils.isUnderSources
Summary: AssertionError at org.netbeans.modules.php.project.ui.actions.support.Command...
Status: RESOLVED DUPLICATE of bug 211002
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 21:29 UTC by leek
Modified: 2012-04-12 04:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186917


Attachments
stacktrace (3.29 KB, text/plain)
2012-04-11 21:29 UTC, leek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leek 2012-04-11 21:29:53 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
leek: The "PHP Include Path" section is completely unusable. Clicking add/remove/up/down all generate this "Report Problem" window.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.php.project.ui.actions.support.CommandUtils.isUnderSources(CommandUtils.java:202)
   at org.netbeans.modules.php.project.ui.actions.support.CommandUtils.isUnderAnySourceGroup(CommandUtils.java:248)
   at org.netbeans.modules.php.project.ui.customizer.CustomizerPhpIncludePath.validateData(CustomizerPhpIncludePath.java:136)
   at org.netbeans.modules.php.project.ui.customizer.CustomizerPhpIncludePath$2.intervalRemoved(CustomizerPhpIncludePath.java:109)
   at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:179)
   at javax.swing.DefaultListModel.remove(DefaultListModel.java:498)
Comment 1 leek 2012-04-11 21:29:58 UTC
Created attachment 118161 [details]
stacktrace
Comment 2 Tomas Mysik 2012-04-12 04:36:08 UTC
Already fixed. Please verify, thanks.

*** This bug has been marked as a duplicate of bug 211002 ***