明示的な型宣言を使用する際には不要な def 修飾子を報告します。
def
例:
def boolean foo() {} // 修飾子は不要 def Object bar // 修飾子は不要 // 修飾子は必要なため、ハイライトされません def (int a, String b) = []