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 268302 - AssertionError: Cannot find source group for '/Users/rohanhenry/PostalCodeLookUp/src/java@1584ed40:73c0e86f' in [SourcesHelper.Group[name=${src.dir},rootFolder=/Users/rohanhenry/PostalCodeLookUp/src/j
Summary: AssertionError: Cannot find source group for '/Users/rohanhenry/PostalCodeLoo...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-01 02:16 UTC by Exceptions Reporter
Modified: 2016-10-01 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226530


Attachments
stacktrace (3.56 KB, text/plain)
2016-10-01 02:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-01 02:16:27 UTC
This bug was originally marked as duplicate of bug 165208, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Mac OS X

User Comments:
GUEST: Tried to add mysql jar to project




Stacktrace: 
java.lang.AssertionError: Cannot find source group for '/Users/rohanhenry/PostalCodeLookUp/src/java@1584ed40:73c0e86f' in [SourcesHelper.Group[name=${src.dir},rootFolder=/Users/rohanhenry/PostalCodeLookUp/src/java@1584ed40:3d7c06e8]]
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode.findSourceGroup(LibrariesNode.java:1187)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode.access$1000(LibrariesNode.java:132)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$AddFolderAction.addJarOrFolder(LibrariesNode.java:1168)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$AddFolderAction.actionPerformed(LibrariesNode.java:1092)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
Comment 1 Exceptions Reporter 2016-10-01 02:16:30 UTC
Created attachment 162300 [details]
stacktrace