m0smith / malabar-mode

EMCS JVM Integration for Java and other JVM based languages
GNU General Public License v2.0
330 stars 52 forks source link

Add ability to unreported Flycheck: exception java.io.UnsupportedEncodingException; must be caught or declared to be thrown #149

Open m0smith opened 9 years ago

m0smith commented 9 years ago

For example

unreported exception java.io.UnsupportedEncodingException; must be caught or declared to be thrown

Need a way to either do one of: 1 - Add it to the method throws 2 - Add it to the existing try, creating one if it does not exist 3 - Add it to a nested try, if an enclosing try already exists