cheptsov / AdvancedExpressionFolding

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

when i folded the exception code,it show wrong. #141

Open zhusaidong opened 4 years ago

zhusaidong commented 4 years ago

before folding

String[] strings = new String[0];
if (strings.length == 0) {
    throw new Exception("error");
}

after folded

after folded