Skip to content

Fix Path Handling#30

Merged
rcosta358 merged 2 commits intomainfrom
fix-path-handling
Jan 10, 2026
Merged

Fix Path Handling#30
rcosta358 merged 2 commits intomainfrom
fix-path-handling

Conversation

@rcosta358
Copy link
Collaborator

This PR reverts some parts of #26 by using verification paths from file events rather than the workspace root, to allow for more flexible project structures without requiring a src/main/java directory for the verification to be performed. It also centralizes path handling logic into PathUtils.

@rcosta358 rcosta358 self-assigned this Jan 9, 2026
Copy link
Collaborator

@CatarinaGamboa CatarinaGamboa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple comments but should be good to go

import java.nio.file.Path;
import java.nio.file.Paths;

public class PathUtils {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets explain why we need this class, is mostly for handling paths for different OS and find the directories where liquidjava should be used right?

@rcosta358 rcosta358 merged commit 1378f4a into main Jan 10, 2026
@rcosta358 rcosta358 deleted the fix-path-handling branch January 10, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants