/jbpm4/trunk Developers: camunda

Login name:
camunda
Total Commits:
43 (0.3%)
Lines of Code:
1,670 (0.5%)
Most Recent Commit:
2009-08-18 09:17
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for camunda

Activity by Day of Week for camunda

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 43 (100.0%) 1670 (100.0%) 38.8
modules/userguide/src/main/docbook/en/modules/ 4 (9.3%) 584 (35.0%) 146.0
modules/bpmn/src/main/java/org/jbpm/bpmn/flownodes/ 9 (20.9%) 462 (27.7%) 51.3
modules/bpmn/src/test/resources/org/jbpm/bpmn/test/ 5 (11.6%) 311 (18.6%) 62.2
modules/bpmn/src/test/java/org/jbpm/bpmn/flownodes/ 5 (11.6%) 191 (11.4%) 38.2
modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes/ 12 (27.9%) 93 (5.6%) 7.7
modules/bpmn/src/test/java/org/jbpm/bpmn/test/ 1 (2.3%) 17 (1.0%) 17.0
modules/integration/spi/src/main/java/org/jbpm/integration/spi/ 2 (4.7%) 4 (0.2%) 2.0
modules/bpmn/src/main/java/org/jbpm/bpmn/parser/ 3 (7.0%) 4 (0.2%) 1.3
modules/bpmn/src/main/java/ 1 (2.3%) 3 (0.2%) 3.0
modules/integration/jboss4/src/main/java/org/jbpm/integration/jboss4/ 1 (2.3%) 1 (0.1%) 1.0

Activity of camunda

Most Recent Commits

camunda 2009-08-18 09:17 Rev.: 5485

small fixes of errors by my colleague

584 lines of code changed in 4 files:

  • modules/userguide/src/main/docbook/en/modules: ch02-Installation.xml (+2 -2), ch04-DeployingBusinessArchives.xml (+155 -155), ch05-Services.xml (+426 -426), ch06-Jpdl.xml (+1 -1)
camunda 2009-07-30 13:32

438 lines of code changed in 7 files:

  • modules/bpmn/src/main/java/org/jbpm/bpmn/flownodes: AbstractTaskBinding.java (+22 -5), BpmnActivity.java (+76 -3)
  • modules/bpmn/src/test/java/org/jbpm/bpmn/flownodes: ParallelGatewayTest.java (-36), UserTaskTest.java (+44 -2)
  • modules/bpmn/src/test/resources/org/jbpm/bpmn/test: shipment.bpmn.xml (del), shipment.java.bpmn.xml (new 148), shipment.ws.bpmn.xml (new 148)
camunda 2009-07-30 07:52 Rev.: 5383

added AbstractTask superclass

104 lines of code changed in 1 file:

  • modules/bpmn/src/main/java/org/jbpm/bpmn/flownodes: AbstractTask.java (new 104)
camunda 2009-07-29 17:43 Rev.: 5382

added uncontrolled sequence flow AND-Split test
added ManualTask (no-op)
renamed TaskActivity to UserTaskActivity

371 lines of code changed in 13 files:

  • modules/bpmn/src/main/java: jbpm.bpmn.flownodes.xml (+3 -1)
  • modules/bpmn/src/main/java/org/jbpm/bpmn/flownodes: ManualActivity.java (new 17), ManualTaskBinding.java (new 41), TaskActivity.java (del), TaskBinding.java (del), UserTaskActivity.java (new 151), UserTaskBinding.java (new 51)
  • modules/bpmn/src/main/java/org/jbpm/bpmn/parser: BindingsParser.java (+1), BpmnParser.java (+2 -2)
  • modules/bpmn/src/test/java/org/jbpm/bpmn/flownodes: ParallelGatewayTest.java (+54 -1), UserTaskTest.java (+1 -1)
  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskSimple.bpmn.xml (+1 -2), forkWithUncontrolledSequenceFlow.bpmn.xml (new 49)
camunda 2009-07-29 16:12 Rev.: 5381

made schema path to relative
added first test case for user task (still pretty simple)
added diagram of shipment example process

168 lines of code changed in 15 files:

  • modules/bpmn/src/main/java/org/jbpm/bpmn/parser: BpmnParser.java (+1 -1)
  • modules/bpmn/src/test/java/org/jbpm/bpmn/flownodes: UserTaskTest.java (new 92)
  • modules/bpmn/src/test/java/org/jbpm/bpmn/test: ShipmentTest.java (+17 -1)
  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskSimple.bpmn.xml (new 31), exclusiveGateway.bpmn.xml (+1 -1), exclusiveGatewayConvergingInvalid.bpmn.xml (+1 -1), exclusiveGatewayDivergingInvalid.bpmn.xml (+1 -1), exclusiveGatewayMixedInvalid.bpmn.xml (+1 -1), exclusiveGatewayMixedValid.bpmn.xml (+4 -4), exclusiveGatewayNonBoundDefault.bpmn.xml (+1 -1), exclusiveGatewayNonExistingDefault.bpmn.xml (+1 -1), parallelGateway.bpmn.xml (+1 -1), parallelGatewayInvalid.bpmn.xml (+1 -1)
  • modules/bpmn/src/test/resources/org/jbpm/bpmn/test: shipment.bpmn.xml (+15), shipment.pdf (new)
camunda 2009-06-22 16:18 Rev.: 5081

changed archive file suffix to ".bar" instead of outdated ".jpdl"

1 lines of code changed in 1 file:

  • modules/integration/jboss4/src/main/java/org/jbpm/integration/jboss4: JBPMDeployer.java (+1 -1)
camunda 2009-06-19 15:04 Rev.: 5067

added link to JBPM-2242 in code

1 lines of code changed in 1 file:

  • modules/integration/spi/src/main/java/org/jbpm/integration/spi: DeploymentAdaptor.java (+1)
camunda 2009-06-19 12:51 Rev.: 5066

changed deployer to suspend a process definition if the deployment artefact gets undeployed.

3 lines of code changed in 1 file:

  • modules/integration/spi/src/main/java/org/jbpm/integration/spi: DeploymentAdaptor.java (+3 -1)
Generated by StatSVN 0.5.0