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 232192 - Commonly used special characters are marked as parser error
Summary: Commonly used special characters are marked as parser error
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
: 166729 211553 220181 225409 227028 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-03 09:45 UTC by Ondrej Brejla
Modified: 2013-07-04 02:22 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Brejla 2013-07-03 09:45:57 UTC
"@" and "?" are commonly used characters in e.g. Symfony configs, but pure Yaml parser marks them as erronreous (correctly).

Possibly we should replace them in a virtual parsed source to avoid this unwanted errors.
Comment 1 Ondrej Brejla 2013-07-03 09:46:10 UTC
*** Bug 166729 has been marked as a duplicate of this bug. ***
Comment 2 Ondrej Brejla 2013-07-03 09:46:16 UTC
*** Bug 211553 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Brejla 2013-07-03 09:46:20 UTC
*** Bug 220181 has been marked as a duplicate of this bug. ***
Comment 4 Ondrej Brejla 2013-07-03 09:46:25 UTC
*** Bug 225409 has been marked as a duplicate of this bug. ***
Comment 5 Ondrej Brejla 2013-07-03 09:46:32 UTC
*** Bug 227028 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Brejla 2013-07-03 09:55:54 UTC
Fixed in web-main #748801eac095
Comment 7 Quality Engineering 2013-07-04 02:22:58 UTC
Integrated into 'main-silver', will be available in build *201307032300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/748801eac095
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #232192 - Commonly used special characters are marked as parser error