diff options
author | Jiri Vanek <[email protected]> | 2013-01-30 16:51:08 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-01-30 16:51:08 +0100 |
commit | c06c5ab6dc8a8aa1b41af190188d1de99345810f (patch) | |
tree | dd2e2f2b01ce8a2acb4a4d9bbe7cf04a64af96bf /ChangeLog | |
parent | 924f9299d39b9bd985c58fde4ea2968b8ebdb229 (diff) |
Splashscreen error report made more detailed by stored LaunchErrors
* netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp)
new inner class for storing timestamp togetehr with error.
(launchExceptionChain) new static list to capture LaunchErrors during
runtime.
* /netx/net/sourceforge/jnlp/resources/Messages.properties:
* netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties:
Added explanation string
* netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java:
Is now displaying launchExceptionChain in its error report and is copying
it to clipboard.
* tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java:
(getTextTest) adapted calls of getText for new Date.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2013-01-30 Jiri Vanek <[email protected]> + + Splashscreen error report made more detailed by stored LaunchErrors + * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) + new inner class for storing timestamp togetehr with error. + (launchExceptionChain) new static list to capture LaunchErrors during + runtime. + * /netx/net/sourceforge/jnlp/resources/Messages.properties: + * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: + Added explanation string + * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: + Is now displaying launchExceptionChain in its error report and is copying + it to clipboard. + * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: + (getTextTest) adapted calls of getText for new Date. + 2013-01-28 Adam Domurad <[email protected]> Fix PR1157: Applets can hang browser after fatal exception |