Community
Participate
Working Groups
org.eclipse.ecf.core.status.SerializableStatus.OK_STATUS initializes with null which subsequently causes an exception when setting the exception (org.eclipse.ecf.core.status.SerializableStatus.setException(Throwable)). IMO org.eclipse.ecf.core.status.SerializableStatus.setException(Throwable) should exclude null from org.eclipse.ecf.core.status.SerializableStatus.checkForSerializable(Throwable).
(In reply to comment #0) > org.eclipse.ecf.core.status.SerializableStatus.OK_STATUS initializes with null > which subsequently causes an exception when setting the exception > (org.eclipse.ecf.core.status.SerializableStatus.setException(Throwable)). IMO > org.eclipse.ecf.core.status.SerializableStatus.setException(Throwable) should > exclude null from > org.eclipse.ecf.core.status.SerializableStatus.checkForSerializable(Throwable). +1...please go ahead and fix.
Fix released to master