Directory src/grl/

Directory Created:
2005-03-15 17:05
Total Files:
34
Deleted Files:
5
Lines of Code:
9737

[root]/src/grl
            directory in repo impl (27 files, 12172 lines)
            directory in repo kpimodel (11 files, 2753 lines)
                directory in repo impl (11 files, 3883 lines)
                directory in repo util (2 files, 825 lines)
            directory in repo util (2 files, 1499 lines)

Lines of Code

src/grl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 276 (100.0%) 38404 (100.0%) 139.1
damyot 107 (38.8%) 19296 (50.2%) 180.3
jkealey 45 (16.3%) 7541 (19.6%) 167.5
jfroy 88 (31.9%) 7472 (19.5%) 84.9
pengfei 19 (6.9%) 3854 (10.0%) 202.8
etremblay 12 (4.3%) 227 (0.6%) 18.9
gunterm 1 (0.4%) 10 (0.0%) 10.0
amiga 4 (1.4%) 4 (0.0%) 1.0

Most Recent Commits

amiga 2012-03-12 21:09 Rev.: 2315

Added multi-column format to CSV spreadsheet export, bug 793.
Fixed bug wrt Strategies View.

1 lines of code changed in 1 file:

  • src/grl: Evaluation.java (+1 -1)
damyot 2012-03-03 19:50 Rev.: 2286

[bug800] Version 0.24 of metamodel, with improvements to strategies and contribution changes.

5469 lines of code changed in 28 files:

  • src/grl: Actor.java (+52 -52), Belief.java (+14 -14), CollapsedActorRef.java (+16 -16), Contribution.java (+48 -48), ContributionChange.java (+92 -63), ContributionContext.java (+74 -36), ContributionContextGroup.java (+26 -26), ContributionRange.java (new 138), ContributionType.java (+152 -152), Criticality.java (+107 -107), DecompositionType.java (+92 -92), ElementLink.java (+58 -58), Evaluation.java (+139 -80), EvaluationRange.java (new 138), EvaluationStrategy.java (+104 -66), GRLLinkableElement.java (+20 -20), GRLspec.java (+116 -116), GrlFactory.java (+137 -119), GrlPackage.java (+3173 -2675), ImportanceType.java (+107 -107), IntentionalElement.java (+137 -137), IntentionalElementRef.java (+52 -52), IntentionalElementType.java (+122 -122), LinkRef.java (+26 -26), LinkRefBendpoint.java (+44 -44), Priority.java (+107 -107), QualitativeLabel.java (+152 -152), StrategiesGroup.java (+26 -26)
jkealey 2012-02-28 10:54 Rev.: 2175

bug 655: cleaned imports & fixed a few deprecated calls to Eclipse.
looks like it also cleaned up the auto-generated code.

1 lines of code changed in 1 file:

  • src/grl: Actor.java (+1)
damyot 2009-12-21 14:26 Rev.: 1799

[nobug] New metamodel (v.023). Added new association for Concern, fixed responsibility bindings, and added performance TimeUnit. Fixed code so test cases could pass.

153 lines of code changed in 1 file:

  • src/grl: GrlPackage.java (+153)
damyot 2009-12-03 12:31 Rev.: 1702

Update to jUCMNav metamodel version 0.21

4415 lines of code changed in 26 files:

  • src/grl: Actor.java (+52 -52), Belief.java (+14 -14), CollapsedActorRef.java (+16 -16), Contribution.java (+48 -48), ContributionChange.java (+63 -63), ContributionContext.java (+36 -36), ContributionContextGroup.java (+26 -26), ContributionType.java (+152 -152), Criticality.java (+107 -107), DecompositionType.java (+92 -92), ElementLink.java (+58 -58), Evaluation.java (+79 -79), EvaluationStrategy.java (+66 -66), GRLLinkableElement.java (+20 -20), GRLspec.java (+116 -116), GrlFactory.java (+119 -119), GrlPackage.java (+2578 -2578), ImportanceType.java (+107 -107), IntentionalElement.java (+137 -137), IntentionalElementRef.java (+52 -52), IntentionalElementType.java (+122 -122), LinkRef.java (+26 -26), LinkRefBendpoint.java (+44 -44), Priority.java (+107 -107), QualitativeLabel.java (+152 -152), StrategiesGroup.java (+26 -26)
amiga 2009-11-06 16:21 Rev.: 1654

Replaced dialog boxes for entering numbers with range validating SWT dialogs.
Implemented keyboard shortcuts for increasing/decreasing qualitative evaluation/importance.
Disabled individual map selection for HTML reports.
Added URN links for UCM components and GRL actors.
Added metadata and URN output.
Added appropriate icons for popup menus.
Many small improvements.

3 lines of code changed in 1 file:

  • src/grl: Evaluation.java (+3 -1)
