Details
Description
After upgrading my 0.3.1 griffon app into 0.9.4 and disabling threading injection I've found the following compilation error:
[griffonc] [griffonc] C:\maestro\desarrollo\projects\interactionManager\sgmentia-client\griffon-app\controllers\com\nortia\sgmentia\client\select\SelectController.groovy: 53: Repetitive method name/signature for method 'void mvcGroupInit(java.util.Map)' in class 'com.nortia.sgmentia.client.select.SelectController'. [griffonc] @ line 53, column 2. [griffonc] void mvcGroupInit(Map args) { [griffonc] ^ [griffonc] [griffonc] C:\maestro\desarrollo\projects\interactionManager\sgmentia-client\griffon-app\controllers\com\nortia\sgmentia\client\select\SelectController.groovy: -1: Repetitive method name/signature for method 'void mvcGroupInit(java.util.Map)' in class 'com.nortia.sgmentia.client.select.SelectController'. [griffonc] @ line -1, column -1.
It seems as if you were not allowed to overrride this method in a child controller under certain circumtances.
Fixed with https://github.com/griffon/griffon/commit/1e90a96b36fc55570a649297cf616029946aaf44