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 73569 - StringIndexOutOfBoundsException
Summary: StringIndexOutOfBoundsException
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 10:43 UTC by stigjor
Modified: 2008-01-15 10:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (75.84 KB, text/plain)
2006-03-14 10:44 UTC, stigjor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stigjor 2006-03-14 10:43:33 UTC
java.lang.StringIndexOutOfBoundsException: String index out of range: 1
	at java.lang.String.charAt(String.java:558)
	at org.parthi.fileservice.FileCacheService.putInCache
(FileCacheService.java:98)
	at org.parthi.fileservice.FileScannerThread.iterateFiles
(FileScannerThread.java:81)
	at org.parthi.fileservice.FileScannerThread.iterateFiles
(FileScannerThread.java:78)
	at org.parthi.fileservice.FileScannerThread.iterateFiles
(FileScannerThread.java:78)
[catch] at org.parthi.fileservice.FileScannerThread.run
(FileScannerThread.java:46)
Comment 1 stigjor 2006-03-14 10:44:58 UTC
Created attachment 29235 [details]
messages.log
Comment 2 stigjor 2006-03-14 11:05:03 UTC
This error was probably caused by the plug-in module FindResource 1.0 - after 
deselecting it in update center, the error has gone.