jlolling / talendcomp_tXmlJaxb

A talend component suite working with XML based on JAX-B
Apache License 2.0
0 stars 1 forks source link

avoid duplicate name usage #6

Open dakocddo opened 8 years ago

dakocddo commented 8 years ago

sometimes names of variables are used twice in jetcode - for the output and for logic. think this is a wonderful source of errors and should be fixed

jlolling commented 8 years ago

Could you give me an example. I often use a variable name twice but within a block. It helps a lot to reduce the complexity of the jet file.