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 251415 - java.util.NoSuchElementException at java.util.StringTokenizer.nextToken
Summary: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 12:41 UTC by shriram
Modified: 2015-03-25 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149504


Attachments
stacktrace (659 bytes, text/plain)
2015-03-25 12:41 UTC, shriram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shriram 2015-03-25 12:41:28 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: checking for updates

shriram: I was using revert modification by right click on file name=>git=>revert modifications

GUEST: I dont now if it was coinsidence but Netbeans was hanging a lot and i was unable to kill netbeans from task manager. Issue does not seem to occur again.




Stacktrace: 
java.util.NoSuchElementException
   at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
   at org.netbeans.modules.autoupdate.ui.wizards.LazyInstallUnitWizardIterator$LazyUnit.parseLazyUnit(LazyInstallUnitWizardIterator.java:227)
   at org.netbeans.modules.autoupdate.ui.wizards.LazyInstallUnitWizardIterator$LazyUnit.loadLazyUnits(LazyInstallUnitWizardIterator.java:178)
   at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler$7.run(AutoupdateCheckScheduler.java:480)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 shriram 2015-03-25 12:41:30 UTC
Created attachment 152837 [details]
stacktrace