Commit e20a434
authored
Remove dead code (#2412)
* Remove dead code
Remove unused C# types, members, mappers, and self-contained presenter/view
clusters (with their orphaned .resx), and inline the single-use
EditBuildingBlockStarter pass-through into ModuleExplorerPresenter.
No functional change; build and MoBi unit/UI/R test suites green.
* Rename stale test observation to match its assertion
The molecule double-click test kept the context-menu observation name
copied from the sibling test; it actually verifies the edit task is invoked.
* Remove dead code referenced only by tests
DataNamingService, ReportingHelper (MoBi.Core) and ValuePointFormatter (MoBi.Presentation) had no production references, only their own specs. The two MoBi.Core types were also verified unreachable from R (rSharp/OSPSuite-R).
* Remove dead code in MoBi.Core (R-manifest-cleared)
Five unused types in the R-reachable MoBi.Core assembly, confirmed unreferenced and absent from the OSPSuite-R reflection manifest: MergeCanceledEvent (event never published), IMergeTask (no implementor), InvalidBuildConfigurationException (never thrown), ProjectConverterMessage with its ConverterMessageType enum (never created), and MergedDimensionFactoryExtensions (GetDimensionForChart never called).
* remove unused
* update core1 parent 902787e commit e20a434
135 files changed
Lines changed: 52 additions & 4981 deletions
File tree
- src
- MoBi.Assets
- MoBi.BatchTool
- MoBi.CLI.Core
- MoBi.CLI
- MoBi.Core
- Commands
- Domain
- Model
- Services
- Events
- Helper
- Serialization
- Converter
- PlugIns
- ScampImportExport
- Services
- Snapshots/Mappers
- MoBi.Engine
- MoBi.Presentation
- DTO
- Formatters
- Mappers
- MenusAndBars
- ContextMenus
- Nodes
- Presenter
- BaseDiagram
- Main
- ReactionDiagram
- Tasks
- Edit
- Interaction
- UICommand
- DiagramUICommands
- Views
- BaseDiagram
- MoBi.R
- MoBi.UI
- Diagram/Nodes
- Presenters
- Views
- ModelDiagram
- MoBi
- tests
- MoBi.HelpersForTests
- MoBi.Tests
- Core/Service
- Presentation
- MoBi.UI.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments