heroku / heroku-eclipse-plugin

Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
1 stars 0 forks source link

invalid input for "Scale"throwing exceptions #47

Closed anandbn closed 12 years ago

anandbn commented 12 years ago

If I give "$" as the value to "Scale to", I get an "Innovation target exception". Stack trace is below.

Caused by: java.lang.NumberFormatException: For input string: "$" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:449) at java.lang.Integer.parseInt(Integer.java:499) at com.heroku.eclipse.ui.views.HerokuApplicationManagerViewPart$11$1$1.run(HerokuApplicationManagerViewPart.java:560) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)