-
Just downloaded the latest version (DirSyncPro-1.02-Linux) for my Ubuntu 9.04 with Java 1.6. And the whole GUI is so slow and refreshes with lots of bugs (icons shift and overlap, areas get just grey, GUI elements don't resize, ...). The first error just occurs when started:
./dirsyncpro.sh
DirSync Pro (Directory Synchronize Pro) 1.02
(c) 2002-2008 by E. Gerber, F. Gerbig, O. Givi and T...
2009-10-17 14:31:12 UTC in Directory Synchronize Pro (DirSync Pro)
-
I tested several older versions: 1.8 still works. 1.9 introduced the first bug: it can't attache images anymore. :-( Same for 1.9.1 - 1.9.3:
Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Inactive
at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
at...
2009-10-15 21:11:45 UTC in JME C64
-
AFter a long time I updated my JSwingC64-1.2.2.jar with the latest JSwingC64-1.9.6.jar. But now it doesn't start anymore:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:155)
at de.joergjahnke.c64.swing.VirtualJoystick.<init>(VirtualJoystick.java:31)
at...
2009-10-15 20:56:43 UTC in JME C64
-
Okay, through misc ways from the original content and unix/windows charcter set conversions, the ":12" was right after the (windows) CRLF. But as of my knowledge a SWIFT block 4 field can only be ":xyz:" or ":xy:", i.e. a string enclosed in two colons and 2 or 3 characters. So ":12" can't be a field as it misses the closing colon ":". I guess the...
2009-09-15 21:49:26 UTC in WIFE - open source SWIFT
-
E.g.
:35B:ISIN XS0222550880 4,125? LANXESS FIN.B.V.NT.V.05 21.6 :12
causes:
java.lang.IllegalArgumentException: parameter 'name' cannot be null
at org.apache.commons.lang.Validate.notNull(Validate.java:201)
at net.sourceforge.wife.swift.model.Tag.setName(Tag.java:199)
at net.sourceforge.wife.swift.parser.SwiftParser.consumeTag(SwiftParser.java:873...
2009-09-14 10:41:44 UTC in WIFE - open source SWIFT
-
Changed priority as this is a blocker.
2009-09-14 10:38:48 UTC in WIFE - open source SWIFT
-
If a MT535 message has an ISIN (field :35B:) that contains a colon (:) in it's description, wife throws an exception:
java.lang.IllegalArgumentException: parameter 'name' cannot be null
at org.apache.commons.lang.Validate.notNull(Validate.java:201)
at net.sourceforge.wife.swift.model.Tag.setName(Tag.java:199)
at...
2009-09-14 10:38:16 UTC in WIFE - open source SWIFT
-
I tried setting these:
final LegendTitle lt = chart.getLegend();
if (lt != null) {
if (horizontal != null) {
lt.setHorizontalAlignment(horizontal);
}
if (vertical != null) {
lt.setVerticalAlignment(vertical);
}.
2009-08-06 12:59:35 UTC in JFreeChart
-
When a chart has multiple series and those series have different item shapes (e.g. overlaid charts with one bar chart series and one line chart series with squares as item shapes), the legend does NOT align the shapes and therefore also not the series names horizontally! It loos like the shapes are aligned at top and each text is aligned middle to its shape. This leads to "jumpy" legend texts...
2009-08-06 12:49:07 UTC in JFreeChart
-
Well, it seems the last "-}}" characters are problematic. I didn't notice it as those message get processed correctly from WIFE if they are the only message in a file. After replacing "-}}" by "-}", it works.
2009-07-16 09:42:37 UTC in WIFE - open source SWIFT