Index: trunk/scripts/SyncEditorLayerIndex.java
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.java	(revision 16127)
+++ trunk/scripts/SyncEditorLayerIndex.java	(revision 16373)
@@ -504,4 +504,8 @@
                 continue;
             }
+            if (isBlank(e.getDate()) && e.getDate() != null) {
+                myprintln("+++ JOSM-Entry without empty Date: " + getDescription(e));
+                continue;
+            }
             if (isBlank(getName(e))) {
                 myprintln("+++ JOSM-Entry without Name: " + getDescription(e));
