picimako / intellij-inspections

Practical examples and articles for IntelliJ's Structural Search and Replace Templates

Home Page:https://ijnspector.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliJ inspections

This project is a collection of IntelliJ Structural Search and Replace Templates for various Java libraries, and a storage place for the blog posts on the IJnspector blog.

These templates are created via IntelliJ's built-in creation dialogs, that are stored in .xml configuration.

You can find all the inspections created in the tutorials in tutorial-inspections.md.

For the whole collection of inspections you can browse through the inspections folder. Templates are organized by Java libraries.

How to use them?

All you need to do is copy the desired searchConfigurations and replaceConfigurations into

  • your project's IDEA config under <Your project>\.idea\inspectionProfiles\Project_Default.xml, or
  • to the default IDEA global config under <User home>\.IdeaIC2019.1\config\inspection\Default.xml

To configure your git project for these inspections please read through the How to add project specific inspections to your Git project article.

Contribution and support

If you find any issues in the articles, tutorials or in any of the inspections, please create a GitHub issue in this project.

About

Practical examples and articles for IntelliJ's Structural Search and Replace Templates

https://ijnspector.wordpress.com/