Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] [refactor] create - IPath IMavenProject.toRelativePath(IPath)

I've noticed a common method in the codebase for taking an IPath (or
just plain String) and returning a relative path if that path happens
to coincide with the path for the maven project.

Can we create a IMavenProject method to handle this and isolate this
common (copy/pasted) method in one place?

- Joakim


Back to the top