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

Summary: StringIndexOutOfBoundsException
Product: third-party Reporter: stigjor <stigjor>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

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.