0
我在我的Grails應用程序上做了一些靜態代碼分析(SCA)。Grails中的條件嵌套規則的深度
我必須檢查'Depth of conditional nesting',但我無法找到任何Grails插件。
在CheckStyle中(對於java項目(代碼))有NestedForDepth,NestedIfDepth和NestedTryDepth。但我無法在任何Grails SCA插件中找到這些內容。
請給我一個想法,怎麼做。
抱歉,不在GMetrics中可用 – Sun