/trunk/seg.jUCMNav Developers: jack

Login name:
jack
Total Commits:
94 (0.6%)
Lines of Code:
5,486 (0.6%)
Most Recent Commit:
2008-04-29 18:33
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jack

Activity by Day of Week for jack

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 94 (100.0%) 5486 (100.0%) 58.3
src/seg/jUCMNav/views/wizards/performance/ 35 (37.2%) 3160 (57.6%) 90.2
src/seg/jUCMNav/model/commands/create/ 14 (14.9%) 624 (11.4%) 44.5
src/seg/jUCMNav/model/commands/delete/ 7 (7.4%) 459 (8.4%) 65.5
src/seg/jUCMNav/actions/performance/ 8 (8.5%) 307 (5.6%) 38.3
src/seg/jUCMNav/views/stub/ 3 (3.2%) 272 (5.0%) 90.6
src/seg/jUCMNav/model/commands/delete/internal/ 3 (3.2%) 200 (3.6%) 66.6
src/seg/jUCMNav/views/wizards/importexport/ 2 (2.1%) 133 (2.4%) 66.5
src/seg/jUCMNav/model/commands/change/ 4 (4.3%) 124 (2.3%) 31.0
src/seg/jUCMNav/views/wizards/ 1 (1.1%) 89 (1.6%) 89.0
src/seg/jUCMNav/editors/actionContributors/ 10 (10.6%) 63 (1.1%) 6.3
src/seg/jUCMNav/staticSemantic/ 2 (2.1%) 25 (0.5%) 12.5
src/seg/jUCMNav/ 3 (3.2%) 17 (0.3%) 5.6
src/seg/jUCMNav/model/ 1 (1.1%) 13 (0.2%) 13.0
src/seg/jUCMNav/icons/ 1 (1.1%) 0 (0.0%) 0.0

Activity of jack

Most Recent Commits

jack 2008-04-29 18:33 Rev.: 1448

w.r.t. Bug 562: added guards to the "Static Semantics Checking Preferences" setup. Fixed loading of default rules.

25 lines of code changed in 2 files:

  • src/seg/jUCMNav/staticSemantic: RuleGroup.java (+6 -4), StaticSemanticDefMgr.java (+19 -15)
jack 2007-07-04 22:12 Rev.: 1278

Fixed the @author warning, renamed argument, dotted i's in comment.

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+9 -9)
jack 2007-06-21 22:34 Rev.: 1254

Added XML validation of document generated by UCM2CSM

124 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+124)
jack 2007-06-19 17:57 Rev.: 1250

Limiting component kinds that can be bound to resources

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageResourcesPage.java (+9 -3)
jack 2007-04-25 12:08 Rev.: 1241

Fixing warnings (about comment tags).

3 lines of code changed in 2 files:

  • src/seg/jUCMNav/actions/performance: ManageDemandAction.java (+1 -3)
  • src/seg/jUCMNav/model/commands/delete: DeleteDemandCommand.java (+2 -3)
jack 2007-04-06 11:35 Rev.: 1212

Informs user that probability expression is incorrect.
Minor enhancements to code.

42 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/stub: StubBindingsDialog.java (+42 -13)
jack 2007-04-05 17:57 Rev.: 1211

Moved Probability & Transaction edition from the Binding Tree into the bottom of the rightmost pane.
ChangePluginBinding*Command adapted to permit (some) reduction in the size of commandStack.

177 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/commands/change: ChangePluginBindingProbCommand.java (+10), ChangePluginBindingTransCommand.java (+10)
  • src/seg/jUCMNav/views/stub: StubBindingsDialog.java (+157 -71)
jack 2007-04-02 12:52 Rev.: 1197

Allow edition of Probability and Transaction values of PluginBinding.
Added commands to Change the Probability and Transaction values.
Added popup menu to change double value.

266 lines of code changed in 4 files:

  • src/seg/jUCMNav/model/commands/change: ChangePluginBindingProbCommand.java (new 51), ChangePluginBindingTransCommand.java (new 53)
  • src/seg/jUCMNav/views/stub: StubBindingsDialog.java (+73 -3)
  • src/seg/jUCMNav/views/wizards: InputNumberDialog.java (new 89)
