Community
Participate
Working Groups
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
Created attachment 171961 [details] patch v1
patch attached.
applied in r1949. Thanks!
(In reply to comment #3) > applied in r1949. > Thanks! Closing bug