You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
* extension point contract only allows implementing classes to register.
16
16
* <p>
17
17
* This class is UI-independent.
18
+
* <p>
19
+
* Classes which implement this interface must follow the following naming pattern:
20
+
* Name must start with the catalog name and have <em>QuickfixProvider</em>
21
+
* as suffix. It must be located in the same Java package as the catalog file.
0 commit comments