Directory src/seg/jUCMNav/importexport/

Directory Created:
2005-08-16 12:34
Total Files:
16
Deleted Files:
5
Lines of Code:
2545

[root]/src/seg/jUCMNav/importexport
                    directory in repo csm (6 files, 2945 lines)
                        directory in repo duplicate (5 files, 1048 lines)
                        directory in repo implicit (6 files, 980 lines)
                        directory in repo one2one (26 files, 1613 lines)
                    directory in repo html (4 files, 1831 lines)
                        directory in repo htmltemplates (11 files, 3431 lines)
                    directory in repo msc (4 files, 1802 lines)
                    directory in repo reports (17 files, 2716 lines)
                        directory in repo utils (3 files, 506 lines)
                    directory in repo z151 (2 files, 147 lines)
                        directory in repo generated (89 files, 11843 lines)
                        directory in repo marshal (72 files, 4420 lines)
                        directory in repo unmarshal (66 files, 4315 lines)
                        directory in repo xml (1 files, 1164 lines)

Lines of Code

src/seg/jUCMNav/importexport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 120 (100.0%) 4714 (100.0%) 39.2
jkealey 79 (65.8%) 2421 (51.4%) 30.6
jfroy 30 (25.0%) 1410 (29.9%) 47.0
apour024 3 (2.5%) 822 (17.4%) 274.0
damyot 5 (4.2%) 32 (0.7%) 6.4
pengfei 1 (0.8%) 21 (0.4%) 21.0
dessure 2 (1.7%) 8 (0.2%) 4.0

Most Recent Commits

jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

541 lines of code changed in 12 files:

  • src/seg/jUCMNav/importexport: ColorCounter.java (+8 -7), ExportCSV.java (+55 -53), ExportDXL.java (+110 -111), ExportExtensionPointHelper.java (+1 -1), ExportGRLCatalog.java (+47 -42), ExportImage.java (+19 -24), ExportImageGIF.java (+125 -128), ExportImageJPG.java (+1 -1), ExportImagePNG.java (+1 -1), ExportLayoutDOT.java (+98 -101), ImportGRLCatalog.java (+76 -72), URNImportExtensionPointHelper.java (-1)
damyot 2008-04-30 07:01 Rev.: 1449

Some Strings externalized or ignored

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+2 -2)
dessure 2008-04-20 16:11 Rev.: 1429

Fixes for bug 332, modify crop utility to support the image export.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportImage.java (+3 -1)
damyot 2008-02-11 23:13 Rev.: 1406

Fixed ExportCSV where intentional element descriptions contained commas.

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+6 -2)
damyot 2008-01-21 21:08 Rev.: 1391

Organized imports to avoid two dozen warnings

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportImage.java (-2)
dessure 2008-01-08 09:29 Rev.: 1374

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportImage.java (+5)
damyot 2007-08-17 11:50 Rev.: 1354

PNG export for URN models, and some code cleanup.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportImagePNG.java (+2 -2)
jkealey 2007-08-14 20:57 Rev.: 1353

ExportCSV * conditions were inversed.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+2 -2)
jkealey 2007-08-12 15:56 Rev.: 1337

bug 538: preferences set in new jUCM wizard can crash MSC export

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ImportGRLCatalog.java (+2 -2)
damyot 2007-07-15 11:23 Rev.: 1305

Bug 282 fixed. Export to PNG now supported.

22 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportImagePNG.java (new 22)
jkealey 2007-01-23 15:27 Rev.: 1108

more javadoc

21 lines of code changed in 5 files:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+1 -4), ExportGRLCatalog.java (-3), ExportImage.java (+1 -5), ImportGRLCatalog.java (-3), package.html (new 19)
jkealey 2007-01-22 00:00 Rev.: 1099

various issues found by findbugs

17 lines of code changed in 6 files:

  • src/seg/jUCMNav/importexport: ColorCounter.java (+9), ExportCSV.java (-2), ImportGRLCatalog.java (+5 -5), UCMExportExtensionPointHelper.java (+1 -1), URNExportExtensionPointHelper.java (+1 -1), URNImportExtensionPointHelper.java (+1 -1)
jkealey 2007-01-20 00:49 Rev.: 1097

code cleanup only; used eclipse cleanup to remove unnecessary code + organize imports.

3 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+1 -1), ExportDXL.java (+1 -1), ExportLayoutDOT.java (+1 -1)
jkealey 2007-01-08 16:57 Rev.: 1066

