|
118 | 118 | </group> |
119 | 119 | <group id="UctRunMenu"> |
120 | 120 | <separator/> |
| 121 | + <action id="com.magento.idea.magento2uct.actions.ConfigureUctAction" |
| 122 | + class="com.magento.idea.magento2uct.actions.ConfigureUctAction" |
| 123 | + text="Configure The Upgrade Compatibility Tool"/> |
121 | 124 | <action id="com.magento.idea.magento2uct.actions.RunUpgradeCompatibilityToolAction" |
122 | 125 | class="com.magento.idea.magento2uct.actions.RunUpgradeCompatibilityToolAction" |
123 | 126 | text="Run The Upgrade Compatibility Tool Action"/> |
124 | | - <add-to-group group-id="RunMenu" anchor="last"/> |
| 127 | + <separator/> |
| 128 | + <add-to-group group-id="ToolsMenu" anchor="last"/> |
125 | 129 | </group> |
126 | 130 | </actions> |
127 | 131 |
|
|
256 | 260 | shortName="ExtendingDeprecatedClass" |
257 | 261 | bundle="uct.bundle.inspection" key="inspection.displayName.ExtendingDeprecatedClass" |
258 | 262 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
259 | | - enabledByDefault="true" |
| 263 | + enabledByDefault="false" |
260 | 264 | level="WARNING" |
261 | 265 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.ExtendingDeprecatedClass"/> |
262 | 266 | <localInspection language="PHP" groupPath="UCT" |
263 | 267 | shortName="ImportingDeprecatedClass" |
264 | 268 | bundle="uct.bundle.inspection" key="inspection.displayName.ImportingDeprecatedClass" |
265 | 269 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
266 | | - enabledByDefault="true" |
| 270 | + enabledByDefault="false" |
267 | 271 | level="WARNING" |
268 | 272 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.ImportingDeprecatedClass"/> |
269 | 273 | <localInspection language="PHP" groupPath="UCT" |
270 | 274 | shortName="ImportingDeprecatedInterface" |
271 | 275 | bundle="uct.bundle.inspection" key="inspection.displayName.ImportingDeprecatedInterface" |
272 | 276 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
273 | | - enabledByDefault="true" |
| 277 | + enabledByDefault="false" |
274 | 278 | level="WARNING" |
275 | 279 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.ImportingDeprecatedInterface"/> |
276 | 280 | <localInspection language="PHP" groupPath="UCT" |
277 | 281 | shortName="UsingDeprecatedClass" |
278 | 282 | bundle="uct.bundle.inspection" key="inspection.displayName.UsingDeprecatedClass" |
279 | 283 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
280 | | - enabledByDefault="true" |
| 284 | + enabledByDefault="false" |
281 | 285 | level="WARNING" |
282 | 286 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.UsingDeprecatedClass"/> |
283 | 287 | <localInspection language="PHP" groupPath="UCT" |
284 | 288 | shortName="UsingDeprecatedInterface" |
285 | 289 | bundle="uct.bundle.inspection" key="inspection.displayName.UsingDeprecatedInterface" |
286 | 290 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
287 | | - enabledByDefault="true" |
| 291 | + enabledByDefault="false" |
288 | 292 | level="WARNING" |
289 | 293 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.UsingDeprecatedInterface"/> |
290 | 294 | <localInspection language="PHP" groupPath="UCT" |
291 | 295 | shortName="UsingDeprecatedConstant" |
292 | 296 | bundle="uct.bundle.inspection" key="inspection.displayName.UsingDeprecatedConstant" |
293 | 297 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
294 | | - enabledByDefault="true" |
| 298 | + enabledByDefault="false" |
295 | 299 | level="WARNING" |
296 | 300 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.UsingDeprecatedConstant"/> |
297 | 301 | <localInspection language="PHP" groupPath="UCT" |
298 | 302 | shortName="OverridingDeprecatedConstant" |
299 | 303 | bundle="uct.bundle.inspection" key="inspection.displayName.OverridingDeprecatedConstant" |
300 | 304 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
301 | | - enabledByDefault="true" |
| 305 | + enabledByDefault="false" |
302 | 306 | level="WARNING" |
303 | 307 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.OverridingDeprecatedConstant"/> |
304 | 308 | <localInspection language="PHP" groupPath="UCT" |
305 | 309 | shortName="OverridingDeprecatedProperty" |
306 | 310 | bundle="uct.bundle.inspection" key="inspection.displayName.OverridingDeprecatedProperty" |
307 | 311 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
308 | | - enabledByDefault="true" |
| 312 | + enabledByDefault="false" |
309 | 313 | level="WARNING" |
310 | 314 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.OverridingDeprecatedProperty"/> |
311 | 315 | <localInspection language="PHP" groupPath="UCT" |
312 | 316 | shortName="InheritedDeprecatedInterface" |
313 | 317 | bundle="uct.bundle.inspection" key="inspection.displayName.InheritedDeprecatedInterface" |
314 | 318 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
315 | | - enabledByDefault="true" |
| 319 | + enabledByDefault="false" |
316 | 320 | level="WARNING" |
317 | 321 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.InheritedDeprecatedInterface"/> |
318 | 322 | <localInspection language="PHP" groupPath="UCT" |
319 | 323 | shortName="ImplementedDeprecatedInterface" |
320 | 324 | bundle="uct.bundle.inspection" key="inspection.displayName.ImplementedDeprecatedInterface" |
321 | 325 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
322 | | - enabledByDefault="true" |
| 326 | + enabledByDefault="false" |
323 | 327 | level="WARNING" |
324 | 328 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.ImplementedDeprecatedInterface"/> |
325 | 329 | <localInspection language="PHP" groupPath="UCT" |
326 | 330 | shortName="CallingDeprecatedMethod" |
327 | 331 | bundle="uct.bundle.inspection" key="inspection.displayName.CallingDeprecatedMethod" |
328 | 332 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
329 | | - enabledByDefault="true" |
| 333 | + enabledByDefault="false" |
330 | 334 | level="WARNING" |
331 | 335 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.CallingDeprecatedMethod"/> |
332 | 336 | <localInspection language="PHP" groupPath="UCT" |
333 | 337 | shortName="UsingDeprecatedProperty" |
334 | 338 | bundle="uct.bundle.inspection" key="inspection.displayName.UsingDeprecatedProperty" |
335 | 339 | groupBundle="uct.bundle.inspection" groupKey="inspection.deprecation.group.name" |
336 | | - enabledByDefault="true" |
| 340 | + enabledByDefault="false" |
337 | 341 | level="WARNING" |
338 | 342 | implementationClass="com.magento.idea.magento2uct.inspections.php.deprecation.UsingDeprecatedProperty"/> |
339 | 343 | <!-- \UCT inspection --> |
|
0 commit comments