Community
Participate
Working Groups
Build Identifier: v20100609-1613 In the DragEnter event of the DataTextDropListener, there is a call to Platform.getOS() done which throws a NullPointerException when it is started from a standalone application (Platform is not initialized) It worked with Birt 2.5.1 java.lang.NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.getOS(InternalPlatform.java:454) at org.eclipse.core.runtime.Platform.getOS(Platform.java:1185) at org.eclipse.birt.chart.ui.swt.DataTextDropListener.dragEnter(DataTextDropListener.java:61) at org.eclipse.swt.dnd.DNDListener.handleEvent(Unknown Source) ... Reproducible: Always