redpen-cc / redpen-intellij-plugin

RedPen plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/8210
Apache License 2.0
18 stars 1 forks source link

Fixing ArrayIndexOutOfBoundsException on empty documents #2

Closed alterakey closed 8 years ago

alterakey commented 8 years ago

Hello, I've fixed the ArrayIndexOutOfBoundsException thrown on parsing empty documents. This PR intends to resolve #1.

Please review and hopefully merge. Best, -t

cbxp commented 8 years ago

Thanks! Merged with simplifications.