Community
Participate
Working Groups
This is R3_0 maintenance stream. The stack trace is as follows. At the time of the NPE, "selection" is empty, and "first" is null. Caused by: java.lang.NullPointerException at org.eclipse.rse.internal.ui.view.SystemView.updatePropertySheet(SystemView.java:5896) at org.eclipse.rse.internal.ui.view.SystemView.updatePropertySheet(SystemView.java:5875) at org.eclipse.rse.internal.ui.view.SystemView$7.run(SystemView.java:1421)
Created attachment 198684 [details] patch to check for null
Masao, does the attached patch fix the problem?
The patch fixed the problem.
Xuan, could you please review this patch?
The fix looks good. Thanks.
Thanks for the review, Xuan. I've committed the changes to the R3_0_maintenance stream.