Directory src/seg/jUCMNav/importexport/reports/

Directory Created:
2008-01-08 09:29
Total Files:
17
Deleted Files:
1
Lines of Code:
2716

[root]/src/seg/jUCMNav/importexport/reports
                        directory in repo utils (3 files, 506 lines)

Lines of Code

src/seg/jUCMNav/importexport/reports/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 5381 (100.0%) 61.1
dessure 28 (31.8%) 2319 (43.1%) 82.8
jkealey 13 (14.8%) 1192 (22.2%) 91.6
damyot 20 (22.7%) 929 (17.3%) 46.4
amiga 17 (19.3%) 621 (11.5%) 36.5
bradmcinnis 9 (10.2%) 320 (5.9%) 35.5
gunterm 1 (1.1%) 0 (0.0%) 0.0

Most Recent Commits

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

no bug: formatting cleanup with our default formatting template.

1192 lines of code changed in 13 files:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (+182 -188), PDFReport.java (+4 -4), PDFReportBookmarks.java (+21 -28), PDFReportDiagram.java (+216 -224), RTFReport.java (+3 -3), RTFReportDiagram.java (+166 -166), Report.java (+20 -22), ReportDataDictionary.java (+25 -27), ReportExtensionPointHelper.java (+1 -1), ReportStrategies.java (+4 -4), ReportTitlePage.java (+106 -112), UCMDiagramSection.java (+424 -436), URNReport.java (+20 -22)
damyot 2009-11-25 19:55 Rev.: 1685

[Bug 689] Support for external hyperlinks. Also internationalized this part and other sub-menus. New icons. Bug fix related to the closing of a model when a strategy was running.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: ReportStrategies.java (+2 -2)
damyot 2009-11-25 10:17 Rev.: 1684

[bug 727] Fixed: Invalid thread access when generating PDF/RTF reports. Also: NPE when adding GRL elements after reporting.

45 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: Report.java (+25 -6), ReportDataDictionary.java (+19 -31), ReportStrategies.java (+1)
amiga 2009-11-06 15:21 Rev.: 1654

Replaced dialog boxes for entering numbers with range validating SWT dialogs.
Implemented keyboard shortcuts for increasing/decreasing qualitative evaluation/importance.
Disabled individual map selection for HTML reports.
Added URN links for UCM components and GRL actors.
Added metadata and URN output.
Added appropriate icons for popup menus.
Many small improvements.

237 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (+111 -4), PDFReportDiagram.java (+18 -2), UCMDiagramSection.java (+108 -6)
amiga 2009-10-29 23:19 Rev.: 1646

Added editing of numerical and qualitative evaluations on intentional elements
in scenarios via two level popup menus.

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (+5)
amiga 2009-10-27 11:26 Rev.: 1644

Moved HTML Reports from Export menu to Report menu.
Renamed source file for HTML Reports.
Added Report preferences for GRL diagram elements.
Added use of Report preferences for HTML report.

21 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (+18 -4), UCMDiagramSection.java (+2 -1), URNReport.java (+1 -1)
amiga 2009-10-24 14:28 Rev.: 1641

Added GRL element descriptions and metadata for intentional elements and
beliefs to all report formats PDF/RTF/HTML.
Removed output of start/end points with no meaningful data in PDF/RTF reports.

128 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (+59 -13), PDFReportDiagram.java (+30 -1), UCMDiagramSection.java (+39 -51)
amiga 2009-10-22 18: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.

111 lines of code changed in 5 files:

  • src/seg/jUCMNav/importexport/reports: GRLDiagramSection.java (new 53), PDFReportDiagram.java (+29 -2), RTFReportDiagram.java (+3), Report.java (+4), UCMDiagramSection.java (+22 -40)
amiga 2009-10-20 17:24 Rev.: 1639

Removed html table from map description.
Added boolean expressions and probabilities for or forks in html output.
Added hyperlinks from stub binding descriptions to plugin maps.
Fixed bug with GRL diagram html export. Titles include GRL diagrams.
Added metadata to various UCM elements in both html and PDF/RTF reports.
Added responsibilities to PDF/RTF reports. Code existed but was never called.
Merged preference pages for report preferences.

