Directory org.openiaml.model.actions/src/org/openiaml/model/custom/actions/

Total Files:
16
Deleted Files:
10
Lines of Code:
2369

[root]/org.openiaml.model.actions/src/org/openiaml/model/custom/actions

Lines of Code

org.openiaml.model.actions/src/org/openiaml/model/custom/actions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 102 (100.0%) 4038 (100.0%) 39.5

Most Recent Commits

soundasleep 2011-08-18 15:51 Rev.: 3076

updating the Rewrite Element IDs action to updated metamodel

6 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RewriteElementIDs.java (+6 -1)
soundasleep 2011-05-13 16:18 Rev.: 2910

writing an action to load and save model instances, thereby cleaning up their XMI structure

116 lines of code changed in 2 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateAllModelsLogic.java (+2 -2), ReloadAllModelsAction.java (new 114)
soundasleep 2011-05-10 16:53 Rev.: 2879

removing Parameter.parameterName from the metamodel, as it was not being used
updating RemovePhantomEdgesAction

5 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+5 -5)
soundasleep 2011-05-09 17:50 Rev.: 2847

issue 244: updating related helper code

7 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+7 -7)
soundasleep 2011-05-07 15:31 Rev.: 2833

issue 244: updating inference rules

9 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+9 -9)
soundasleep 2011-04-28 20:38 Rev.: 2721

various refactorings and minor improvements

1 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateModelAction.java (+1 -1)
soundasleep 2011-04-28 17:00 Rev.: 2709

moving model migration logic into migration plugin

10 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateModelAction.java (+10 -307)
soundasleep 2011-04-21 14:33 Rev.: 2665

moving activity operation-related elements into Operations package

2 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+2 -2)
soundasleep 2011-04-07 15:46 Rev.: 2642

bug fix: a NullPointerException is thrown if the Migrate Model wizard is cancelled

24 lines of code changed in 2 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateModelAction.java (+5), ProgressEnabledAction.java (+19 -3)
soundasleep 2010-07-06 18:20 Rev.: 2440

issue 208: display error dialog if code generation fails

30 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+30)
soundasleep 2010-07-06 18:04 Rev.: 2438

when generating code, the inferred model is copied to disk, to help with debug (issue 207)

59 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+59 -2)
soundasleep 2010-06-28 14:08 Rev.: 2365

updating migrator to merge RunAction/NavigateAction into ActionEdge

5 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+5 -3)
soundasleep 2010-06-04 10:26 Rev.: 2334

issue 195: reducing the brightness of visual element colours
minor other fixes

5 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RewriteElementIDs.java (+5)
soundasleep 2010-05-25 22:32 Rev.: 2296

issue 86: an action to rewrite generated IDs automatically

200 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RewriteElementIDs.java (new 200)
soundasleep 2010-05-14 15:05 Rev.: 2202

updating the list of edges that RemovePhantomEdges will remove

8 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+8)
soundasleep 2010-05-10 19:14 Rev.: 2140

removing old Domain model elements from the metamodel
removing temporary migrator

0 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateAllModelsAction2.java (del)
soundasleep 2010-05-10 16:47 Rev.: 2136

more work on temporary migration script: adding SelectWire and NewInstanceWire, and resolving most unresolved references

372 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateAllModelsAction2.java (+372 -4)
soundasleep 2010-05-10 15:50 Rev.: 2134

writing a temporary migrator to migrate test models from 0.5 to 0.5.1

369 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateAllModelsAction2.java (new 369)
soundasleep 2010-04-26 18:57 Rev.: 2021

metamodel refactoring: removing ConditionalEdge

0 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (-4)
soundasleep 2010-04-21 15:36 Rev.: 1971

Buttons as part of RSS Frames now render an absolute URL for the value of <link>

1 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+1 -2)
soundasleep 2010-03-31 19:01 Rev.: 1793

adding a container for the default project properties

3 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+3 -6)
soundasleep 2010-03-23 16:02 Rev.: 1756

adding a custom action for IAML models to export both the initial model, and the inferred model, to dot

217 lines of code changed in 4 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: ExportDotGraphAction.java (new 131), ExportInferredDotGraphAction.java (new 55), GenerateCodeAction.java (-3), MigrateModelAction.java (+31 -9)
soundasleep 2010-03-17 16:42 Rev.: 1724

updating diagram editor tests to use ICreateElementsFactory
InferContainedElementsAction now also calls RemovePhantomEdges, to remove any possible phantom edges