jack 2007-03-29 17:53 Rev.: 1194

Added DeletePerfMeasureCommand.
Touch ups related to new links w.r.t. PerfMeasure.

224 lines of code changed in 4 files:

  • src/seg/jUCMNav/model/commands/delete: DeleteResourceCommand.java (+24 -1)
  • src/seg/jUCMNav/model/commands/delete/internal: CleanRelationshipsCommand.java (+39 -25), DeletePerfMeasureCommand.java (new 155), RemoveLinkedInfoCommand.java (+6 -1)
jack 2007-03-29 16:08 Rev.: 1192

Bug fixed.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageDemandPage.java (+2 -2)
jack 2007-03-29 15:50 Rev.: 1191

Bug fixed.

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageResourcesPage.java (+4 -7)
jack 2007-03-28 12:01 Rev.: 1189

Added multiplicity and schedPolicy to resources.
Removed no longer used classes (on resources).

155 lines of code changed in 15 files:

  • src/seg/jUCMNav/actions/performance: BindResourceAction.java (del), CreateResourceAction.java (del)
  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+2 -8), StrategyContextMenuProvider.java (-6), UrnContextMenuProvider.java (+1 -7)
  • src/seg/jUCMNav/model/commands/create: CreateActiveProcessingCommand.java (+11 -1), CreateExternalOperationCommand.java (+11 -1), CreatePassiveResourceCommand.java (+11 -1)
  • src/seg/jUCMNav/views/wizards/performance: CreateResource.java (del), CreateResourceActive.java (del), CreateResourceActiveExternal.java (del), CreateResourceActiveProcessing.java (del), CreateResourcePassive.java (del), CreateResourceQueryType.java (del), ManageResourcesPage.java (+119 -33)
jack 2007-03-27 18:56 Rev.: 1184

Allow ManageDemand to terminate with the Finish button.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageDemand.java (+1 -1)
jack 2007-03-27 15:17 Rev.: 1181

Permitting ResourceManager to exit via Finish button (still requires Cancel functionnality)

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageResources.java (+1 -1)
jack 2007-03-23 19:34 Rev.: 1170

Demand not point at ExternalOperations (instead of GeneralResources)

112 lines of code changed in 7 files:

  • src/seg/jUCMNav/model/commands/create: CreateDemandCommand.java (+21 -21)
  • src/seg/jUCMNav/model/commands/delete: DeleteDemandCommand.java (+23 -23), DeleteResourceCommand.java (+3 -10)
  • src/seg/jUCMNav/views/wizards/performance: CreateResource.java (-5), ManageDemandPage.java (+34 -51), ManageResources.java (-136), ManageResourcesPage.java (+31 -19)
jack 2007-03-22 14:11 Rev.: 1169

Emptying the opTimeValue field (before deactivating it) when handling passive resources.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageResourcesPage.java (+2 -1)
jack 2007-03-21 11:41 Rev.: 1168

Fixed a few bugs in Resource Manager.

24 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/delete: DeleteResourceCommand.java (+10 -8)
  • src/seg/jUCMNav/views/wizards/performance: ManageResourcesPage.java (+14 -10)
jack 2007-03-20 09:43 Rev.: 1163

Enhanced ManageDemand (new look and deals with Quantity)

320 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/performance: ManageDemandPage.java (+320 -243)
jack 2007-03-20 06:50 Rev.: 1162

one file got lost behind...

80 lines of code changed in 1 file:

  • src/seg/jUCMNav/actions/performance: ManageResourcesAction.java (new 80)
jack 2007-03-20 06:49 Rev.: 1161

Added ManageResources (and DeleteResourceCommand)
Fixed a few (obvious) problems with ManageDemand

1353 lines of code changed in 7 files:

  • src/seg/jUCMNav/editors/actionContributors: ActionRegistryManager.java (+8 -1), StrategyContextMenuProvider.java (+6), UrnContextMenuProvider.java (+6)
  • src/seg/jUCMNav/model/commands/delete: DeleteResourceCommand.java (new 268)
  • src/seg/jUCMNav/views/wizards/performance: ManageDemandPage.java (+6 -10), ManageResources.java (new 237), ManageResourcesPage.java (new 822)

(6 more)

Generated by StatSVN 0.7.0