Directory src/seg/jUCMNav/views/wizards/scenarios/

Directory Created:
2006-09-18 19:23
Total Files:
13
Deleted Files:
0
Lines of Code:
3106

[root]/src/seg/jUCMNav/views/wizards/scenarios

Lines of Code

src/seg/jUCMNav/views/wizards/scenarios/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 104 (100.0%) 5714 (100.0%) 54.9
jkealey 102 (98.1%) 5713 (100.0%) 56.0
damyot 2 (1.9%) 1 (0.0%) 0.5

Most Recent Commits

jkealey 2009-12-23 10:42 Rev.: 1822

no bug: extracted strings.

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+6 -6)
damyot 2009-12-20 13:21 Rev.: 1793

[bug660] Fixed import/export bugs with URN links, concerns, and scenario definitions. Also cleaned several warnings.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (-2)
jkealey 2009-12-17 12:15 Rev.: 1783

bug 705: failure point editor should not show condition.

12 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (+12 -9)
jkealey 2009-12-16 17:15 Rev.: 1776

bug 670: threshold code editor & property descriptor.

59 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (-4), CodeEditorPage.java (+59 -3)
jkealey 2009-12-16 15:51 Rev.: 1774

bug 705: failure point code editor.

64 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (+7 -1), CodeEditorPage.java (+57 -10)
jkealey 2009-12-16 15:01 Rev.: 1773

bug 705: failure point conditions.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (+2 -1)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

2196 lines of code changed in 13 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizard.java (+67 -71), AddStartEndPointWizardPage.java (+148 -149), AddVariableWizard.java (+106 -111), AddVariableWizardEnumsPage.java (+267 -282), AddVariableWizardInitsPage.java (+277 -290), AddVariableWizardPage.java (+123 -128), CodeEditor.java (+134 -138), CodeEditorPage.java (+475 -496), EditEnumerationsWizard.java (+56 -61), IncludeScenario.java (+58 -60), IncludeScenarioPage.java (+131 -136), ScenarioInitializations.java (+61 -62), ScenarioInitializationsPage.java (+293 -299)
jkealey 2009-12-01 16:11 Rev.: 1700

bug 497: support for else in condition editor.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+1 -1)
jkealey 2009-12-01 16:03 Rev.: 1699

bug 497: support for else in condition editor.

21 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+21 -10)
jkealey 2009-06-29 14:13 Rev.: 1520

extracted strings for
bug 640: autocomplete in GEF editors
bug 434: UI enh when renaming element.

7 lines of code changed in 7 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizardPage.java (+1 -1), AddVariableWizardEnumsPage.java (+1 -1), AddVariableWizardInitsPage.java (+1 -1), AddVariableWizardPage.java (+1 -1), CodeEditorPage.java (+1 -1), IncludeScenarioPage.java (+1 -1), ScenarioInitializationsPage.java (+1 -1)
jkealey 2009-06-29 07:40 Rev.: 1515

bug 654: change enumeration type problem.

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizardEnumsPage.java (+4)
jkealey 2009-06-18 17:08 Rev.: 1505

bug 645: infrastructure work for enabling the ? icon in WizardPages.

12 lines of code changed in 7 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizardPage.java (+2 -1), AddVariableWizardEnumsPage.java (+1 -1), AddVariableWizardInitsPage.java (+2 -1), AddVariableWizardPage.java (+2 -1), CodeEditorPage.java (+1 -1), IncludeScenarioPage.java (+2), ScenarioInitializationsPage.java (+2)
jkealey 2007-08-14 10:40 Rev.: 1349

integrated GRL strategies and UCM scenarios (option defined in preferences). (by creating temporary variables associated to elements).

15 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+15 -4)
jkealey 2007-08-12 19:59 Rev.: 1340

bug 524: scenarios: sorted variable list in the initialization dialog

11 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: ScenarioInitializationsPage.java (+11 -3)
jkealey 2007-01-22 00:00 Rev.: 1099

various issues found by findbugs

4 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizardEnumsPage.java (-2), AddVariableWizardInitsPage.java (-2), CodeEditor.java (+4 -3), ScenarioInitializationsPage.java (-3)
jkealey 2007-01-20 00:49 Rev.: 1097

code cleanup only; used eclipse cleanup to remove unnecessary code + organize imports.

6 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizardPage.java (+1 -1), AddVariableWizardEnumsPage.java (+3 -2), AddVariableWizardInitsPage.java (+1 -1), IncludeScenarioPage.java (+1 -1)
damyot 2007-01-19 09:35 Rev.: 1087

Bug 507 (partial resolution): Visibility of GRL contribution icons and text now can be set via jUCMNav's main preference page.
A few French translations fixed.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizardEnumsPage.java (+1 -1)
jkealey 2006-11-13 20:57 Rev.: 1018

extracted strings and translated

30 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizardEnumsPage.java (+14 -14), CodeEditorPage.java (+11 -11), EditEnumerationsWizard.java (+2 -1), ScenarioInitializationsPage.java (+3 -3)
jkealey 2006-11-13 19:59 Rev.: 1016

