Opened 13 years ago

Closed 13 years ago

#336 closed defect (fixed)

Resurrect BRC calculator application, create build

Reported by: Kevin Milner Owned by: Kevin Milner
Priority: major Milestone:
Component: sra Version: 1.2.2
Keywords: Cc:

Description

BCR app currently doesn't work. Exception is:

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at org.opensha.sha.gui.beans.IMR_GuiBean.setIMRParamListAndEditor(IMR_GuiBean.java:179)
	at org.opensha.sha.gui.beans.IMR_GuiBean.<init>(IMR_GuiBean.java:128)
	at org.opensha.sra.gui.BCR_Application.initIMR_GuiBean(BCR_Application.java:851)
	at org.opensha.sra.gui.BCR_Application.init(BCR_Application.java:264)
	at org.opensha.sra.gui.BCR_Application.main(BCR_Application.java:438)

Once it's fixed, a build should be created for it. I think I'll do it like the WGCEP apps for now: always from trunk, and only built manually.

Change History (1)

Note: See TracTickets for help on using tickets.