Directory src/urncore/util/

Directory Created:
2005-03-15 17:05
Total Files:
2
Deleted Files:
0
Lines of Code:
1026

[root]/src/urncore/util

Lines of Code

src/urncore/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 8481 (100.0%) 206.8
damyot 10 (24.4%) 2665 (31.4%) 266.5
jkealey 13 (31.7%) 2081 (24.5%) 160.0
etremblay 8 (19.5%) 1884 (22.2%) 235.5
jfroy 6 (14.6%) 1046 (12.3%) 174.3
pengfei 2 (4.9%) 766 (9.0%) 383.0
gunterm 2 (4.9%) 39 (0.5%) 19.5

Most Recent Commits

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

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

637 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+269 -268), UrncoreSwitch.java (+368 -367)
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.

4 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+2 -1), UrncoreSwitch.java (+2 -1)
damyot 2009-12-03 12:31 Rev.: 1702

Update to jUCMNav metamodel version 0.21

635 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+268 -268), UrncoreSwitch.java (+367 -367)
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).

39 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+18 -1), UrncoreSwitch.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.

621 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+263 -319), UrncoreSwitch.java (+358 -444)
pengfei 2007-07-19 20:16 Rev.: 1316

The KPI modelling and monitoring functions.

766 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+321 -319), UrncoreSwitch.java (+445 -443)
jkealey 2007-07-11 14:58 Rev.: 1290

bug 530: no more handles

2 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+1 -2), UrncoreSwitch.java (+1 -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)

39 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+17), UrncoreSwitch.java (+22)
damyot 2007-03-16 10:08 Rev.: 1157

Metamodel update for CSM export

733 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+307 -307), UrncoreSwitch.java (+426 -426)
jkealey 2007-03-01 13:38 Rev.: 1139

Metamodel URN_14; resources are URNmodelElements

737 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+309 -307), UrncoreSwitch.java (+428 -426)
jkealey 2007-01-22 01:00 Rev.: 1099

various issues found by findbugs

44 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+22 -3), UrncoreSwitch.java (+22 -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.

743 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+312 -295), UrncoreSwitch.java (+431 -410)
jfroy 2006-01-29 15:34 Rev.: 669

Merge of GRL branch with the main trunk

118 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+25 -25), UrncoreSwitch.java (+93 -18)
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.

928 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (new 443), UrncoreSwitch.java (new 485)
jfroy 2005-10-26 17: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 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (del), UrncoreSwitch.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

33 lines of code changed in 1 file:

  • src/urncore/util: UrncoreSwitch.java (+33)
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)

518 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+235 -235), UrncoreSwitch.java (+283 -283)
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...

668 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+310 -293), UrncoreSwitch.java (+358 -336)
etremblay 2005-03-29 18:01 Rev.: 56

URN model version 5 is now generated in EMF.

637 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (+297 -229), UrncoreSwitch.java (+340 -260)
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 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (changed), UrncoreSwitch.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!

579 lines of code changed in 2 files:

  • src/urncore/util: UrncoreAdapterFactory.java (new 273), UrncoreSwitch.java (new 306)
Generated by StatSVN 0.7.0