bug 482: label/description editor in code editor

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+3 -3)
jkealey 2006-11-13 19:54 Rev.: 1015

bug 482: label/description editor in code editor

145 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (+3 -1), CodeEditorPage.java (+142 -11)
jkealey 2006-11-13 17:55 Rev.: 1012

bug 450: support enumerations bug

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: ScenarioInitializationsPage.java (+5 -2)
jkealey 2006-11-12 15:37 Rev.: 1007

bug 450: support enumerations
enumerations should be supported now, but must be tested further. filing other bug for variable name / enumeration value name conflicts.

480 lines of code changed in 6 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizard.java (+11 -1), AddVariableWizardEnumsPage.java (+277 -9), AddVariableWizardInitsPage.java (+58 -16), AddVariableWizardPage.java (-2), EditEnumerationsWizard.java (new 89), ScenarioInitializationsPage.java (+45 -10)
jkealey 2006-11-09 20:47 Rev.: 998

bug 503: warn when no start points

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+1 -1)
jkealey 2006-11-09 20:16 Rev.: 996

bug 485: scenarios: initializations should be under their own folder
extracted strings, refactored code editor to use isEmptyResponsibility

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+3 -3)
jkealey 2006-11-09 19:42 Rev.: 995

bug 476: scenario syntax checker button

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+4)
jkealey 2006-11-09 18:51 Rev.: 993

bug 486: scenarios: code-editor for sets of conditions / responsibilities; had bug for empty responsibilities

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+5 -2)
jkealey 2006-11-09 12:46 Rev.: 991

bug 486: scenarios: code-editor for sets of conditions / responsibilities

289 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (+112 -11), CodeEditorPage.java (+177 -32)
jkealey 2006-10-24 10:37 Rev.: 964

extracted strings

62 lines of code changed in 10 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizard.java (+3 -2), AddStartEndPointWizardPage.java (+8 -7), AddVariableWizard.java (+2 -1), AddVariableWizardEnumsPage.java (+4 -3), AddVariableWizardInitsPage.java (+13 -12), AddVariableWizardPage.java (+11 -10), IncludeScenario.java (+2 -1), IncludeScenarioPage.java (+6 -5), ScenarioInitializations.java (+2 -1), ScenarioInitializationsPage.java (+11 -10)
jkealey 2006-10-24 10:17 Rev.: 962

can add multiple start/end/include at once

61 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizard.java (+19 -7), AddStartEndPointWizardPage.java (+12 -5), IncludeScenario.java (+16 -4), IncludeScenarioPage.java (+14 -8)
jkealey 2006-10-23 20:29 Rev.: 957

now waiting when orfork/stub bindings are not valid and the algorithm is defined as patient.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+1)
jkealey 2006-10-20 10:06 Rev.: 950

bug 444: variable list in code editor

79 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+79 -15)
jkealey 2006-10-19 19:36 Rev.: 949

bug 443: create variable wizard.

773 lines of code changed in 5 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddVariableWizard.java (new 139), AddVariableWizardEnumsPage.java (new 83), AddVariableWizardInitsPage.java (new 344), AddVariableWizardPage.java (new 180), CodeEditorPage.java (+27 -1)
jkealey 2006-10-11 20:24 Rev.: 935

bug 454: cleaned up code, included todos for semantic variations

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizardPage.java (+1 -1)
jkealey 2006-09-29 12:07 Rev.: 926

bug 441: now supporting variable initializations

467 lines of code changed in 5 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizard.java (+1 -1), CodeEditor.java (+1 -1), IncludeScenario.java (+1 -1), ScenarioInitializations.java (new 95), ScenarioInitializationsPage.java (new 369)
jkealey 2006-09-25 22:17 Rev.: 921

bug 441: now supporting association of start/end points with scenarios. deletion should work.

305 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/wizards/scenarios: AddStartEndPointWizard.java (new 98), AddStartEndPointWizardPage.java (new 203), IncludeScenarioPage.java (+4 -2)
jkealey 2006-09-22 13:05 Rev.: 919

bug 441: now supporting included scenarios.
deletion of scenarios takes this into consideration.

270 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: IncludeScenario.java (new 90), IncludeScenarioPage.java (new 180)
jkealey 2006-09-21 19:03 Rev.: 917

bug 439: don't allow spaces in variable names
bug 440: scenarios/strategies can switch groups via properties
bug 445: Cached UcmEnvironment generated from Variables now in use in code/condition editors.
added a few new icons

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditorPage.java (+9 -12)
jkealey 2006-09-18 19:23 Rev.: 909

Scenarios: created a simple responsbility / condition editor. Currently using hardcoded variable definitions and using Responsibility.description for expression.
Externalized strings.

300 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/scenarios: CodeEditor.java (new 93), CodeEditorPage.java (new 207)
Generated by StatSVN 0.6.0