updated findbugs excludeFilter

Change-Id: I1612a8c15cf3d916b3d010522618baab72b861c7
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
diff --git a/releng/org.eclipse.emf.parsley.parent/findbugs/excludeFilter.xml b/releng/org.eclipse.emf.parsley.parent/findbugs/excludeFilter.xml
index 80603fb..847a55c 100644
--- a/releng/org.eclipse.emf.parsley.parent/findbugs/excludeFilter.xml
+++ b/releng/org.eclipse.emf.parsley.parent/findbugs/excludeFilter.xml
@@ -47,6 +47,18 @@
 		<Method name="getFeature" />
 		<Bug pattern="EC_UNRELATED_TYPES_USING_POINTER_EQUALITY" />
 	</Match>
+	<Match>
+		<Class
+			name="org.eclipse.emf.parsley.internal.edit.ui.dnd.DynamicEditingDomainViewerDropAdapter" />
+		<Method name="drop" />
+		<Bug pattern="NP_NONNULL_PARAM_VIOLATION" />
+	</Match>
+	<Match>
+		<Class
+			name="org.eclipse.emf.parsley.edit.ui.provider.ViewerContentProvider" />
+		<Method name="getParent" />
+		<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
+	</Match>
 	
 	<!-- someArray.hashCode() is desired -->
 	<Match>