Skip to content

Commit 7f58289

Browse files
committed
refactor(architecture): remove unused pair programming files #257
Delete unused files related to pair programming and clean up LayeredArchProvider. Remove deprecated EP_NAME from companion object.
1 parent 5153032 commit 7f58289

File tree

6 files changed

+0
-246
lines changed

6 files changed

+0
-246
lines changed

core/src/main/kotlin/cc/unitmesh/devti/gui/pair/AutoDevPairToolWindow.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

core/src/main/kotlin/cc/unitmesh/devti/pair/arch/LayeredArch.kt

Lines changed: 0 additions & 13 deletions
This file was deleted.

core/src/main/kotlin/cc/unitmesh/devti/pair/tasking/Tasking.kt

Lines changed: 0 additions & 40 deletions
This file was deleted.

core/src/main/kotlin/cc/unitmesh/devti/provider/architecture/LayeredArchProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface LayeredArchProvider {
99
fun getLayeredArch(project: Project): ProjectPackageTree
1010

1111
companion object {
12-
1312
private val EP_NAME = ExtensionPointName<LayeredArchProvider>("cc.unitmesh.layeredArchProvider")
1413

1514
fun find(project: Project): LayeredArchProvider? {

core/src/test/kotlin/cc/unitmesh/devti/pair/arch/TreeNodeTest.kt

Lines changed: 0 additions & 75 deletions
This file was deleted.

core/src/test/kotlin/cc/unitmesh/devti/pair/tasking/TaskingTest.kt

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)