Skip to content

Commit 392a411

Browse files
committed
ECONDEC-80: Improve decision knowledge documentation
1 parent 90106bd commit 392a411

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

de.uhd.ifi.se.decision.management.eclipse/src/de/uhd/ifi/se/decision/management/eclipse/view/ChangeImpactAnalysisView.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010

1111
/**
1212
* @issue How to present related knowledge and change impact to developers?
13-
* @decision Present related knowledge and change impact in dedicated views.
1413
* @alternative Present related knowledge and change impact as a list of
1514
* proposals.
1615
* @con Would mislead developers. Developers associate content assist with
1716
* auto-completion and proposals for bug-fixes.
17+
* @decision Present related knowledge and change impact in dedicated views!
1818
*
1919
* @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!
2220
* @alternative Content assist invocation triggers decision exploration view and
2321
* change impact analysis view
2422
* @con Would mislead developers. Developers associate content assist with
2523
* auto-completion and proposals for bug-fixes.
24+
* @decision Use menu items in context menu to trigger decision exploration and
25+
* change impact analysis!
2626
*/
2727
public class ChangeImpactAnalysisView extends ViewPart {
2828

de.uhd.ifi.se.decision.management.eclipse/src/de/uhd/ifi/se/decision/management/eclipse/view/PropertyPage.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
* @see ConfigPersistenceManager
2121
* @see PreferencePage
2222
*
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
26+
* ConfigPersistenceManager class?
2627
*/
2728
public class PropertyPage extends org.eclipse.ui.dialogs.PropertyPage implements IWorkbenchPropertyPage {
2829
private Text textGitPath;

0 commit comments

Comments
 (0)