Skip to content

Instantly share code, notes, and snippets.

@mvberg
Created March 3, 2014 20:37
Show Gist options
  • Save mvberg/9334155 to your computer and use it in GitHub Desktop.
Save mvberg/9334155 to your computer and use it in GitHub Desktop.
Overflow
java.lang.ArithmeticException: overflow v=1787000000000000000 r=-576744073709551616
at com.barchart.util.value.impl.MathExtra.longMult10(MathExtra.java:63)
at com.barchart.util.value.impl.BaseScaled.sub(BaseScaled.java:222)
at com.barchart.util.value.impl.BasePrice.sub(BasePrice.java:12)
at com.barchart.plugin.trader.core.chart.ui.OrderMarker.updateDragging(OrderMarker.java:852)
at com.barchart.plugin.trader.core.chart.ui.OrderDragDropHandler.dragMove(OrderDragDropHandler.java:67)
at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseMotionEvent(ApplicationContext.java:1260)
at java.awt.Component.processEvent(Component.java:6274)
at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:851)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Component.dispatchEvent(Component.java:4687)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment