[
https://issues.apache.org/jira/browse/LANG-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594486#comment-14594486
]
ASF GitHub Bot commented on LANG-1149:
--------------------------------------
Github user kinow commented on the pull request:
https://github.com/apache/commons-lang/pull/98#issuecomment-113734542
Place holder ticket created in JIRA
https://issues.apache.org/jira/browse/LANG-1149
Feel free to write to the Commons Dev Mailing list (use the [lang] prefix)
about your issue if this pull request stays idle for too long or if you want to
discuss the implementation. Thank you for your contribution.
> Ability to throw checked exceptions without declaring them
> ----------------------------------------------------------
>
> Key: LANG-1149
> URL: https://issues.apache.org/jira/browse/LANG-1149
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.exception.*
> Reporter: Bruno P. Kinoshita
> Priority: Minor
>
> Place holder ticket for https://github.com/apache/commons-lang/pull/98
> "One of Java's most controversial features is checked exceptions, and most
> other languages—including newer JVM-based languages (Scala, Clojure,
> etc.)—have dispensed with them. Check out this fantastic interview with
> Anders Hejlsberg (creator of C#) on why checked exceptions are a bad idea.
> This utility gives users a way to dispense with checked exceptions even in
> Java, in a minimally intrusive fashion. By standardizing such a utility and
> giving it widespread adoption, hopefully the folks over at Oracle will
> eventually give in and drop the feature in a later release of Java. Luckily,
> it wouldn't be backwards incompatible to do so."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)