| Summary: | [Palette] Exception if the xml definition file is indented | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Mathieu Velten <mathieu.velten> | ||||
| Component: | Core | Assignee: | Project Inbox <mdt-papyrus-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | rschnekenburger | ||||
| Version: | unspecified | Flags: | sebastien.gerard:
iplog-
|
||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 171961 [details]
patch v1
patch attached. applied in r1949. Thanks! (In reply to comment #3) > applied in r1949. > Thanks! Closing bug |
Build Identifier: this is a problem with the parsing code : the following piece of code waits for a specific node as first node but receive a text "node" with text like "\t\t\t\n". Node stereotypesToApplyNode = configurationNode.getFirstChild(); if(!IPapyrusPaletteConstant.STEREOTYPES_TO_APPLY.equals(stereotypesToApplyNode.getLocalName())) { //the first node must be STEREOTYPE_TO_APPLY return; } patch attached. Reproducible: Always