Luciano Sampaio
Luciano Sampaio
Hi, I downloaded the source, executed the maven command and installed from the generated zip file. After that I added some content to a dumb task. However, once again when...
java.lang.NumberFormatException: For input string: "1,25" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122) at java.lang.Float.parseFloat(Float.java:451) at java.lang.Float.valueOf(Float.java:416) at net.sf.redmine_mylyn.internal.ui.editor.EstimatedEditor.setValue(EstimatedEditor.java:123) at net.sf.redmine_mylyn.internal.ui.editor.EstimatedEditor.access$2(EstimatedEditor.java:121) at net.sf.redmine_mylyn.internal.ui.editor.EstimatedEditor$2.modifyText(EstimatedEditor.java:85) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4188) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) at...
I did all you asked, now it is not hanging Eclipse anymore but there are still some errors. java.lang.NumberFormatException: For input string: "2,75" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122) at java.lang.Float.parseFloat(Float.java:451) at...
Almost there, but there are still some problems. The error only appeared when I pressed Submit. java.lang.NumberFormatException: For input string: "5,75" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122) at java.lang.Float.parseFloat(Float.java:451) at java.lang.Float.(Float.java:532) at...
Almost there!!! It does not show any error, but the value (Estimated Hours) is not correct. When I add the value 1 or 1,5 and submit, it changes to 10,00...
Hi there, Any news ? The plugin is still showing some errors. Thank you!
On the plugin, I added the value 3 (Estimated Hours) and submitted. The plugin reloaded the content of the task and showed 30,00 as the value. However, the Redmine Web...
Any news or advice for me ?!
Hi team, I’m running into the issue described here where **cpu_type** isn’t being passed to Proxmox in v1.2.2, forcing all my VMs to use the default value instead of what’s...
Hi team, I’m encountering the issue where cpu_type isn’t passed to Proxmox in v1.2.2, causing all my VMs to default regardless of my Packer template settings. Downgrading to 1.2.1 works,...