Jan Amoyo

Results 13 comments of Jan Amoyo

Hi, the line converts the `SortedSet` into a more operable `List`. Although a new `List` instance is created, it is referencing the same elements as the `SortedSet` so it won't...

that's a good point, we can convert the `SortedSet` into a `List` from the constructor, so that we don't have to do it every time.

I am getting the below exception when attempting to resend an **incoming** message ``` 2014-03-13 10:58:29.177 ERROR qfixmessenger.QFixMessenger - An unexpected exception occured! java.lang.NullPointerException at com.jramoyo.qfixmessenger.ui.QFixMessengerFrame$ResendMessagesActionListener.actionPerformed(QFixMessengerFrame.java:1895) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)...

We should probably only enable re-sending **outgoing** message -- I'm not sure if it makes sense to re-send an **incoming** message.

Please fix on **master** branch -- thanks!

Thanks for the suggestion! Would you be able to clarify what you mean by: "if you select the 35=D message and then select a cancel/replace from that." ? Do you...

**danhughes1961** Hi, sorry for the late response - i've been on vacation ! Yes, that is what i meant, so for example if you create a new order, then click...