]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ValidationRule.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / adapter / ValidationRule.java
index b906b4c4bc78aa13dc71b9f9e5fe90df7b8c7be6..5dd3f00a8e1ed650e23ee2216512e97cdc105848 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.db.layer0.adapter;\r
-\r
-public interface ValidationRule {\r
-       /* Rule:\r
-          - category\r
-          - max severity??\r
-          - when checked          \r
-        \r
-          Issue:\r
-          - discovery time\r
-          - severity\r
-          - description\r
-          - context         \r
-            - show context in issue list\r
-            - user operations that can be used to examine the problem\r
-            - comparing issues when the context is revalidated!\r
-          - suggestions \r
-          - enough data for revalidation???\r
-        */     \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.db.layer0.adapter;
+
+public interface ValidationRule {
+       /* Rule:
+          - category
+          - max severity??
+          - when checked          
+        
+          Issue:
+          - discovery time
+          - severity
+          - description
+          - context         
+            - show context in issue list
+            - user operations that can be used to examine the problem
+            - comparing issues when the context is revalidated!
+          - suggestions 
+          - enough data for revalidation???
+        */     
+}