amiga 2009-10-22 19:35 Rev.: 1640

Added GRL element descriptions to PDF/RTF/HTML reports.
Added pre/post condition pseudocode to all report formats.
Removed many unnecessary import statements.
Added new source file for GRL reporting information.

0 lines of code changed in 2 files:

  • src/grl: Actor.java (-1), IntentionalElement.java (-2)
damyot 2009-07-17 08:59 Rev.: 1563

Metamodel fix: association between Actor and CollapsedActor was not navigable in any direction!

111 lines of code changed in 3 files:

  • src/grl: Actor.java (+19), CollapsedActorRef.java (+34), GrlPackage.java (+58 -2)
damyot 2009-06-29 16:47 Rev.: 1522

Changes to metamodel: Addition of Comment (for GRL/UCM diagrams), WaitKind (for UCM waiting places), and the GRL Xor decomposition type (used by intentional elements).

37 lines of code changed in 2 files:

  • src/grl: DecompositionType.java (+27), GrlPackage.java (+10 -1)
damyot 2008-02-14 23:57 Rev.: 1412

Fixed issue with dangling NewClass in metamodel

11 lines of code changed in 2 files:

  • src/grl: GrlFactory.java (-9), GrlPackage.java (+11 -50)
damyot 2008-02-14 23:33 Rev.: 1411

Metamodel update (version 0.19) together with appropriate changes, with minor updates to the plug-in text.

5529 lines of code changed in 26 files:

  • src/grl: Actor.java (+66 -17), Belief.java (+14 -14), CollapsedActorRef.java (new 21), Contribution.java (+61 -33), ContributionChange.java (new 142), ContributionContext.java (new 96), ContributionContextGroup.java (new 77), ContributionType.java (+152 -152), Criticality.java (+107 -107), DecompositionType.java (+77 -77), ElementLink.java (+66 -66), Evaluation.java (+92 -61), EvaluationStrategy.java (+66 -66), GRLLinkableElement.java (new 67), GRLspec.java (+134 -96), GrlFactory.java (+144 -99), GrlPackage.java (+3115 -2010), ImportanceType.java (new 205), IntentionalElement.java (+164 -143), IntentionalElementRef.java (+52 -52), IntentionalElementType.java (+122 -122), LinkRef.java (+26 -26), LinkRefBendpoint.java (+44 -44), Priority.java (+107 -107), QualitativeLabel.java (new 286), StrategiesGroup.java (+26 -26)
pengfei 2007-07-19 20:16 Rev.: 1316

The KPI modelling and monitoring functions.

3854 lines of code changed in 19 files:

  • src/grl: Actor.java (+18 -18), Belief.java (+16 -16), Contribution.java (+37 -37), ContributionType.java (+173 -173), Criticality.java (+122 -122), DecompositionType.java (+88 -88), ElementLink.java (+65 -65), Evaluation.java (+82 -51), EvaluationStrategy.java (+82 -63), GRLspec.java (+130 -73), GrlFactory.java (+119 -119), GrlPackage.java (+2346 -2206), IntentionalElement.java (+139 -139), IntentionalElementRef.java (+58 -58), IntentionalElementType.java (+149 -122), LinkRef.java (+29 -29), LinkRefBendpoint.java (+50 -50), Priority.java (+122 -122), StrategiesGroup.java (+29 -29)
gunterm 2007-04-25 11:04 Rev.: 1239

update to URN metamodel v0.17 (adds infrastructure for future support of concerns and pointcut stubs)

10 lines of code changed in 1 file:

  • src/grl: GrlPackage.java (+10 -1)
damyot 2007-03-16 10:08 Rev.: 1157

Metamodel update for CSM export

3571 lines of code changed in 19 files:

  • src/grl: Actor.java (+18 -18), Belief.java (+16 -16), Contribution.java (+37 -37), ContributionType.java (+173 -173), Criticality.java (+122 -122), DecompositionType.java (+88 -88), ElementLink.java (+65 -65), Evaluation.java (+51 -51), EvaluationStrategy.java (+63 -63), GRLspec.java (+73 -73), GrlFactory.java (+119 -119), GrlPackage.java (+2197 -2197), IntentionalElement.java (+139 -139), IntentionalElementRef.java (+58 -58), IntentionalElementType.java (+122 -122), LinkRef.java (+29 -29), LinkRefBendpoint.java (+50 -50), Priority.java (+122 -122), StrategiesGroup.java (+29 -29)
jkealey 2007-03-01 13:38 Rev.: 1139

Metamodel URN_14; resources are URNmodelElements

