Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 454)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#162 duplicate Bug in HazardSpectrumLocal Peter Powers anonymous
Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: HazardSpectrumLocal? Version: 1.1.1 Bulid Type: dist

Exception:

java.lang.IllegalArgumentException: Value (-237.72) is out of range.
	at org.opensha.commons.util.DataUtils.validate(DataUtils.java:88)
	at org.opensha.commons.geo.GeoTools.validateLon(GeoTools.java:160)
	at org.opensha.commons.geo.Location.<init>(Location.java:89)
	at org.opensha.commons.geo.Location.<init>(Location.java:74)
	at org.opensha.sha.gui.beans.Site_GuiBean.parameterChange(Site_GuiBean.java:268)
	at org.opensha.commons.param.Parameter.firePropertyChange(Parameter.java:381)
	at org.opensha.commons.param.Parameter.setValue(Parameter.java:214)
	at org.opensha.commons.param.editor.ParameterEditor.setValue(ParameterEditor.java:244)
	at org.opensha.commons.param.editor.DoubleParameterEditor.focusLost(DoubleParameterEditor.java:223)
	at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:213)
	at java.awt.Component.processFocusEvent(Component.java:6244)
	at java.awt.Component.processEvent(Component.java:6108)
	at java.awt.Container.processEvent(Container.java:2085)
	at java.awt.Component.dispatchEventImpl(Component.java:4714)
	at java.awt.Container.dispatchEventImpl(Container.java:2143)
	at java.awt.Component.dispatchEvent(Component.java:4544)
	at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1850)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:910)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:568)
	at java.awt.Component.dispatchEventImpl(Component.java:4586)
	at java.awt.Container.dispatchEventImpl(Container.java:2143)
	at java.awt.Component.dispatchEvent(Component.java:4544)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
#252 duplicate improve robustness of DB modification queries Kevin Milner Kevin Milner
Description

Queries to update fault/deformation models should be robust to handle errors. Originally, the fault model update SQL consisted of 2 steps. The first would delete everything, then the second would repopulate it. If anything goes wrong in the middle of this, you are left with an empty fault model. I've updated this for Fault Models to use batch committing with rollback on failure, but I still need to do this for Deformation Models and anywhere else in the code that does something similar.

I created the ticket to document this, and will close when all instances are fixed.

#303 duplicate move GraphPanel to a commons gui package, possibly clean up Peter Powers Kevin Milner
Description

Graph panel is a very useful class, maybe it should be in commons? It could also be cleaned up a bit.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.