intellij idea - Writing Intelli-J inspections? -


How do I go about writing my Intel-Jammu inspection? I'm looking for some general guides or resources.

Every time I want to start a collection class manually (instead of List.newArrayList ()) for the Institution.

I appreciate any direction.

For this kind of inspection, There is no need to write this, instead use the (SSR) feature which allows custom inspection with quick correction.

See also for the section and this feature.

Note that this is only available in the final version.


Comments