3571 lines of code changed in 19 files:

  • src/grl: Actor.java (+18 -18), Belief.java (+16 -16), Contribution.java (+37 -37), ContributionType.java (+173 -173), Criticality.java (+122 -122), DecompositionType.java (+88 -88), ElementLink.java (+65 -65), Evaluation.java (+51 -51), EvaluationStrategy.java (+63 -63), GRLspec.java (+73 -73), GrlFactory.java (+119 -119), GrlPackage.java (+2197 -2197), IntentionalElement.java (+139 -139), IntentionalElementRef.java (+58 -58), IntentionalElementType.java (+122 -122), LinkRef.java (+29 -29), LinkRefBendpoint.java (+50 -50), Priority.java (+122 -122), StrategiesGroup.java (+29 -29)
jkealey 2007-01-22 01:00 Rev.: 1099

various issues found by findbugs

0 lines of code changed in 1 file:

  • src/grl: GRLspec.java (-1)
jkealey 2006-09-19 16:42 Rev.: 910

Metamodel 0.12. Added some basic logic to create/delete scenario groups / scenarios. Delete scenario is not a command at the moment.

3869 lines of code changed in 19 files:

  • src/grl: Actor.java (+18 -18), Belief.java (+16 -16), Contribution.java (+37 -37), ContributionType.java (+186 -170), Criticality.java (+132 -116), DecompositionType.java (+96 -80), ElementLink.java (+65 -65), Evaluation.java (+52 -52), EvaluationStrategy.java (+64 -64), GRLspec.java (+74 -74), GrlFactory.java (+121 -121), GrlPackage.java (+2437 -1755), IntentionalElement.java (+140 -140), IntentionalElementRef.java (+59 -59), IntentionalElementType.java (+132 -116), LinkRef.java (+29 -29), LinkRefBendpoint.java (+50 -50), Priority.java (+132 -116), StrategiesGroup.java (+29 -29)
jfroy 2006-03-23 03:30 Rev.: 831

Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef

4 lines of code changed in 3 files:

  • src/grl: Evaluation.java (+1 -3), GrlPackage.java (+3 -23), IntentionalElement.java (-19)
jfroy 2006-03-02 01:38 Rev.: 783

Fix the URNlink to support multiple links type. Modification of the links display in UCM

221 lines of code changed in 1 file:

  • src/grl: GrlPackage.java (+221 -104)
jfroy 2006-02-28 03:15 Rev.: 771

Added URNlink dialog, actions and commands

104 lines of code changed in 1 file:

  • src/grl: GrlPackage.java (+104 -221)
jfroy 2006-02-22 18:48 Rev.: 746

Ended name change.

126 lines of code changed in 6 files:

  • src/grl: EvaluationGroup.java (del), EvaluationStrategy.java (+5 -5), GRLspec.java (+10 -10), GrlFactory.java (+3 -3), GrlPackage.java (+31 -31), StrategiesGroup.java (new 77)
jfroy 2006-02-22 18:02 Rev.: 745

Name change for EvaluationScenario (now called Strategy)

222 lines of code changed in 8 files:

  • src/grl: Evaluation.java (+13 -13), EvaluationGroup.java (+10 -10), EvaluationScenario.java (del), EvaluationStrategy.java (new 133), GRLscenario.java (del), GRLspec.java (+10 -10), GrlFactory.java (+3 -3), GrlPackage.java (+53 -53)
jfroy 2006-02-17 15:54 Rev.: 738

Added actor evaluation level.
Fixed bug when entering non integer for evaluation level

169 lines of code changed in 5 files:

  • src/grl: Criticality.java (+27), GrlPackage.java (+52 -52), IntentionalElement.java (-62), IntentionalElementRef.java (+63 -1), Priority.java (+27)
jfroy 2006-02-15 17:49 Rev.: 731

Added:
-Delete commands for scenario and evaluation
-Delete action for evaluation

Fixed:
-NullPointer exception with scenarioView (in property view)
-Adding new elements in model when in scenario view
-Contribution and decomposition refresh
-Dispose labels in IntentionalElementEditPart and LinkRefEditPart

27 lines of code changed in 3 files:

  • src/grl: EvaluationGroup.java (+3 -3), EvaluationScenario.java (+18 -8), GrlPackage.java (+6 -6)
jfroy 2006-02-11 18:55 Rev.: 724

Added scenario author, color modification when scenario selected and fixed NullPointerException in Scenario view when closing the editor.

51 lines of code changed in 2 files:

  • src/grl: EvaluationScenario.java (+27), GrlPackage.java (+24 -4)
jfroy 2006-02-11 13:25 Rev.: 722

Evaluation scenario view added.

244 lines of code changed in 6 files:

  • src/grl: Evaluation.java (+10 -7), EvaluationGroup.java (+30 -1), EvaluationScenario.java (+33 -4), GRLspec.java (+39 -1), GrlPackage.java (+112 -12), IntentionalElement.java (+20 -1)
jfroy 2006-01-29 15:34 Rev.: 669

Merge of GRL branch with the main trunk

