Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 5, 2023
1 parent 2f6cfa7 commit 3f2ab5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
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
}
}

This file was deleted.

0 comments on commit 3f2ab5d

Please sign in to comment.