Directory src/seg/jUCMNav/model/commands/cutcopypaste/

Directory Created:
2009-03-05 00:58
Total Files:
2
Deleted Files:
0
Lines of Code:
1188

[root]/src/seg/jUCMNav/model/commands/cutcopypaste

Lines of Code

src/seg/jUCMNav/model/commands/cutcopypaste/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 3808 (100.0%) 152.3
jkealey 23 (92.0%) 3469 (91.1%) 150.8
etremblay 1 (4.0%) 339 (8.9%) 339.0
damyot 1 (4.0%) 0 (0.0%) 0.0

Most Recent Commits

jkealey 2009-12-24 00:13 Rev.: 1833

bug 748: another enh for component/child bindings after paste with unit test

26 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+26 -4)
jkealey 2009-12-23 22:41 Rev.: 1830

bug 738: bind children when pasting. fixed UI bug with startpoint.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+3)
jkealey 2009-12-23 22:28 Rev.: 1829

bug 702: refactor into stub was not recursively working.

12 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+12 -92)
jkealey 2009-12-23 10:42 Rev.: 1822

no bug: extracted strings.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+1 -1)
jkealey 2009-12-22 19:46 Rev.: 1815

bug 716: added Parent prefix to context responsibilities.
bug 706: now copy-pasting in, out, resp, and comp bindings.

81 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+81 -14)
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/model/commands/cutcopypaste: CopyCommand.java (-7)
jkealey 2009-12-10 22:41 Rev.: 1748

bug 702: improvements for refactor into stub.

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: CopyCommand.java (+10 -1)
jkealey 2009-12-06 17:05 Rev.: 1711

bug 706: cut/copy/paste of UCM segments. needs more testing.

173 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+173 -34)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

876 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/cutcopypaste: CopyCommand.java (+32 -39), PasteCommand.java (+844 -984)
etremblay 2009-08-03 07:47 Rev.: 1589

Merged branch for tabbed properties.

339 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+339 -713)
jkealey 2009-07-15 18:50 Rev.: 1559

bug 684: move map when dragging from outline.
bug 466: comments in PasteCommand

713 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+713 -339)
jkealey 2009-07-06 14:54 Rev.: 1545

bug 466: copy-paste GRL nodes.

253 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+253 -95)
jkealey 2009-07-06 12:11 Rev.: 1543

bug 466: copy-paste map now does duplicate map.

31 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+31 -3)
jkealey 2009-07-06 11:29 Rev.: 1542

bug 466: copy-paste scenario/scenariogroup + graphical UCM/GRL.

340 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/cutcopypaste: CopyCommand.java (+5 -3), PasteCommand.java (+335 -118)
jkealey 2009-07-06 07:25 Rev.: 1540

bug 466: copy-paste responsibility & component definition.

82 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+82 -4)
jkealey 2009-07-04 12:56 Rev.: 1539

bug 466: copy-paste GRL actors.

60 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+60 -37)
jkealey 2009-07-04 12:36 Rev.: 1538

bug 466: copy-paste comments.

107 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+107 -22)
jkealey 2009-07-04 11:49 Rev.: 1537

bug 466: copy-paste improved support for variables.

78 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+78)
jkealey 2009-07-04 10:57 Rev.: 1536

bug 466: Stub copy-paste improvements.

38 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+38)
jkealey 2009-07-04 10:24 Rev.: 1535

bug 466: copy paste a list of component references.

282 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+282 -104)
jkealey 2009-07-03 15:31 Rev.: 1534

bug 466: refactored paste from action into command.

216 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/commands/cutcopypaste: PasteCommand.java (+216 -6)
jkealey 2009-03-05 00:58 Rev.: 1483

bug 466: some support for responsibility reference copy-paste

87 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/cutcopypaste: CopyCommand.java (new 60), PasteCommand.java (new 27)
Generated by StatSVN 0.6.0