1686 lines of code changed in 28 files:

  • src/grl: Actor.java (+3 -3), ActorRef.java (+4 -3), Belief.java (+14 -18), BeliefLink.java (new 22), Contribution.java (+14 -71), ContributionType.java (+81 -108), Criticality.java (+12 -12), Decomposition.java (+1 -64), DecompositionType.java (+16 -16), Dependency.java (+1 -113), ElementLink.java (+91 -4), Evaluation.java (+19 -24), EvaluationGroup.java (new 48), EvaluationLevel.java (del), EvaluationScenario.java (new 67), EvaluationSet.java (del), GRLGraph.java (+3 -3), GRLNode.java (new 23), GRLscenario.java (new 22), GRLspec.java (+20 -1), GrlFactory.java (+40 -4), GrlPackage.java (+929 -352), IntentionalElement.java (+87 -117), IntentionalElementRef.java (+2 -4), IntentionalElementType.java (+32 -32), LinkRef.java (+13 -42), LinkRefBendpoint.java (new 110), Priority.java (+12 -12)
jfroy 2005-10-26 18:13 Rev.: 585

Merge grl branch with the main trunk
Major modification of the metamodel (URN_08.mdl) (Added GRL metamodel, New interfaces that define common element in GRL and UCM, Modified UCM-Map package to implement the new interfaces (some associations and attributes have been refactored using the interfaces), Map is now called UCMmap (to resolve conflict with java.util.map in the implementation), Removed Path Graph)
Modification of the code that used the metamodel.
Started modification of jUCMNav to support GRL.

4618 lines of code changed in 22 files:

  • src/grl: Actor.java (new 57), ActorRef.java (new 22), Belief.java (new 57), Contribution.java (new 142), ContributionType.java (new 297), Criticality.java (new 162), Decomposition.java (new 84), DecompositionType.java (new 135), Dependency.java (new 133), ElementLink.java (new 48), Evaluation.java (new 115), EvaluationLevel.java (new 243), EvaluationSet.java (new 48), GRLGraph.java (new 23), GRLspec.java (new 98), GrlFactory.java (new 163), GrlPackage.java (new 1927), IntentionalElement.java (new 350), IntentionalElementRef.java (new 57), IntentionalElementType.java (new 189), LinkRef.java (new 106), Priority.java (new 162)
jfroy 2005-10-26 14:00 Rev.: 581

***This build could not compile

Merging the grl branch in the main trunk. Problem during the merging with the grl package.
Need to delete this package.

0 lines of code changed in 3 files:

  • src/grl: GRLspec.java (del), GrlFactory.java (del), GrlPackage.java (del)
jkealey 2005-09-06 22:11 Rev.: 547

regenerated the EMF code using EMF 2.1; slight changes; doesn't seem to have affected anything

2 lines of code changed in 2 files:

  • src/grl: GRLspec.java (+1 -1), GrlPackage.java (+1)
jkealey 2005-06-02 15:17 Rev.: 284

Upgraded meta-model to version 7.
bug 193 - ReqElemStartPointAttributes
properties view shows workload attribute as a nested attribute (instead of original dialog box proposal)
properties view doesn't refresh its descriptors every time you change a property. (property descriptors are properly cached by implementing the PropertyID class with hashCode and equals that work better than Object[]'s)

98 lines of code changed in 3 files:

  • src/grl: GRLspec.java (+19 -19), GrlFactory.java (+18 -18), GrlPackage.java (+61 -61)
etremblay 2005-05-25 17:44 Rev.: 223

The new meta model was generated in the code.
The start, empty and end point are not in the palette anymore. Use the path tool to create them from now on.
Deleted the marquee in the palette since the selection tool do the same thing...

142 lines of code changed in 3 files:

  • src/grl: GRLspec.java (+36), GrlFactory.java (+23 -23), GrlPackage.java (+83 -62)
etremblay 2005-03-29 18:01 Rev.: 56

URN model version 5 is now generated in EMF.

85 lines of code changed in 3 files:

  • src/grl: GRLspec.java (changed), GrlFactory.java (+23 -23), GrlPackage.java (+62 -62)
etremblay 2005-03-28 10:48 Rev.: 50

- You can add multiple path in one diagram.
- The path tool is close to work like planned.
- To extend a path, select the end point of the path you want to extends, select the end point tool and then click where you want to extend.

0 lines of code changed in 3 files:

  • src/grl: GRLspec.java (changed), GrlFactory.java (changed), GrlPackage.java (changed)
etremblay 2005-03-15 17:05 Rev.: 43

- The new model is now working.
- Creating path works (do/undo)
- Extending path works (do/undo)
- SplitLinkCommand doesn't work
- BSplineConnectionRouter works #1!

0 lines of code changed in 3 files:

  • src/grl: GRLspec.java (new), GrlFactory.java (new), GrlPackage.java (new)
Generated by StatSVN 0.7.0