Project

General

Profile

« Previous | Next » 

Revision 184336eb

Added by Patrick Plitzner over 6 years ago

Fix potential NPE

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/CdmViewerUtilE4.java
55 55
                TreeNode treeNode = (TreeNode)input;
56 56
                input = treeNode.getValue();
57 57
            }
58
        }
58 59

  
60
        if(input!=null){
59 61
            IExtensionRegistry reg = Platform.getExtensionRegistry();
60 62
            IConfigurationElement[] extensions = reg
61 63
                    .getConfigurationElementsFor("eu.etaxonomy.taxeditor.store.cdmViewer"); //$NON-NLS-1$

Also available in: Unified diff