Directory src/grl/impl/

Total Files:
27
Deleted Files:
3
Lines of Code:
12172

[root]/src/grl/impl

Lines of Code

src/grl/impl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 304 (100.0%) 54456 (100.0%) 179.1
damyot 108 (35.5%) 28359 (52.1%) 262.5
jkealey 58 (19.1%) 11861 (21.8%) 204.5
jfroy 95 (31.3%) 7454 (13.7%) 78.4
pengfei 20 (6.6%) 5992 (11.0%) 299.6
etremblay 12 (3.9%) 589 (1.1%) 49.0
sghan090 6 (2.0%) 108 (0.2%) 18.0
gunterm 2 (0.7%) 93 (0.2%) 46.5
amiga 3 (1.0%) 0 (0.0%) 0.0

Most Recent Commits

damyot 2012-03-03 19:50 Rev.: 2286

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

8131 lines of code changed in 27 files:

  • src/grl/impl: ActorImpl.java (+407 -407), ActorRefImpl.java (+586 -586), BeliefImpl.java (+83 -83), BeliefLinkImpl.java (+293 -293), CollapsedActorRefImpl.java (+119 -119), ContributionChangeImpl.java (+302 -231), ContributionContextGroupImpl.java (+135 -135), ContributionContextImpl.java (+240 -164), ContributionImpl.java (+157 -157), ContributionRangeImpl.java (new 367), DecompositionImpl.java (+10 -10), DependencyImpl.java (+10 -10), ElementLinkImpl.java (+269 -269), EvaluationImpl.java (+426 -284), EvaluationRangeImpl.java (new 367), EvaluationStrategyImpl.java (+353 -276), GRLGraphImpl.java (+321 -321), GRLLinkableElementImpl.java (+110 -110), GRLNodeImpl.java (+400 -400), GRLspecImpl.java (+396 -396), GrlFactoryImpl.java (+345 -322), GrlPackageImpl.java (+1120 -913), IntentionalElementImpl.java (+402 -402), IntentionalElementRefImpl.java (+201 -201), LinkRefBendpointImpl.java (+188 -188), LinkRefImpl.java (+389 -389), StrategiesGroupImpl.java (+135 -135)
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.

6 lines of code changed in 9 files:

  • src/grl/impl: ContributionChangeImpl.java (-3), ContributionContextGroupImpl.java (-4), ContributionContextImpl.java (-4), EvaluationImpl.java (-1), EvaluationStrategyImpl.java (-1), GRLLinkableElementImpl.java (-3), GRLspecImpl.java (-1), GrlFactoryImpl.java (+6 -2), GrlPackageImpl.java (-2)
damyot 2009-12-03 12:31 Rev.: 1702

Update to jUCMNav metamodel version 0.21

6802 lines of code changed in 25 files:

  • src/grl/impl: ActorImpl.java (+407 -407), ActorRefImpl.java (+586 -586), BeliefImpl.java (+83 -83), BeliefLinkImpl.java (+293 -293), CollapsedActorRefImpl.java (+119 -119), ContributionChangeImpl.java (+231 -231), ContributionContextGroupImpl.java (+135 -135), ContributionContextImpl.java (+164 -164), ContributionImpl.java (+157 -157), DecompositionImpl.java (+10 -10), DependencyImpl.java (+10 -10), ElementLinkImpl.java (+269 -269), EvaluationImpl.java (+284 -284), EvaluationStrategyImpl.java (+276 -276), GRLGraphImpl.java (+321 -321), GRLLinkableElementImpl.java (+110 -110), GRLNodeImpl.java (+400 -400), GRLspecImpl.java (+396 -396), GrlFactoryImpl.java (+322 -322), GrlPackageImpl.java (+914 -921), IntentionalElementImpl.java (+402 -402), IntentionalElementRefImpl.java (+201 -201), LinkRefBendpointImpl.java (+188 -188), LinkRefImpl.java (+389 -389), StrategiesGroupImpl.java (+135 -135)
damyot 2009-11-03 01:57 Rev.: 1651

[bug 771] Rules now categorizable as errors or warnings, with appropriate icons

1 lines of code changed in 1 file:

  • src/grl/impl: ContributionImpl.java (+1 -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 3 files:

  • src/grl/impl: ActorImpl.java (-1), ElementLinkImpl.java (-1), IntentionalElementImpl.java (-4)
damyot 2009-09-26 10:18 Rev.: 1620

[bug664] GRL: Default contribution value should be Help

2 lines of code changed in 1 file:

  • src/grl/impl: ContributionImpl.java (+2 -2)
damyot 2009-07-17 08:59 Rev.: 1563

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

223 lines of code changed in 3 files:

  • src/grl/impl: ActorImpl.java (+39), CollapsedActorRefImpl.java (+162), GrlPackageImpl.java (+22)
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).