51 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+51 -24)
soundasleep 2010-03-17 12:56 Rev.: 1719

cleaning up a memory leak with ruleBaseCache, which would continue to keep a reference to all inferred models (through handler.resource)

11 lines of code changed in 3 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+4 -4), InferEntireModelAction.java (+5 -8), RemovePhantomEdgesAction.java (+2 -2)
soundasleep 2010-03-10 18:01 Rev.: 1664

updating diagram editor utility classes
regenerating diagram editors

4 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+4)
soundasleep 2010-03-04 15:59 Rev.: 1626

updating GetShortcuts to use Wire
updating diagram helpers to use all edge types when deleting generated elements
fixing bug in RemovePhantomEdgesAction

1 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+1 -3)
soundasleep 2010-03-04 14:40 Rev.: 1625

resolving issue 156: remove Phantom Edges does not remove all edge types
adding test cases to check against edge types in the model

57 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+57 -9)
soundasleep 2010-03-04 13:20 Rev.: 1620

updating 4to5 migrator

3 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: RemovePhantomEdgesAction.java (+3 -2)
soundasleep 2010-02-22 20:13 Rev.: 1560

resolving issue 150: Migrate All Contained Models action should be a ProgressEnabledAction

219 lines of code changed in 6 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: AbstractIAMLJob.java (+4 -4), GenerateCodeAction.java (-4), MigrateAllModelsAction.java (+27 -38), MigrateAllModelsJob.java (del), MigrateAllModelsLogic.java (new 187), RemovePhantomEdgesAction.java (+1 -3)
soundasleep 2010-02-17 18:00 Rev.: 1528

the batch model migrator now asks EMF to re-save the migrated model, allowing migrated models to remain more consistent when serialized

11 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateAllModelsJob.java (+11 -2)
soundasleep 2010-02-17 13:57 Rev.: 1518

adding an action which takes all iaml files in a given IContainer (e.g. project, folder), and migrates them to the latest version

405 lines of code changed in 4 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: AbstractIAMLJob.java (new 106), MigrateAllModelsAction.java (new 78), MigrateAllModelsJob.java (new 182), MigrateModelAction.java (+39 -6)
soundasleep 2010-02-17 12:03 Rev.: 1516

the model migrator will now generate indented migrated XML, similar to the format exported by EMF

93 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: MigrateModelAction.java (+93 -1)
soundasleep 2010-02-03 20:36 Rev.: 1438

removing other oaw workflows that use the Reader class; instead they now use the CurrentModel
creating a new ModelLoader helper class
fixing up the IProgressMonitor usage in some actions

48 lines of code changed in 3 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+14 -16), InferEntireModelAction.java (+15 -19), RemovePhantomEdgesAction.java (+19 -14)
soundasleep 2010-02-03 19:59 Rev.: 1436

removing old workflow (that isn't used any more)
removing old workflow code

1 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+1 -31)
soundasleep 2009-12-04 14:54 Rev.: 1352

moving crocopat validation extension into a separate plugin

0 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: VerificationWithCrocopatAction.java (del)
soundasleep 2009-10-28 22:46 Rev.: 1306

adding support for progress monitors in the Crocopat verification

5 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: VerificationWithCrocopatAction.java (+5 -2)
soundasleep 2009-10-28 22:24 Rev.: 1303

moving IamlBreadcrumb to the model plugin
adding crocopat verification action

156 lines of code changed in 2 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: ProgressEnabledAction.java (+28 -2), VerificationWithCrocopatAction.java (new 128)
soundasleep 2009-10-07 19:43 Rev.: 1271

adding showInformation/showError to default actions

31 lines of code changed in 1 file:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: ProgressEnabledAction.java (+31)
soundasleep 2009-10-06 13:05 Rev.: 1256

issue 132: automatically suggest the removal of phantom edges when generating code

57 lines of code changed in 2 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+54), RemovePhantomEdgesAction.java (+3 -1)
soundasleep 2009-10-06 12:00 Rev.: 1253

completing the rename of codegen.oaw to codegen.php
issue 85: adding more licence information to source code

8 lines of code changed in 6 files:

  • org.openiaml.model.actions/src/org/openiaml/model/custom/actions: GenerateCodeAction.java (+3 -3), IamlFileAction.java (+1 -1), InferEntireModelAction.java (+1 -1), MigrateModelAction.java (+1 -1), ProgressEnabledAction.java (+1 -1), RemovePhantomEdgesAction.java (+1 -1)

(8 more)

Generated by StatSVN 0.7.0