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 227433 - IllegalArgumentException at java.nio.Buffer.position
Summary: IllegalArgumentException at java.nio.Buffer.position
Status: RESOLVED DUPLICATE of bug 221324
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 18:18 UTC by hryhoriy
Modified: 2013-03-20 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199589


Attachments
stacktrace (3.05 KB, text/plain)
2013-03-13 18:18 UTC, hryhoriy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hryhoriy 2013-03-13 18:18:57 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException
   at java.nio.Buffer.position(Buffer.java:218)
   at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:583)
   at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeHead(FileEncodingQuery.java:258)
   at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeLoop(FileEncodingQuery.java:220)
   at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:544)
   at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:298)
Comment 1 hryhoriy 2013-03-13 18:18:59 UTC
Created attachment 132580 [details]
stacktrace
Comment 2 Milos Kleint 2013-03-20 14:13:02 UTC

*** This bug has been marked as a duplicate of bug 221324 ***