cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 29 forks source link

The omitted bracket in if can cause problem. #97

Closed aristotll closed 6 years ago

aristotll commented 6 years ago

Code:

        if(true) { //Note:  if and ( have no space in  between.
            log.info("true");

        }

Visaul result:

2017-11-13 14 53 02
cheptsov commented 6 years ago

Thanks for reporting. Will fix shortly.