-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
unit-picker/src/main/kotlin/org/unimesh/eval/picker/version/JavaFileWorker.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package org.unimesh.eval.picker.version | ||
|
||
import kotlinx.coroutines.coroutineScope | ||
import org.archguard.scanner.analyser.count.FileJob | ||
|
||
class JavaFileWorker { | ||
val packageTree: Map<String, FileJob> = mapOf() | ||
|
||
suspend fun start(filePath: String) = coroutineScope { | ||
// 1. read directory to a collection of files for FileJob | ||
|
||
// 2. check package information from line 1? | ||
|
||
// 3. build full project trees | ||
} | ||
} |
4 changes: 0 additions & 4 deletions
4
unit-picker/src/main/kotlin/org/unimesh/eval/picker/version/VersionTree.kt
This file was deleted.
Oops, something went wrong.