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 183599 - IllegalArgumentException: INVALID_ESCAPE_CHAR
Summary: IllegalArgumentException: INVALID_ESCAPE_CHAR
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 19:56 UTC by iceman81
Modified: 2010-04-20 05:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167661


Attachments
stacktrace (1.06 KB, text/plain)
2010-04-06 19:56 UTC, iceman81
Details
stacktrace (1.45 KB, text/plain)
2010-04-14 14:55 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iceman81 2010-04-06 19:56:21 UTC
This bug was originally marked as duplicate of bug 162602, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201004050201)
VM: Java HotSpot(TM) Client VM, 17.0-b11, Java(TM) SE Runtime Environment, 1.6.0_20-ea-b01
OS: Windows XP

User Comments:
iceman81: Was thrown when using Open Team Project.

I was accidentally using the Open Team Project window




Stacktrace: 
java.lang.IllegalArgumentException: INVALID_ESCAPE_CHAR
   at org.codeviation.pojson.Handlers$Generic.error(Handlers.java:119)
   at org.codeviation.pojson.Parser.parse(Parser.java:264)
   at org.codeviation.pojson.Parser.parse(Parser.java:92)
   at org.codeviation.pojson.Parser.parse(Parser.java:87)
   at org.codeviation.pojson.PojsonLoad.update(PojsonLoad.java:102)
   at org.codeviation.pojson.PojsonLoad.load(PojsonLoad.java:81)
Comment 1 iceman81 2010-04-06 19:56:27 UTC
Created attachment 96808 [details]
stacktrace
Comment 2 Jan Becicka 2010-04-07 13:10:28 UTC
Looks like malformed response from server. Cannot reproduce.
Comment 3 Oleg Khokhlov 2010-04-14 14:55:45 UTC
Created attachment 97358 [details]
stacktrace

Team->Team Server->Open Team Project
goto Search tab, press search and cancel it.
Exception happens within a minute after that
Comment 4 Jan Becicka 2010-04-19 13:44:54 UTC
Changeset: 833e9212d426
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2010-04-19 15:43
Message:   Issue #183599 - IllegalArgumentException: INVALID_ESCAPE_CHAR
Comment 5 Quality Engineering 2010-04-20 05:16:42 UTC
Integrated into 'main-golden', will be available in build *201004200200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/833e9212d426
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #183599 - IllegalArgumentException: INVALID_ESCAPE_CHAR