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: de.uhd.ifi.se.decision.management.eclipse/src/de/uhd/ifi/se/decision/management/eclipse/view/ChangeImpactAnalysisView.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@
10
10
11
11
/**
12
12
* @issue How to present related knowledge and change impact to developers?
13
-
* @decision Present related knowledge and change impact in dedicated views.
14
13
* @alternative Present related knowledge and change impact as a list of
15
14
* proposals.
16
15
* @con Would mislead developers. Developers associate content assist with
17
16
* auto-completion and proposals for bug-fixes.
17
+
* @decision Present related knowledge and change impact in dedicated views!
18
18
*
19
19
* @issue How to trigger decision exploration and change impact analysis?
20
-
* @decision Use menu items in context menu to trigger decision exploration and
21
-
* change impact analysis!
22
20
* @alternative Content assist invocation triggers decision exploration view and
23
21
* change impact analysis view
24
22
* @con Would mislead developers. Developers associate content assist with
25
23
* auto-completion and proposals for bug-fixes.
24
+
* @decision Use menu items in context menu to trigger decision exploration and
Copy file name to clipboardExpand all lines: de.uhd.ifi.se.decision.management.eclipse/src/de/uhd/ifi/se/decision/management/eclipse/view/PropertyPage.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,10 @@
20
20
* @see ConfigPersistenceManager
21
21
* @see PreferencePage
22
22
*
23
-
* @issue Currently, only the preferences are used. The project properties are
24
-
* treated the same as the preferences. How can we access the project
25
-
* properties in the ConfigPersistenceManager class?
23
+
* @issue Currently, only the preferences are used (thus, all Eclipse projects
24
+
* have the same settings). The project properties are treated the same
25
+
* as the preferences. How can we access the project properties in the
0 commit comments