Open dankwart-de opened 7 years ago
Sometimes, you e.g. redefine a tool and forget a parameter or you forget to set a parameter in code. Then a mismatch can occur. But: IMO Roddy should be hard then and stop working. @vinjana ?
So
Is this what you mean?
This does not refer to a simple test of the number of parameters, but really means that all parameters in the JVM and XML codes need to be identical and set!
What about type checks? Both XML and Java code also have type declarations, which could also get checked.
Type checking is already supposed to be working. We need to add tests for it. It might actually be, that it is not working.
Am 11. Juli 2018 15:15:12 schrieb Philip Reiner Kensche notifications@github.com:
What about type checks? Both XML and Java code also have type declarations, which could also get checked. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@dankwart-de Can you explain this a bit better? Maybe with an example?