[
https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897025#comment-15897025
]
Michael Borcherds commented on MATH-1406:
-----------------------------------------
One simple change is to remove the "catch (ClassCastException e)"s and replace
with an explicit instanceof check
* ClassCastException isn't supported on GWT
* it's a nicer way to do it anyway
> official support for compiling on GWT 2.8
> -----------------------------------------
>
> Key: MATH-1406
> URL: https://issues.apache.org/jira/browse/MATH-1406
> Project: Commons Math
> Issue Type: Improvement
> Reporter: Michael Borcherds
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Is there any interest in allowing Apache Commons Math to be officially
> supported on GWT?
> With GWT 2.8.0 the changes needed aren't too hard to get most of it to compile
> You can see the diff here:
> https://github.com/murkle/commons-math/issues/1
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)