Skip to content

Commit

Permalink
Add another TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Jan 7, 2025
1 parent ac29711 commit 48aa3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/javareach/cmd/reachable/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func main() {
}

func findClass(classPath string, className string) (*javareach.ClassFile, error) {
// TODO: Handle directory traversal.
classFilepath := filepath.Join(classPath, className)
if !strings.HasSuffix(classFilepath, ".class") {
classFilepath += ".class"
Expand Down

0 comments on commit 48aa3ce

Please sign in to comment.