116 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: UCMDiagramSection.java (+116 -83)
amiga 2009-10-14 12:43 Rev.: 1638

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: UCMDiagramSection.java (+3 -4)
damyot 2008-04-25 14:00 Rev.: 1442

Report generation: Fixed image size issue, modified report content and look, default export to PDF. Works well for PDF but issues remain for RTF.

369 lines of code changed in 8 files:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (+2 -2), PDFReportDiagram.java (+6 -2), RTFReport.java (+6 -5), RTFReportDiagram.java (+166 -161), Report.java (+5 -5), ReportTitlePage.java (+142 -155), UCMDiagramSection.java (+20 -23), URNReport.java (+22 -26)
damyot 2008-04-25 06:33 Rev.: 1441

PDF Report generation: fixed long export issue (double loop) and figure numbering issue, and better zooming factor for images. Still need to do the same for RTF and refactor.

162 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (+1 -2), PDFReportDiagram.java (+161 -163)
damyot 2008-04-24 09:18 Rev.: 1435

Optimized image cropping code and removed unused imports (and 17 warnings!)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (-19)
damyot 2008-04-24 08:16 Rev.: 1434

Fixed null pointer exception in report generation for or-forks.

337 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: UCMDiagramSection.java (+337 -335)
dessure 2008-04-20 16:11 Rev.: 1429

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

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (-120)
damyot 2008-04-15 04:31 Rev.: 1428

Fixed report title page: Creation date was output twice.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: ReportTitlePage.java (+1 -4)
bradmcinnis 2008-04-14 18:51 Rev.: 1427

Added code to add images from project to title page.

22 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/reports: Report.java (+1 -1), ReportTitlePage.java (+21 -52)
bradmcinnis 2008-04-13 22:57 Rev.: 1426

Created ReportTitlePage class to generate a title page for PDF and RTF reports.

232 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: PDFReportBookmarks.java (new 42), Report.java (+5), ReportTitlePage.java (+185 -13)
bradmcinnis 2008-02-25 21:03 Rev.: 1415

6 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/reports: ReportTitlePage.java (+5 -5), UCMDiagramSection.java (+1 -1)
bradmcinnis 2008-02-25 20:44 Rev.: 1414

Fixed or-Fork condition and probability values.

60 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/reports: ReportTitlePage.java (new 37), UCMDiagramSection.java (+23 -11)
dessure 2008-02-13 20:30 Rev.: 1410

Fixed the multiple selection for the diagrams reporting in the Report Wizard

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: PDFReportDiagram.java (+7 -5)
damyot 2008-01-21 21:08 Rev.: 1391

Organized imports to avoid two dozen warnings

13 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (+9 -17), RTFReport.java (+4 -5), RTFReportDiagram.java (-4)
dessure 2008-01-21 16:57 Rev.: 1390

Modified code to be compliant with Java 1.4

50 lines of code changed in 9 files:

  • src/seg/jUCMNav/importexport/reports: PDFReport.java (+2 -2), PDFReportDiagram.java (+2 -2), RTFReport.java (+1 -1), RTFReportDiagram.java (+2 -2), Report.java (+3 -3), ReportDataDictionary.java (+8 -7), ReportExtensionPointHelper.java (+1 -1), ReportStrategies.java (+9 -6), UCMDiagramSection.java (+22 -13)
dessure 2008-01-10 19:06 Rev.: 1388

fixed parameters in javadoc

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/reports: PDFReportDiagram.java (-2), RTFReportDiagram.java (-2)
gunterm 2008-01-08 10:56 Rev.: 1383

removed folder ..\importexport\reports\bin; updated cruisecontrol to java 1.5

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/reports: bin (del)
dessure 2008-01-08 09:29 Rev.: 1373

2262 lines of code changed in 15 files:

  • src/seg/jUCMNav/importexport/reports: .classpath (new 5), .project (new 17), PDFReport.java (new 228), PDFReportDiagram.java (new 241), RTFReport.java (new 83), RTFReportDiagram.java (new 246), Report.java (new 131), ReportDataDictionary.java (new 374), ReportExtensionPointHelper.java (new 89), ReportHeader.java (new 46), ReportStrategies.java (new 306), UCMDiagramSection.java (new 431), URNReport.java (new 52), bin (new), package.html (new 13)
Generated by StatSVN 0.6.0