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 242274 - IllegalArgumentException: The input text cannot contain carriage return char \r
Summary: IllegalArgumentException: The input text cannot contain carriage return char \r
Status: RESOLVED DUPLICATE of bug 242137
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 12:44 UTC by Vladimir Riha
Modified: 2014-02-24 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207642


Attachments
stacktrace (2.61 KB, text/plain)
2014-02-24 12:44 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-02-24 12:44:20 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402202300)
VM: Java HotSpot(TM) Client VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Linux

User Comments:
GUEST: svn checkout of a maven project, open project

vriha: reproducing 242137




Stacktrace: 
java.lang.IllegalArgumentException: The input text cannot contain carriage return char \r
   at org.netbeans.modules.web.common.api.Lines.initLines(Lines.java:87)
   at org.netbeans.modules.web.common.api.Lines.<init>(Lines.java:78)
   at org.netbeans.modules.javascript2.editor.hints.JsHintsProvider.computeErrors(JsHintsProvider.java:178)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processProviderErrors(GsfHintsProvider.java:321)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processErrors(GsfHintsProvider.java:407)
   at org.netbeans.modules.csl.hints.GsfHintsProvider.processErrorsRecursive(GsfHintsProvider.java:383)
Comment 1 Vladimir Riha 2014-02-24 12:44:21 UTC
Created attachment 145535 [details]
stacktrace
Comment 2 Vladimir Riha 2014-02-24 12:45:53 UTC

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