[root]/src/seg/jUCMNav/model/commands/delete
internal
(27 files, 3243 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 235 (100.0%) | 1876 (100.0%) | 7.9 |
jkealey | 95 (40.4%) | 855 (45.6%) | 9.0 |
jfroy | 92 (39.1%) | 830 (44.2%) | 9.0 |
jmcmanus | 3 (1.3%) | 191 (10.2%) | 63.6 |
jpdaigle | 15 (6.4%) | 0 (0.0%) | 0.0 |
etremblay | 30 (12.8%) | 0 (0.0%) | 0.0 |
Fix problem when deleting an evaluation
0 lines of code changed in 1 file:
Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef
35 lines of code changed in 3 files:
Added extension point for the Strategy algorithms
0 lines of code changed in 1 file:
Fixed javadoc problems
0 lines of code changed in 1 file:
Externalize String
0 lines of code changed in 22 files:
Fix the URNlink to support multiple links type. Modification of the links display in UCM
0 lines of code changed in 5 files:
Added URNlink dialog, actions and commands
92 lines of code changed in 5 files:
Fixed delete multiple delete problems with ElementLink, LinkRef and GRLGraph
0 lines of code changed in 1 file:
Added labels in commands
0 lines of code changed in 19 files:
Ended name change.
93 lines of code changed in 2 files:
Name change for EvaluationScenario (now called Strategy)
0 lines of code changed in 4 files:
Added automatic deletion of the ElementLink when deleting the last LinkRef in GRLGraph
0 lines of code changed in 1 file:
Added:
-Delete commands for scenario and evaluation
-Delete action for evaluation
Fixed:
-NullPointer exception with scenarioView (in property view)
-Adding new elements in model when in scenario view
-Contribution and decomposition refresh
-Dispose labels in IntentionalElementEditPart and LinkRefEditPart
93 lines of code changed in 2 files:
Evaluation scenario view added.
0 lines of code changed in 1 file:
Fixed bugs 400, 401, 403 and 404
- Added GRL export as images
0 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
517 lines of code changed in 17 files:
Extracted a bunch of strings, translated language files to French.
0 lines of code changed in 1 file:
Created a URN Import extension point and related wizard. currently very simple, but sufficient for the use case to use case map conversion utility which will be packaged seperately.
Various other small modifications to import/export/autolayout extensions/wizards.
0 lines of code changed in 1 file:
Merge grl branch with the main trunk
Major modification of the metamodel (URN_08.mdl) (Added GRL metamodel, New interfaces that define common element in GRL and UCM, Modified UCM-Map package to implement the new interfaces (some associations and attributes have been refactored using the interfaces), Map is now called UCMmap (to resolve conflict with java.util.map in the implementation), Removed Path Graph)
Modification of the code that used the metamodel.
Started modification of jUCMNav to support GRL.
0 lines of code changed in 6 files:
bugs 372 - 378 - 380 - 379 - 273 - 375 - massive changes in deletion command infrastructure. mainly refactoring but also various functionality additions
also committing minor changes to the twiki plugin created by JFRoy and an ant script to generate javadoc on a windows machine.
531 lines of code changed in 17 files:
fixed a few javadoc issues
0 lines of code changed in 1 file:
cleaned/documented seg.jUCMNav.model.commands.transformations.*; filed bugs for some classes, created a few tests.
0 lines of code changed in 1 file:
finished cleaning seg.jUCMNav.commands.delete.*; could not complete in reasonable time: filed bug 372
0 lines of code changed in 6 files:
bug 344 - localization wizard
0 lines of code changed in 1 file:
Cleaned/commented seg.jUCMNav.model.commands.delete, except for most of the hard ones: DeleteMultiNodeCommand, DeletePathCommand, DeletePluginCommand, DeleteStartNCEndCommand;
Created new command tests.
Added headers in seg.jUMCNav.tests.*
17 lines of code changed in 14 files:
A few tweaks / cleanups. This will also serve as build test and setup test for e31 on my laptop.
0 lines of code changed in 1 file:
bug 335: palette wording
bug 344: extracted more strings
0 lines of code changed in 3 files:
bug 333 - conditions didn't reappear on undo of delete.
0 lines of code changed in 1 file:
bug 320 - loops when deleting in/outs of joins/forks should no longer occur
0 lines of code changed in 1 file:
bug 320 - loops; to investigate: given this preliminary version, what is okay, what is not. I think it looks pretty good but I haven't tested everything thoroughly. I know that it is too restrictive concerning paths that have a stub that should be considered to contain a start/end point, but for simplicity's sake, I think the workarounds are sufficient.
0 lines of code changed in 1 file:
fixed one broken test
0 lines of code changed in 1 file:
stub deletion regression bug
0 lines of code changed in 1 file:
Delete of PluginBindings In/OutBindings should now be handled in all the situations where they should be deleted that I know of...
It think my code is now "beta ready".
0 lines of code changed in 6 files:
patched two tests; we're going to need to code more!
0 lines of code changed in 1 file:
bug 191 - connects -> improvements in deletion. i think there remains a bug where you do something, then undo it, then select a timer and the app causes an error because the connect path isn't the 2nd input, its the 1st. unable to repro but asking for testing.
0 lines of code changed in 3 files:
bug 191 - connections; initial work implemented. a few bugs remain but are not critical; mostly delete issues concerning delete multinode which I want refactored anyways. todo: improve usability with drag & drop connections and element position
169 lines of code changed in 3 files:
Deleting a map will now handle deletion of bindings. Select All and then delete on a map when there's a stub with bindings now works.
0 lines of code changed in 3 files:
Delete of PluginBindings/InBinding/OutBinding are now done using Compounds commands. This improve code reuse a lot.
0 lines of code changed in 3 files:
bugs 194, 195: timeout paths and waitingplace/timer conditions. took 10 minutes to implement timeout paths, 5 hours to get the friggen timeout path figure refreshed when moving path nodes that are not directly linked. i have not managed to succeed in replicating the behaviour for stub labels.
0 lines of code changed in 1 file:
JP: Mega commit! Fixed all 120 javadoc warnings on public members, and made the build script a tiny bit less verbose.
Added meaningful javadoc location where possible.
0 lines of code changed in 2 files:
(31 more)