44 lines of code changed in 3 files:

  • src/grl/impl: EvaluationImpl.java (+2 -3), GRLGraphImpl.java (+41), GrlPackageImpl.java (+1)
sghan090 2008-07-20 22:16 Rev.: 1468

undo modification of generated grl/* code from before

0 lines of code changed in 2 files:

  • src/grl/impl: ContributionImpl.java (-57), EvaluationImpl.java (-34)
sghan090 2008-07-20 13:16 Rev.: 1467

bug fix: when loading saved GRL graph, quantitative evaluations would be lost

12 lines of code changed in 2 files:

  • src/grl/impl: ContributionImpl.java (+7 -7), EvaluationImpl.java (+5 -5)
sghan090 2008-07-13 23:25 Rev.: 1465

added synchronization for qualitative & quantitative properties for evaluation and contribution
updated the DefaultGRLStrategyAlgorithm to correct error

96 lines of code changed in 2 files:

  • src/grl/impl: ContributionImpl.java (+59 -3), EvaluationImpl.java (+37 -2)
damyot 2008-02-14 23:57 Rev.: 1412

Fixed issue with dangling NewClass in metamodel

0 lines of code changed in 2 files:

  • src/grl/impl: GrlFactoryImpl.java (-11), GrlPackageImpl.java (-21)
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.

7540 lines of code changed in 25 files:

  • src/grl/impl: ActorImpl.java (+410 -284), ActorRefImpl.java (+591 -591), BeliefImpl.java (+83 -83), BeliefLinkImpl.java (+313 -242), CollapsedActorRefImpl.java (new 42), ContributionChangeImpl.java (new 375), ContributionContextGroupImpl.java (new 238), ContributionContextImpl.java (new 278), ContributionImpl.java (+174 -120), DecompositionImpl.java (+10 -10), DependencyImpl.java (+10 -10), ElementLinkImpl.java (+291 -290), EvaluationImpl.java (+304 -249), EvaluationStrategyImpl.java (+279 -279), GRLGraphImpl.java (+294 -294), GRLLinkableElementImpl.java (new 200), GRLNodeImpl.java (+404 -404), GRLspecImpl.java (+424 -346), GrlFactoryImpl.java (+365 -262), GrlPackageImpl.java (+1078 -710), IntentionalElementImpl.java (+440 -406), IntentionalElementRefImpl.java (+202 -202), LinkRefBendpointImpl.java (+188 -188), LinkRefImpl.java (+411 -340), StrategiesGroupImpl.java (+136 -136)
pengfei 2007-07-19 20:16 Rev.: 1316

The KPI modelling and monitoring functions.

5992 lines of code changed in 20 files:

  • src/grl/impl: ActorImpl.java (+311 -311), ActorRefImpl.java (+639 -639), BeliefImpl.java (+94 -94), BeliefLinkImpl.java (+262 -262), ContributionImpl.java (+135 -135), DecompositionImpl.java (+12 -12), DependencyImpl.java (+12 -12), ElementLinkImpl.java (+293 -293), EvaluationImpl.java (+288 -215), EvaluationStrategyImpl.java (+312 -271), GRLGraphImpl.java (+315 -315), GRLNodeImpl.java (+436 -436), GRLspecImpl.java (+392 -273), GrlFactoryImpl.java (+299 -297), GrlPackageImpl.java (+821 -754), IntentionalElementImpl.java (+425 -425), IntentionalElementRefImpl.java (+223 -223), LinkRefBendpointImpl.java (+209 -209), LinkRefImpl.java (+365 -365), StrategiesGroupImpl.java (+149 -149)
jkealey 2007-07-11 14:58 Rev.: 1290

bug 530: no more handles

0 lines of code changed in 1 file:

  • src/grl/impl: GrlFactoryImpl.java (-2)
gunterm 2007-04-25 11:04 Rev.: 1239

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

93 lines of code changed in 2 files:

  • src/grl/impl: GRLGraphImpl.java (+91), GrlFactoryImpl.java (+2)
damyot 2007-03-28 01:53 Rev.: 1187

Update to metamodel version 0.16 (CSM export)

0 lines of code changed in 1 file:

  • src/grl/impl: GrlFactoryImpl.java (-2)
damyot 2007-03-16 10:08 Rev.: 1157

Metamodel update for CSM export

5616 lines of code changed in 20 files:

  • src/grl/impl: ActorImpl.java (+311 -311), ActorRefImpl.java (+639 -639), BeliefImpl.java (+94 -94), BeliefLinkImpl.java (+262 -262), ContributionImpl.java (+135 -135), DecompositionImpl.java (+12 -12), DependencyImpl.java (+12 -12), ElementLinkImpl.java (+293 -293), EvaluationImpl.java (+215 -215), EvaluationStrategyImpl.java (+271 -271), GRLGraphImpl.java (+241 -241), GRLNodeImpl.java (+436 -436), GRLspecImpl.java (+273 -273), GrlFactoryImpl.java (+297 -297), GrlPackageImpl.java (+754 -754), IntentionalElementImpl.java (+425 -425), IntentionalElementRefImpl.java (+223 -223), LinkRefBendpointImpl.java (+209 -209), LinkRefImpl.java (+365 -365), StrategiesGroupImpl.java (+149 -149)
jkealey 2007-03-01 13:38 Rev.: 1139

Metamodel URN_14; resources are URNmodelElements

5618 lines of code changed in 20 files:

  • src/grl/impl: ActorImpl.java (+311 -311), ActorRefImpl.java (+639 -639), BeliefImpl.java (+94 -94), BeliefLinkImpl.java (+262 -262), ContributionImpl.java (+135 -135), DecompositionImpl.java (+12 -12), DependencyImpl.java (+12 -12), ElementLinkImpl.java (+293 -293), EvaluationImpl.java (+215 -215), EvaluationStrategyImpl.java (+271 -271), GRLGraphImpl.java (+241 -241), GRLNodeImpl.java (+436 -436), GRLspecImpl.java (+273 -273), GrlFactoryImpl.java (+299 -297), GrlPackageImpl.java (+754 -754), IntentionalElementImpl.java (+425 -425), IntentionalElementRefImpl.java (+223 -223), LinkRefBendpointImpl.java (+209 -209), LinkRefImpl.java (+365 -365), StrategiesGroupImpl.java (+149 -149)
jkealey 2007-01-22 01:00 Rev.: 1099

various issues found by findbugs

0 lines of code changed in 1 file:

  • src/grl/impl: GrlFactoryImpl.java (-2)
jkealey 2006-11-14 10:25 Rev.: 1019

URN metamodel v0.13

2 lines of code changed in 1 file:

  • src/grl/impl: GrlFactoryImpl.java (+2)
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.

5925 lines of code changed in 20 files:

  • src/grl/impl: ActorImpl.java (+328 -398), ActorRefImpl.java (+656 -721), BeliefImpl.java (+102 -321), BeliefLinkImpl.java (+279 -284), ContributionImpl.java (+143 -328), DecompositionImpl.java (+12 -238), DependencyImpl.java (+12 -238), ElementLinkImpl.java (+310 -375), EvaluationImpl.java (+232 -238), EvaluationStrategyImpl.java (+288 -353), GRLGraphImpl.java (+258 -323), GRLNodeImpl.java (+453 -518), GRLspecImpl.java (+290 -295), GrlFactoryImpl.java (+357 -228), GrlPackageImpl.java (+754 -754), IntentionalElementImpl.java (+442 -507), IntentionalElementRefImpl.java (+235 -431), LinkRefBendpointImpl.java (+226 -234), LinkRefImpl.java (+382 -387), StrategiesGroupImpl.java (+166 -235)
jfroy 2006-03-23 03:30 Rev.: 831

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

6 lines of code changed in 3 files:

  • src/grl/impl: EvaluationImpl.java (+3 -31), GrlPackageImpl.java (+3 -14), IntentionalElementImpl.java (-39)
jfroy 2006-03-02 01:38 Rev.: 783

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

390 lines of code changed in 13 files:

  • src/grl/impl: ActorImpl.java (+30 -15), ActorRefImpl.java (+30 -15), BeliefImpl.java (+30 -15), ContributionImpl.java (+30 -15), DecompositionImpl.java (+30 -15), DependencyImpl.java (+30 -15), ElementLinkImpl.java (+30 -15), EvaluationStrategyImpl.java (+30 -15), GRLGraphImpl.java (+30 -15), GRLNodeImpl.java (+30 -15), IntentionalElementImpl.java (+30 -15), IntentionalElementRefImpl.java (+30 -15), StrategiesGroupImpl.java (+30 -15)
jfroy 2006-02-28 03:15 Rev.: 771

Added URNlink dialog, actions and commands

195 lines of code changed in 13 files:

  • src/grl/impl: ActorImpl.java (+15 -30), ActorRefImpl.java (+15 -30), BeliefImpl.java (+15 -30), ContributionImpl.java (+15 -30), DecompositionImpl.java (+15 -30), DependencyImpl.java (+15 -30), ElementLinkImpl.java (+15 -30), EvaluationStrategyImpl.java (+15 -30), GRLGraphImpl.java (+15 -30), GRLNodeImpl.java (+15 -30), IntentionalElementImpl.java (+15 -30), IntentionalElementRefImpl.java (+15 -30), StrategiesGroupImpl.java (+15 -30)
jfroy 2006-02-22 18:48 Rev.: 746

Ended name change.

363 lines of code changed in 6 files:

  • src/grl/impl: EvaluationGroupImpl.java (del), EvaluationStrategyImpl.java (+15 -19), GRLspecImpl.java (+22 -26), GrlFactoryImpl.java (+4 -4), GrlPackageImpl.java (+19 -19), StrategiesGroupImpl.java (new 303)
jfroy 2006-02-22 18:02 Rev.: 745

Name change for EvaluationScenario (now called Strategy)

565 lines of code changed in 7 files:

  • src/grl/impl: EvaluationGroupImpl.java (+22 -22), EvaluationImpl.java (+26 -26), EvaluationScenarioImpl.java (del), EvaluationStrategyImpl.java (new 459), GRLspecImpl.java (+22 -22), GrlFactoryImpl.java (+4 -4), GrlPackageImpl.java (+32 -32)
jfroy 2006-02-17 15:54 Rev.: 738

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

156 lines of code changed in 3 files:

  • src/grl/impl: GrlPackageImpl.java (+32 -30), IntentionalElementImpl.java (-110), IntentionalElementRefImpl.java (+124)
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

76 lines of code changed in 3 files:

  • src/grl/impl: EvaluationGroupImpl.java (+1 -1), EvaluationScenarioImpl.java (+71 -26), GrlPackageImpl.java (+4 -4)
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.

81 lines of code changed in 2 files:

  • src/grl/impl: EvaluationScenarioImpl.java (+67), GrlPackageImpl.java (+14 -3)
jfroy 2006-02-11 13:25 Rev.: 722

Evaluation scenario view added.

378 lines of code changed in 6 files:

  • src/grl/impl: EvaluationGroupImpl.java (+70), EvaluationImpl.java (+57 -50), EvaluationScenarioImpl.java (+73 -2), GRLspecImpl.java (+78), GrlPackageImpl.java (+61 -6), IntentionalElementImpl.java (+39)
jfroy 2006-01-29 15:34 Rev.: 669

Merge of GRL branch with the main trunk

3598 lines of code changed in 33 files:

  • src/grl/impl: ActorImpl.java (+65 -50), ActorRefImpl.java (new), BeliefImpl.java (+86 -450), BeliefLinkImpl.java (new 373), ContributionImpl.java (+129 -177), DecompositionImpl.java (new), DependencyImpl.java (+122 -308), ElementLinkImpl.java (+309 -6), EvaluationGroupImpl.java (new 233), EvaluationImpl.java (+52 -83), EvaluationScenarioImpl.java (new 272), EvaluationSetImpl.java (del), GRLGraphImpl.java (new), GRLNodeImpl.java (new 662), GRLspecImpl.java (+41 -2), GrlFactoryImpl.java (+49 -12), GrlPackageImpl.java (+201 -185), IntentionalElementImpl.java (new), IntentionalElementRefImpl.java (+63 -405), LinkRefBendpointImpl.java (new 318), LinkRefImpl.java (new)
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.

1646 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (new 283), GrlFactoryImpl.java (new 285), GrlPackageImpl.java (new 1078)
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/impl: GRLspecImpl.java (del), GrlFactoryImpl.java (del), GrlPackageImpl.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

13 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (+2 -2), GrlFactoryImpl.java (+1 -1), GrlPackageImpl.java (+10 -10)
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)

297 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (+125 -125), GrlFactoryImpl.java (+37 -37), GrlPackageImpl.java (+135 -135)
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...

378 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (+171 -16), GrlFactoryImpl.java (+47 -47), GrlPackageImpl.java (+160 -145)
etremblay 2005-03-29 18:01 Rev.: 56

URN model version 5 is now generated in EMF.

208 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (+16 -16), GrlFactoryImpl.java (+47 -47), GrlPackageImpl.java (+145 -145)
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.

3 lines of code changed in 3 files:

  • src/grl/impl: GRLspecImpl.java (changed), GrlFactoryImpl.java (changed), GrlPackageImpl.java (+3 -3)
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/impl: GRLspecImpl.java (new), GrlFactoryImpl.java (new), GrlPackageImpl.java (new)
Generated by StatSVN 0.7.0