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 218808 - StringIndexOutOfBoundsException: String index out of range: 0
Summary: StringIndexOutOfBoundsException: String index out of range: 0
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 07:35 UTC by sreimers
Modified: 2012-10-05 13:35 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192658


Attachments
stacktrace (4.98 KB, text/plain)
2012-09-22 07:35 UTC, sreimers
Details
stacktrace (8.28 KB, text/plain)
2012-10-04 18:29 UTC, Exceptions Reporter
Details
stacktrace (6.12 KB, text/plain)
2012-10-05 13:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2012-09-22 07:35:40 UTC
This issue was reported manually by pjiricka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201209210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

User Comments:
sreimers: Browsing CSS file for a javaFX application, scrolling through the RuleEditor




Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
   at java.lang.String.charAt(String.java:658)
   at org.netbeans.modules.css.visual.editors.PropertyValuesEditor.getTags(PropertyValuesEditor.java:79)
   at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:230)
   at org.openide.explorer.propertysheet.SheetCellRenderer.getTableCellRendererComponent(SheetCellRenderer.java:156)
   at org.openide.explorer.propertysheet.BaseTable.prepareRenderer(BaseTable.java:625)
   at org.openide.explorer.propertysheet.SheetTable.prepareRenderer(SheetTable.java:547)
Comment 1 sreimers 2012-09-22 07:35:42 UTC
Created attachment 124739 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-10-04 12:56:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=192658
Comment 3 Marek Fukala 2012-10-04 13:49:32 UTC
web-main#8a7fc9a69a02
Comment 4 Exceptions Reporter 2012-10-04 18:29:13 UTC
Created attachment 125401 [details]
stacktrace

In Rule Editor, I opened Add Property editor and just scrolling all css attributes.
Comment 5 Quality Engineering 2012-10-05 02:03:09 UTC
Integrated into 'main-golden', will be available in build *201210050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8a7fc9a69a02
User: Marek Fukala <mfukala@netbeans.org>
Log: #218808 - StringIndexOutOfBoundsException: String index out of range: 0
Comment 6 Exceptions Reporter 2012-10-05 13:35:14 UTC
Created attachment 125455 [details]
stacktrace

opening Login.css from sample project