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 258282

Summary: StackOverflowError at java.io.UnixFileSystem.list
Product: java Reporter: Tomas Stupka <tstupka>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222905
Attachments: stacktrace

Description Tomas Stupka 2016-03-08 10:56:41 UTC
Build: NetBeans IDE Dev (Build 20160308-1f152be6d296)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+108-2016-03-02-174945.javare.4571, Java(TM) SE Runtime Environment, 9-ea+108-2016-03-02-174945.javare.4571
OS: Mac OS X

User Comments:
tstupka: opened a maven project with an empty module-info.java file




Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:1124)
   at java.io.File.listFiles(File.java:1209)
   at org.netbeans.modules.java.source.parsing.FolderArchive.visit(FolderArchive.java:260)
   at org.netbeans.modules.java.source.parsing.FolderArchive.getFiles(FolderArchive.java:155)
   at org.netbeans.modules.java.source.parsing.CachingFileManager.getJavaFileForInput(CachingFileManager.java:161)
Comment 1 Tomas Stupka 2016-03-08 10:56:44 UTC
Created attachment 158780 [details]
stacktrace