[root]/src/seg/jUCMNav/editors/resourceManagement

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 67 (100.0%) | 1586 (100.0%) | 23.6 |
| jkealey | 52 (77.6%) | 1247 (78.6%) | 23.9 |
| etremblay | 6 (9.0%) | 258 (16.3%) | 43.0 |
| jfroy | 4 (6.0%) | 66 (4.2%) | 16.5 |
| damyot | 4 (6.0%) | 9 (0.6%) | 2.2 |
| jpdaigle | 1 (1.5%) | 6 (0.4%) | 6.0 |
no bug: extracted strings.
1 lines of code changed in 1 file:
[bug660] Fixed import/export bugs with URN links, concerns, and scenario definitions. Also cleaned several warnings.
0 lines of code changed in 1 file:
no bug: cleaned up id checking. also added option in debug mode to check for duplicate ids inside verify syntax.
35 lines of code changed in 1 file:
no bug: formatting cleanup with our default formatting template.
102 lines of code changed in 5 files:
Bug 346: Fixed, When moving or renaming a file from the Navigator, if some changes have been done and have not been saved before, the application move or rename the file. Then, a "Save Ressource" window prompt to save change in the old file. If we click yes, there is 2 copies of the file.
9 lines of code changed in 2 files:
[Bug 725] Added access to UCM path node hits as metadata. Added one metrics (UCM coverage) and one rule (to detect nodes not covered by tests)
2 lines of code changed in 1 file:
Added FIXME to 3 failing test cases and made them pass.
Fixed several uses of deprecated methods. Many are left (for listeners)
4 lines of code changed in 1 file:
Set the Locale for dates to US. Past version caused a parsing bug in CSM export when used in French.
3 lines of code changed in 1 file:
extracted strings; translated them
1 lines of code changed in 1 file:
javadoc for seg.jUCMNav.editors.*, seg.jUCMNav.editparts.*
228 lines of code changed in 6 files:
javadoc for seg.jUCMNav.actions.*
2 lines of code changed in 1 file:
various issues found by findbugs
0 lines of code changed in 2 files:
code cleanup only; used eclipse cleanup to remove unnecessary code + organize imports.
13 lines of code changed in 4 files:
bug 499: auto-select stub when drilling up; see stub name in dialog box as well.
1 lines of code changed in 1 file:
mscs: added scenario export wizard and preference page. removed auto-generation when running a scenario.
253 lines of code changed in 3 files:
UCMScenarioViewer can now load .jucmscenario files
203 lines of code changed in 1 file:
bug 486: scenarios: code-editor for sets of conditions / responsibilities
1 lines of code changed in 1 file:
bug 490: file -> open now gives proper warning instead of class cast exception. there are reasons for which we cannot open external files.
36 lines of code changed in 1 file:
was beeing overwritten elsewhere
2 lines of code changed in 1 file:
Fix bug 412 (default strategy and strategies group).
Removed redundant code for the creation of a new file (using jUCMNavLoader and ModelCreationFactory instead of static xml).
0 lines of code changed in 1 file:
changed a few places where we work with progress monitors after reading article on eclipse.org
6 lines of code changed in 1 file:
Merge of GRL branch with the main trunk
4 lines of code changed in 2 files:
Extracted a bunch of strings, translated language files to French.
4 lines of code changed in 1 file:
Fix references to RessourceTrackers and fix the problem with the new editor option (in Eclipse 3.1)
62 lines of code changed in 1 file:
bug 359 - mode now affects all editors;
undiscovered regression bug - stub labels sometimes didn't move;
cleaned&commented (javadoc) seg.jUCMNav.editparts;
moved remaining stub code from PathNodeEditPart to StubEditPart;
moved remaiining condition code form LabelEditPart to ConditionEditPart
1 lines of code changed in 2 files:
added javadoc for seg.jUCMNav.editors and seg.jUCMNav.editors.resourceManagement. Moved outline to seg.jUCMNav.views.outline package.
27 lines of code changed in 3 files:
bug 335: palette wording
bug 344: extracted more strings
4 lines of code changed in 2 files:
save as was no longer working for some files; fixed file open error message so that it doesn't appear if the file is blank (files created using the file - new - simple file instead of the wizard)
18 lines of code changed in 2 files:
bug 316 - post error when load fails.
20 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.
6 lines of code changed in 1 file:
bug 303 - rename a file when editor is opened. now saves, closes and reopens to insure file manager is updated properly.
24 lines of code changed in 1 file:
bug 300 - componentref binding bugs; upgrade test suite, found many new bug locations, fixed them all. please write test cases for all new commands.
1 lines of code changed in 1 file:
xmi now saved with ISO-8859-1 (latin 1)
3 lines of code changed in 1 file:
Internationalization of all the strings.
15 lines of code changed in 2 files:
bug 230 - now settings urnspec fields
30 lines of code changed in 1 file:
Bug 223 - Refactored UCMNavMultiPageEditor, commented editors package except the palette.
New files that I recommend you take a look at if you've worked with UCMNavMultiPageEditor before: ActionRegistryManager, MultiPageTabManager, MultiPageFileManager
198 lines of code changed in 2 files:
bug 181: labels now show name of responsibility instead of respref.
onload, any unlinked reference will have defintiions created.
need to update propertysource so that it behaves properly.
7 lines of code changed in 1 file:
bug 225: now sanitizes the URNspec when loaded. resolves any naming conflicts or duplicate IDs.
labels no longer set any names
now need to ensure that modelcreationfactory generates IDs/names that don't conflict (not just the next time you open the file)
3 lines of code changed in 1 file:
bug 225: first draft at naming/identifying model elements. currently chokes on old files. doesn't check to see if names are unique; doesn't perform sanity check at start.
1 lines of code changed in 1 file:
bug 184.
now supports multiple use case maps per file.
took 20+ hours to get working.
3 lines of code changed in 1 file:
(2 more)