Since 'result' is also used as a path-name in the Java code, (re)naming a Module to 'Result' makes for some puzzling Java errors.
Luckily solved, but something to add to blacklist for Module names?
If an extra check is added for valid module names, can it be extended for the situation below?:
Renaming a module to the same name used as entity name in that module gives puzzling Java errors in many cases too.
Java error:
Module Entity
test test
Test test
test TesT
test TEST
TEst TEST
test tesT
test TEst
Some valid exceptions seems to be:
Module Entity
Test Test
test Test