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 192995 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 16:11 UTC by Exceptions Reporter
Modified: 2011-05-19 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170770


Attachments
stacktrace (2.86 KB, text/plain)
2010-12-07 16:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-07 16:11:37 UTC
This issue was reported manually by exceptions_reporter.
It already has 26 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011161834)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7

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.php.editor.index.Signature.integer(Signature.java:83)
   at org.netbeans.modules.php.editor.elements.VariableElementImpl$VariableSignatureParser.getOffset(VariableElementImpl.java:228)
   at org.netbeans.modules.php.editor.elements.VariableElementImpl.fromSignature(VariableElementImpl.java:133)
Comment 1 Exceptions Reporter 2010-12-07 16:11:41 UTC
Created attachment 103686 [details]
stacktrace
Comment 2 OndrejBrejla 2011-02-15 13:36:59 UTC
I can't reproduce it.
Comment 3 Petr Pisl 2011-05-18 15:52:04 UTC
Fixed in web-main
http://hg.netbeans.org/web-main/rev/7e1d87161254

and release701

http://hg.netbeans.org/releases/rev/f14f4c1a47b6
Comment 4 Quality Engineering 2011-05-19 08:41:25 UTC
Integrated into 'main-golden', will be available in build *201105190400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7e1d87161254
User: Petr Pisl <ppisl@netbeans.org>
Log: #192995 - NumberFormatException: For input string: ""