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 262635 - java.util.NoSuchElementException: No line found
Summary: java.util.NoSuchElementException: No line found
Status: RESOLVED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 14:39 UTC by eapearson
Modified: 2016-07-06 09:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221678


Attachments
stacktrace (6.83 KB, text/plain)
2016-06-30 14:39 UTC, eapearson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eapearson 2016-06-30 14:39:50 UTC
Build: NetBeans IDE Dev (Build 201606300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
GUEST: slowness following this issue

GUEST: Opening a python .py file from a Python project (Python plugin installed)

GUEST: was silent

GUEST: Error

hrompato: Opening a simple html5/javascript project

GUEST: errro

devmars: Writing python script.

eapearson: Had recently opened up NB dev with a project that I've been working without problem in NB 8.1. Had deleted the NB cache and NB had spent the previous 15 minutes scanning the projects. When returning to the computer, this error occured.




Stacktrace: 
java.util.NoSuchElementException: No line found
   at java.util.Scanner.nextLine(Scanner.java:1540)
   at org.netbeans.modules.python.project2.PythonProject2.findProjectProperties(PythonProject2.java:238)
   at org.netbeans.modules.python.project2.PythonProject2.isProject(PythonProject2.java:253)
   at org.netbeans.modules.python.project2.PythonProjectFactory.isProject(PythonProjectFactory.java:29)
   at org.netbeans.modules.python.project2.PythonProjectFactory.loadProject(PythonProjectFactory.java:36)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:401)
Comment 1 eapearson 2016-06-30 14:39:54 UTC
Created attachment 160205 [details]
stacktrace
Comment 2 Tomas Stupka 2016-06-30 14:51:16 UTC
something wrong at org.netbeans.modules.python.project2.PythonProject2.findProjectProperties

please file issue against the python plugin http://wiki.netbeans.org/Python
Comment 3 Tomas Stupka 2016-07-06 09:36:37 UTC
reassigning for further evaluation