scenarios: bound end points to components, minor autolayout label tweaks

8 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportLayoutDOT.java (+8 -7)
jkealey 2006-11-15 21:40 Rev.: 1022

html export : refactored so that it follows a more general structure

34 lines of code changed in 8 files:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+3 -2), ExportDXL.java (+3 -2), ExportGRLCatalog.java (+3 -2), ExportHTML.java (del), ExportImage.java (+25 -5), ExportURNHTML.java (del), HTMLMenuItem.java (del), HTMLMenuParser.java (del)
pengfei 2006-11-14 16:25 Rev.: 1021

Added "Exporting whole URN to HTML"

21 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportURNHTML.java (new 21)
apour024 2006-11-14 16:17 Rev.: 1020

1) HTML Export Version 1
2) Drection arrow in context menu

822 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport: ExportHTML.java (new 218), HTMLMenuItem.java (new 133), HTMLMenuParser.java (new 471)
jkealey 2006-10-24 10:37 Rev.: 964

extracted strings

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+1 -1)
jfroy 2006-10-11 12:44 Rev.: 934

Removed space from csv file

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (+1 -1)
jfroy 2006-10-08 15:53 Rev.: 933

Added a CSV export for GRL strategies

164 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportCSV.java (new 164)
jfroy 2006-10-08 15:53 Rev.: 932

Fixed DXL export
Added a CSV export for GRL strategies

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (-2)
jfroy 2006-09-25 23:39 Rev.: 922

Modify evaluation export to use id instead of name of elements

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+10 -3)
jkealey 2006-09-20 14:31 Rev.: 914

Fixed ExportDXL bug found by Sepideh with folder names containing periods.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+3 -3)
jkealey 2006-09-18 19:23 Rev.: 909

Scenarios: created a simple responsbility / condition editor. Currently using hardcoded variable definitions and using Responsibility.description for expression.
Externalized strings.

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+7 -6)
jkealey 2006-08-30 09:58 Rev.: 890

fix to smoe problems detected by inforce

6 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport: ExportImage.java (+3), ExportImageGIF.java (+3)
jfroy 2006-07-10 21:12 Rev.: 887

Added export of strategies in DXL
Refactoring of StrategyManager to support acess to algorithm from another thread

143 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+143 -28)
jfroy 2006-07-03 16:32 Rev.: 883

Added export of ElementLink and LinkRef

118 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+118)
jfroy 2006-07-03 13:39 Rev.: 881

Current version of the ExportDXL.

13 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+13)
jkealey 2006-05-15 09:53 Rev.: 866

fixed some javadoc.

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+4 -4)
jfroy 2006-03-31 13:01 Rev.: 846

Fix the ExportDXL to use URN import instead UCM

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+1 -1)
jkealey 2006-03-27 15:37 Rev.: 842

Fix problem with sanitizeURN

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ImportGRLCatalog.java (+1 -1)
jfroy 2006-03-26 23:04 Rev.: 835

In DXL export, modified the name of the export model for the name of the file instead of the name of the URNspec.

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+10 -1)
jfroy 2006-03-26 22:00 Rev.: 834

Added export of GRL elements in DXL

326 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+326 -7)
jfroy 2006-03-17 03:05 Rev.: 814

Modification of the import autolayout mechanism(added vector for diagrams to do autolayout)
Fixed 2 tests broke in previous commit.

12 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ImportGRLCatalog.java (+12 -6)
jfroy 2006-03-15 10:58 Rev.: 810

Fixed naming issues when importing GRL catalog

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ImportGRLCatalog.java (+7 -3)
jkealey 2006-03-15 09:54 Rev.: 809

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+1 -1)
jkealey 2006-03-15 09:52 Rev.: 808

Component/Responsibility references have no descriptions, while they should include that of their respective references

Fixed for respRef

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+1 -1)
jfroy 2006-03-06 16:57 Rev.: 792

Fixed javadoc problems

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ExportDXL.java (+9 -9)
jfroy 2006-03-06 16:13 Rev.: 791

Externalize String

72 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport: ExportGRLCatalog.java (+37 -37), ImportGRLCatalog.java (+35 -35)
jfroy 2006-02-28 15:13 Rev.: 772

Fixed problem resolving name conflict during import

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport: ImportGRLCatalog.java (+3)

(20 more)

Generated by StatSVN 0.6.0