Closed fbacchella closed 6 years ago
Since this is a runtime exception, adding the throws
does not require a change to callers who may not have been catching, so +1 from me, but you need to fix the check style errors
I don't think the style failure are mine.
I am sorry, this is my fault, i did something wrong with the rebase, i will fix it. Can you rebase your branch, #91 fixes the previous checkstyle issue
Done.
Arf, it bring conflict again by merging the other pr :(
Done.
GrokCompiler.compile should document exception it throws, even unchecked one. I think it helps tools like Eclipse to auto-generate code.