Community
Participate
Working Groups
Sometimes when Eclipse performs huge resource change operations, the DOM update throws NPEs in WsSynchronizer and SeiSynchronizer classes. The reason for these sporadic exceptions are IType.getFullyQualifiedName() method sometimes returns null. The circumstances under which an IType instance has null qualified name are not clear, but according to the implementation in SourceType and BinaryType this is possible. Hence the DOM synchronization process should consider this possibility.
Bug fixed in HEAD and released as v201101141643