Intention based intentions: added ability to highlight partial range, used it in new inspection based on IntroduceWhenSubjectIntention + added missing description

This commit is contained in:
Valentin Kipyatkov
2015-05-06 13:06:37 +03:00
parent 45c5454e39
commit 07a89b38e1
7 changed files with 69 additions and 25 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports an if expression checking variable being null right after initializing it that can be converted into an elvis operator in the initializer
</body>
</html>