Opened 9 years ago

Closed 9 years ago

#496 closed defect (fixed)

Bug in HazardCurveLocal

Reported by: leoing92@… Owned by:
Priority: major Milestone:
Component: sha Version:
Keywords: HazardCurveLocal Cc:

Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: HazardCurveLocal?
Version: 1.3.1
Bulid Type: Production
Java Version: 1.8.0_45 (Oracle Corporation)
Operating System: Windows 8 (arch: x86, version: 6.2)

Exception:

java.lang.RuntimeException: java.lang.IllegalArgumentException: Parameter 'Duration' not supported by this editor
	at org.opensha.commons.param.impl.DoubleDiscreteParameter.getEditor(DoubleDiscreteParameter.java:389)
	at org.opensha.commons.param.editor.impl.ParameterListEditor.addParameters(ParameterListEditor.java:271)
	at org.opensha.commons.param.editor.impl.ParameterListEditor.setParameterList(ParameterListEditor.java:110)
	at org.opensha.commons.param.editor.impl.ParameterListEditor.<init>(ParameterListEditor.java:103)
	at org.opensha.sha.gui.beans.TimeSpanGuiBean.setTimeSpan(TimeSpanGuiBean.java:92)
	at org.opensha.sha.gui.beans.ERF_GuiBean.createTimeSpanPanel(ERF_GuiBean.java:270)
	at org.opensha.sha.gui.beans.ERF_GuiBean.setParamsInForecast(ERF_GuiBean.java:253)
	at org.opensha.sha.gui.beans.ERF_GuiBean.refreshGUI(ERF_GuiBean.java:519)
	at org.opensha.sha.gui.beans.ERF_GuiBean.parameterChange(ERF_GuiBean.java:514)
	at org.opensha.commons.param.AbstractParameter.firePropertyChange(AbstractParameter.java:386)
	at org.opensha.commons.param.AbstractParameter.setValue(AbstractParameter.java:210)
	at org.opensha.commons.param.editor.AbstractParameterEditor.setValue(AbstractParameterEditor.java:74)
	at org.opensha.commons.param.editor.impl.DoubleParameterEditor.focusLost(DoubleParameterEditor.java:188)
	at java.awt.AWTEventMulticaster.focusLost(Unknown Source)
	at java.awt.Component.processFocusEvent(Unknown S

Change History (2)

comment:1 Changed 9 years ago by Kevin Milner

Fixed in [10969], some WG02 Fortran Wrapped ERF resources weren't being copied to the build jar files. Current release updated with fix to 1.3.3 and nightly builds updated as well.

comment:2 Changed 9 years ago by Kevin Milner

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.