/trunk/seg.jUCMNav Developers: apour024

Login name:
apour024
Total Commits:
51 (0.4%)
Lines of Code:
1,998 (0.2%)
Most Recent Commit:
2009-12-06 11:07
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for apour024

Activity by Day of Week for apour024

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1998 (100.0%) 39.1
src/seg/jUCMNav/importexport/ 3 (5.9%) 822 (41.1%) 274.0
src/seg/jUCMNav/htmltemplates/ 15 (29.4%) 329 (16.5%) 21.9
src/seg/jUCMNav/strategies/ 3 (5.9%) 275 (13.8%) 91.6
src/seg/jUCMNav/actions/ 4 (7.8%) 245 (12.3%) 61.2
src/seg/jUCMNav/views/wizards/importexport/ 2 (3.9%) 235 (11.8%) 117.5
src/seg/jUCMNav/editparts/ 1 (2.0%) 35 (1.8%) 35.0
src/seg/jUCMNav/editors/actionContributors/ 6 (11.8%) 32 (1.6%) 5.3
/ 4 (7.8%) 10 (0.5%) 2.5
src/seg/jUCMNav/ 7 (13.7%) 7 (0.4%) 1.0
src/seg/jUCMNav/views/preferences/ 2 (3.9%) 3 (0.2%) 1.5
schema/ 1 (2.0%) 2 (0.1%) 2.0
META-INF/ 1 (2.0%) 2 (0.1%) 2.0
src/seg/jUCMNav/extensionpoints/ 1 (2.0%) 1 (0.1%) 1.0
lib/ 1 (2.0%) 0 (0.0%) 0.0

Activity of apour024

Most Recent Commits

apour024 2009-12-06 11:07 Rev.: 1710

Made this change so we can set the target value for the KPIs that their evaluation value is calculated using formula. This allow us to change the driver KPIs and see the impact on the calculated KPIs. Before this setting the target on the KPI was causing the algorithm to return and not allowing us to calculate the new evaluation value.

8 lines of code changed in 1 file:

  • src/seg/jUCMNav/strategies: FormulaBasedGRLStrategyAlgorithm.java (+8 -5)
apour024 2009-11-29 16:41 Rev.: 1694

Explanation of change:
This is the first check in for the new Formula Based GRL strategy algorithm. This change adds a new entry in the preferences dialog for GRL strategies and also the new algorithm class. In addition, I am adding a math library that is used in this new algorithm.

Note: This is work in progress. We may change the algorithm as well as the library we are using to calculate the result of the formula.

Testing:
- I manually tested by changing the GRL strategy to the new algorithm and trying it. In addition I also changed the setting back to the quantitative algorithm to make sure it works fine.
- All the unit tests passed.
- I did not add any new unit test

311 lines of code changed in 11 files:

  • .classpath (+1)
  • META-INF: MANIFEST.MF (+2 -1)
  • lib: meval.jar (new)
  • src/seg/jUCMNav: messages.properties (+1), messages_fr.properties (+1)
  • src/seg/jUCMNav/editparts: IntentionalElementEditPart.java (+35 -2)
  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (+1)
  • src/seg/jUCMNav/strategies: EvaluationStrategyManager.java (+3 -1), FormulaBasedGRLStrategyAlgorithm.java (new 264)
  • src/seg/jUCMNav/views/preferences: StrategyEvaluationPreferencePage.java (+1), StrategyEvaluationPreferences.java (+2 -1)
apour024 2009-11-01 15:27 Rev.: 1647

Explanation of change:
Move around the labels in the export dialog to make it more usable and understandable by end users. By this change the descriptions of each type of export (individual diagram and whole URN model) appear underneath the related option.
Test:
Tested manually by running the application and trying the export dialog. It works fine.

8 lines of code changed in 3 files:

  • src/seg/jUCMNav: messages.properties (+1 -1), messages_fr.properties (+1 -1)
  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardTypeSelectionPage.java (+6 -6)
apour024 2006-11-16 12:11 Rev.: 1030

Add Responsibility to node connection, replace empty point and direction arrow by responsbility

97 lines of code changed in 4 files:

  • src/seg/jUCMNav: messages.properties (+1)
  • src/seg/jUCMNav/actions: AddResponsibility.java (new 86)
  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+5)
apour024 2006-11-16 11:40 Rev.: 1029

1)AddEmptyPoint to node connection and replace direction arrow by Empty Point
2)Changed some comments in addDirectionArrow

91 lines of code changed in 5 files:

  • src/seg/jUCMNav: messages.properties (+1)
  • src/seg/jUCMNav/actions: AddDirectionArrow.java (+1 -1), AddEmptyPoint.java (new 79)
  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+5)
apour024 2006-11-14 17:17 Rev.: 1020

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

1483 lines of code changed in 27 files:

  • plugin.properties (+1), plugin.xml (+7), plugin_fr.properties (+1)
  • schema: UseCaseMapExport.exsd (+2)
  • src/seg/jUCMNav: messages.properties (+1)
  • src/seg/jUCMNav/actions: AddDirectionArrow.java (new 79)
  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+5), UrnContextMenuProvider.java (+7 -2)
  • src/seg/jUCMNav/htmltemplates: LogoFinal.gif (new 1), Thumbs.db (new 1), closed.gif (new 1), doc.gif (new 1), index.html (new 16), main.html (new 11), menu.css (new 59), menu.html (new 45), menu.js (new 51), open.gif (new 1), report.css (new 12), tree.xml (new 24), xmlTree.css (new 19), xmlTree.js (new 31), xmlTree.xsl (new 56)
  • src/seg/jUCMNav/importexport: ExportHTML.java (new 218), HTMLMenuItem.java (new 133), HTMLMenuParser.java (new 471)
  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+229 -5)
Generated by StatSVN 0.7.0