Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.1, UDIG 1.3.0
-
Fix Version/s: UDIG 1.4.x
-
Component/s: tools and editing
-
Labels:None
-
Environment:All
Description
Although the validation plugin is described in the HELP, it is not part of the distribution of 1.2 and 1.3 and it can't be found on the plugin update site.
Caused by: java.lang.NullPointerException
at net.refractions.udig.validation.ui.ValidationDialog.createDialogArea(ValidationDialog.java:279)
at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:155)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at net.refractions.udig.validation.ui.ValidationDialogOp$1.run(ValidationDialogOp.java:52)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
Its because of the INSTANCE of ValidationPlugin will never be initialized. I'm working on this ..