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 212063 - Improve (replace) parser
Summary: Improve (replace) parser
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 177783 230401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-04 08:51 UTC by Ondrej Brejla
Modified: 2013-07-03 09:31 UTC (History)
9 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 2012-05-04 08:51:24 UTC
Parser needs to be improved...it's external, so it could be replaced by newer version (4 years old), or parsing has to be rewritten to another parser.
Comment 1 Ondrej Brejla 2012-05-04 08:51:55 UTC
*** Bug 166729 has been marked as a duplicate of this bug. ***
Comment 2 Ondrej Brejla 2012-05-04 08:52:20 UTC
*** Bug 211553 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Brejla 2012-05-04 09:01:25 UTC
*** Bug 177783 has been marked as a duplicate of this bug. ***
Comment 4 Ondrej Brejla 2012-05-10 13:59:22 UTC
Latest jvyamlb parser version doesn't help either.
Comment 5 Ondrej Brejla 2012-05-10 14:06:57 UTC
SnakeYAML library could provide better parsing results...http://code.google.com/p/snakeyaml/
Comment 6 Nomade 2012-11-28 21:52:04 UTC
Bug still exists in version 7.3 beta 2.
Comment 7 Ondrej Brejla 2013-07-02 14:05:03 UTC
*** Bug 220181 has been marked as a duplicate of this bug. ***
Comment 8 Ondrej Brejla 2013-07-02 14:05:13 UTC
*** Bug 225409 has been marked as a duplicate of this bug. ***
Comment 9 Ondrej Brejla 2013-07-02 14:05:19 UTC
*** Bug 227028 has been marked as a duplicate of this bug. ***
Comment 10 Ondrej Brejla 2013-07-02 14:14:12 UTC
*** Bug 230401 has been marked as a duplicate of this bug. ***
Comment 11 Ondrej Brejla 2013-07-03 09:31:28 UTC
I just found, that official yaml standard doesn't support "at" signs...

Try this: - { resource: @MyBundle/Resources/config/config.yml }

here: http://yaml-online-parser.appspot.com/

So the "at" sign problem in NB is not a problem at all...