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

Summary: Commonly used special characters are marked as parser error
Product: web Reporter: Ondrej Brejla <obrejla>
Component: YAMLAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED FIXED    
Severity: normal CC: lenardpalko, mlwacosmos, Ninj, svsool, tmysik
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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