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 219868 - IllegalStateException: Current state = FLUSHED, new state = CODING_END
Summary: IllegalStateException: Current state = FLUSHED, new state = CODING_END
Status: RESOLVED DUPLICATE of bug 219267
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 02:41 UTC by anti432
Modified: 2012-10-26 14:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191954


Attachments
stacktrace (1.04 KB, text/plain)
2012-10-11 02:41 UTC, anti432
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anti432 2012-10-11 02:41:49 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
GUEST: Occured while trying tu upload a file via ftp.

anti432: wanted to run project

GUEST: edit git conflict




Stacktrace: 
java.lang.IllegalStateException: Current state = FLUSHED, new state = CODING_END
   at java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncoder.java:968)
   at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:554)
   at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyEncoder.implFlush(FileEncodingQuery.java:432)
   at java.nio.charset.CharsetEncoder.flush(CharsetEncoder.java:650)
   at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:786)
   at java.nio.charset.CharsetEncoder.canEncode(CharsetEncoder.java:892)
Comment 1 anti432 2012-10-11 02:41:56 UTC
Created attachment 125737 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-26 14:52:43 UTC

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