https://github.com/picimako/intellij-inspections
Practical examples and articles for IntelliJ's Structural Search and Replace Templates
https://github.com/picimako/intellij-inspections
code-analysis intellij intellij-inspection
Last synced: over 1 year ago
JSON representation
Practical examples and articles for IntelliJ's Structural Search and Replace Templates
- Host: GitHub
- URL: https://github.com/picimako/intellij-inspections
- Owner: picimako
- Created: 2018-05-28T07:04:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T06:05:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T18:11:26.074Z (over 1 year ago)
- Topics: code-analysis, intellij, intellij-inspection
- Homepage: https://ijnspector.wordpress.com/
- Size: 4.43 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://ijnspector.wordpress.com).
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](tutorial/summary/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 `searchConfiguration`s and `replaceConfiguration`s into
* your project's IDEA config under `\.idea\inspectionProfiles\Project_Default.xml`, or
* to the default IDEA global config under `\.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](https://ijnspector.wordpress.com/2018/11/21/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.