hexMachina icon indicating copy to clipboard operation
hexMachina copied to clipboard

hexDSL - id name should be check before using

Open aliokan opened this issue 8 years ago • 0 comments

with BasicStaticXmlCompiler

<bean id="insta nce" type="hex.mock.MockClassWithoutArgument"/>
var insta nce = new hex_mock_MockClassWithoutArgument();
coreFactory.register("insta nce",insta nce);
this["insta nce"] = insta nce;

Compile without crying

aliokan avatar Aug 07 '17 10:08 aliokan