In the most recent added code to CVS, the File input
dialog (Open) causes a JVM exception when the "Cancel"
button is pressed.
A NullPointer exception is thrown.
This bug does not occur in the past stable version and
the expermental version.
To reproduce this bug:
Start B2T in a console. Go File -> Open
Press "Cancel" in the dialog.
Logged In: YES
user_id=1111672
More information on this error:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at bitext2tmx.Bitext2tmxMarco.IniciarTabla(Bitext2tmxMarco.java:1546)
at bitext2tmx.Bitext2tmxMarco.DlgGetTextos(Bitext2tmxMarco.java:1042)
at bitext2tmx.Bitext2tmxMarco.jMenuFileOpen_actionPerformed(Bitext2tmxMarco.java:910)
The error only occurs either at startup when no files have beenpreviously opened or after an
abort. This means that the error is due to uninitialized variables for the file URL.
Please enter programming logic to handle uninitialize variables in the proper way.
Logged In: YES
user_id=1111672
Originator: YES
Will be resolved in development towards version 1.0,
most likely in 1.0M1 or greater (not M0).
Raymond