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 180229 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
: 211232 212659 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-03 13:07 UTC by mpferd
Modified: 2012-05-18 07:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162780


Attachments
stacktrace (1.81 KB, text/plain)
2010-02-03 13:07 UTC, mpferd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mpferd 2010-02-03 13:07:25 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7

User Comments:
mpferd: I renamed a java project with the same name like the folder, which contains the project

GUEST: Opened NetBeans

GUEST: Opened Netbeans (PHP-only)

GUEST: just started netbeans




Stacktrace: 
java.lang.NumberFormatException: For input string: ""
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
   at java.lang.Integer.parseInt(Integer.java:470)
   at java.lang.Integer.parseInt(Integer.java:499)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.readLastKnownIndexers(IndexerCache.java:518)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:344)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:119)
Comment 1 mpferd 2010-02-03 13:07:30 UTC
Created attachment 93816 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-02-03 13:07:39 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=162780
Comment 3 Vitezslav Stejskal 2010-02-04 01:46:55 UTC
local changeset: 101cdc47f38c
Comment 4 Quality Engineering 2010-02-16 21:56:22 UTC
Integrated into 'main-golden', will be available in build *201002170200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/101cdc47f38c
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #180229: gracefully handling NumberFormatException from corrupted indexer version files
Comment 5 Tomas Zezula 2012-04-30 19:06:28 UTC
*** Bug 211232 has been marked as a duplicate of this bug. ***
Comment 6 Tomas Zezula 2012-05-18 07:12:49 UTC
*** Bug 212659 has been marked as a duplicate of this bug. ***