|
89 | 89 | <implicitUsageProvider implementation="org.axonframework.intellij.ide.plugin.usage.AxonImplicitUsageProvider"/>
|
90 | 90 |
|
91 | 91 | <!-- Java inspections -->
|
92 |
| - <localInspection displayName="Aggregate has an identifier" shortName="JavaAggregateIdInspection" |
| 92 | + <localInspection displayName="Aggregate has an identifier (Java)" shortName="JavaAggregateIdInspection" |
93 | 93 | groupName="Axon Framework usage" language="JAVA"
|
94 | 94 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.JavaAggregateIdInspection"
|
95 |
| - enabledByDefault="true"/> |
96 |
| - <localInspection displayName="Aggregate has no-argument constructor" |
| 95 | + enabledByDefault="true" hasStaticDescription="true"/> |
| 96 | + <localInspection displayName="Aggregate has no-argument constructor (Java)" |
97 | 97 | shortName="JavaAggregateConstructorInspection" groupName="Axon Framework usage"
|
98 | 98 | language="JAVA"
|
99 | 99 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.JavaAggregateConstructorInspection"
|
100 |
| - enabledByDefault="true"/> |
101 |
| - <localInspection displayName="Aggregate members have an ID" |
| 100 | + enabledByDefault="true" hasStaticDescription="true"/> |
| 101 | + <localInspection displayName="Aggregate members have an ID (Java)" |
102 | 102 | shortName="JavaAggregateMemberRoutingKeyInspection" groupName="Axon Framework usage"
|
103 | 103 | language="JAVA"
|
104 | 104 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.JavaAggregateMemberRoutingKeyInspection"
|
105 |
| - enabledByDefault="true"/> |
| 105 | + enabledByDefault="true" hasStaticDescription="true"/> |
106 | 106 |
|
107 | 107 | <!-- Kotlin inspections -->
|
108 |
| - <localInspection displayName="Aggregate has an identifier" shortName="KotlinAggregateIdInspection" |
| 108 | + <localInspection displayName="Aggregate has an identifier (Kotlin)" shortName="KotlinAggregateIdInspection" |
109 | 109 | groupName="Axon Framework usage" language="kotlin"
|
110 | 110 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.KotlinAggregateIdInspection"
|
111 |
| - enabledByDefault="true"/> |
112 |
| - <localInspection displayName="Aggregate has no-argument constructor" |
| 111 | + enabledByDefault="true" hasStaticDescription="true"/> |
| 112 | + <localInspection displayName="Aggregate has no-argument constructor (Kotlin)" |
113 | 113 | shortName="KotlinAggregateConstructorInspection" groupName="Axon Framework usage"
|
114 | 114 | language="kotlin"
|
115 | 115 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.KotlinAggregateConstructorInspection"
|
116 |
| - enabledByDefault="true"/> |
117 |
| - <localInspection displayName="Aggregate members have an ID" |
| 116 | + enabledByDefault="true" hasStaticDescription="true"/> |
| 117 | + <localInspection displayName="Aggregate members have an ID (Kotlin)" |
118 | 118 | shortName="KotlinAggregateMemberRoutingKeyInspection" groupName="Axon Framework usage"
|
119 | 119 | language="JAVA"
|
120 | 120 | implementationClass="org.axonframework.intellij.ide.plugin.inspections.aggregate.KotlinAggregateMemberRoutingKeyInspection"
|
121 |
| - enabledByDefault="true"/> |
| 121 | + enabledByDefault="true" hasStaticDescription="true"/> |
122 | 122 | </extensions>
|
123 | 123 |
|
124 | 124 | <actions>
|
|
0 commit comments