Directory src/urncore/

Directory Created:
2005-03-15 22:05
Total Files:
24
Deleted Files:
6
Lines of Code:
6142

[root]/src/urncore
            directory in repo impl (17 files, 7893 lines)
            directory in repo util (2 files, 1003 lines)

Lines of Code

src/urncore/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 178 (100.0%) 11250 (100.0%) 63.2
jfroy 79 (44.4%) 6142 (54.6%) 77.7
etremblay 65 (36.5%) 5108 (45.4%) 78.5
jkealey 34 (19.1%) 0 (0.0%) 0.0

Most Recent Commits

jfroy 2006-03-23 08:30 Rev.: 831

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

0 lines of code changed in 2 files:

  • src/urncore: GRLmodelElement.java (changed), UCMmodelElement.java (changed)
jfroy 2006-03-02 06:38 Rev.: 783

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

0 lines of code changed in 4 files:

  • src/urncore: GRLmodelElement.java (changed), UCMmodelElement.java (changed), URNmodelElement.java (changed), UrncorePackage.java (changed)
jfroy 2006-02-28 08:15 Rev.: 771

Added URNlink dialog, actions and commands

0 lines of code changed in 4 files:

  • src/urncore: GRLmodelElement.java (changed), UCMmodelElement.java (changed), URNmodelElement.java (changed), UrncorePackage.java (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

886 lines of code changed in 26 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentLabel.java (changed), ComponentRegular.java (changed), ComponentType.java (changed), Condition.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), IURNConnection.java (new 114), IURNContainer.java (new 130), IURNContainerRef.java (new 319), IURNDiagram.java (new 115), IURNNode.java (new 208), Label.java (changed), NodeLabel.java (changed), Pool.java (changed), Responsibility.java (changed), SpecificationComponent.java (del), SpecificationComponentRef.java (del), SpecificationConnection.java (del), SpecificationDiagram.java (del), SpecificationNode.java (del), UCMmodelElement.java (changed), URNdefinition.java (changed), URNmodelElement.java (changed), UrncorePackage.java (changed)
jfroy 2005-10-26 23: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.

5256 lines of code changed in 24 files:

  • src/urncore: Component.java (new 59), ComponentElement.java (new 118), ComponentKind.java (new 246), ComponentLabel.java (new 55), ComponentRegular.java (new 167), ComponentType.java (new 117), Condition.java (new 248), DynamicRespKind.java (new 216), DynamicResponsibility.java (new 143), GRLmodelElement.java (new 23), Label.java (new 81), NodeLabel.java (new 55), Pool.java (new 134), Responsibility.java (new 122), SpecificationComponent.java (new), SpecificationComponentRef.java (new), SpecificationConnection.java (new), SpecificationDiagram.java (new), SpecificationNode.java (new), UCMmodelElement.java (new 23), URNdefinition.java (new 117), URNmodelElement.java (new 148), UrncoreFactory.java (new 118), UrncorePackage.java (new 3066)
jfroy 2005-10-26 22:39 Rev.: 582

***This build could not compile. DO NOT CHECKOUT THIS VERSION

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

0 lines of code changed in 19 files:

  • src/urncore: Component.java (del), ComponentElement.java (del), ComponentKind.java (del), ComponentLabel.java (del), ComponentRegular.java (del), ComponentType.java (del), Condition.java (del), DynamicRespKind.java (del), DynamicResponsibility.java (del), GRLmodelElement.java (del), Label.java (del), NewClass.java (del), NodeLabel.java (del), Pool.java (del), Responsibility.java (del), UCMmodelElement.java (del), URNdefinition.java (del), UrncoreFactory.java (del), UrncorePackage.java (del)
jkealey 2005-09-07 03:11 Rev.: 547

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

0 lines of code changed in 16 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentLabel.java (changed), ComponentRegular.java (changed), ComponentType.java (changed), Condition.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Label.java (changed), NewClass.java (changed), NodeLabel.java (changed), Pool.java (changed), Responsibility.java (changed), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncorePackage.java (changed)
jkealey 2005-06-02 20: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)

0 lines of code changed in 18 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentKind.java (changed), ComponentLabel.java (changed), ComponentRegular.java (changed), ComponentType.java (changed), Condition.java (changed), DynamicRespKind.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Label.java (changed), NodeLabel.java (changed), Pool.java (changed), Responsibility.java (changed), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncoreFactory.java (changed), UrncorePackage.java (changed)
etremblay 2005-05-25 22: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...

248 lines of code changed in 19 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentKind.java (changed), ComponentLabel.java (changed), ComponentRegular.java (changed), ComponentType.java (changed), Condition.java (new 248), DynamicRespKind.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Label.java (changed), NewClass.java (changed), NodeLabel.java (changed), Pool.java (changed), Responsibility.java (changed), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncoreFactory.java (changed), UrncorePackage.java (changed)
etremblay 2005-03-29 23:01 Rev.: 56

URN model version 5 is now generated in EMF.

191 lines of code changed in 18 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentKind.java (changed), ComponentLabel.java (new 55), ComponentRegular.java (changed), ComponentType.java (changed), DynamicRespKind.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Label.java (new 81), NewClass.java (new), NodeLabel.java (new 55), Pool.java (changed), Responsibility.java (changed), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncoreFactory.java (changed), UrncorePackage.java (changed)
etremblay 2005-03-28 15: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 14 files:

  • src/urncore: Component.java (changed), ComponentElement.java (changed), ComponentKind.java (changed), ComponentRegular.java (changed), ComponentType.java (changed), DynamicRespKind.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Pool.java (changed), Responsibility.java (changed), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncoreFactory.java (changed), UrncorePackage.java (changed)
etremblay 2005-03-15 22: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!

4669 lines of code changed in 14 files:

  • src/urncore: Component.java (new 59), ComponentElement.java (new 118), ComponentKind.java (new 246), ComponentRegular.java (new 167), ComponentType.java (new 117), DynamicRespKind.java (new 216), DynamicResponsibility.java (new 143), GRLmodelElement.java (new 23), Pool.java (new 134), Responsibility.java (new 122), UCMmodelElement.java (new 23), URNdefinition.java (new 117), UrncoreFactory.java (new 118), UrncorePackage.java (new 3066)
Generated by StatCVS 0.4.1