Ollie R

Results 6 comments of Ollie R

Another method that blows up is `getObject(String, Class)` which is of course is the only decent way to fetch a nullable numeric type...

FWIW fix looks like: ``` range = graph.xAxisRange(); return area.x + (Math.log10(x) - Math.log10(range[0])) / (Math.log10(range[1]) - Math.log10(range[0])) * area.w; ```

Error stack from running with `-e`: ``` [ERROR] The project com.atm.apps.http:konsolidator-protos:1.0-SNAPSHOT (\\colo-01-fs02\developers$\ollie\work\html-uis\konsolidator\protos\pom.xml) has 1 error [ERROR] Non-readable POM H:\colo-01-fs02\developers$\ollie\work\html-uis\konsolidator\pom.xml: H:\colo-01-fs02\developers$\ollie\work\html-uis\konsolidator\pom.xml (The system cannot find the path specified) @ H:\colo-01-fs02\developers$\ollie\work\html-uis\konsolidator\pom.xml java.io.FileNotFoundException:...

Run `mvnDebug` with 3.9.x branch checked out. The issue seems to be with `FileModelSource.getRelatedSource` where this part becomes malformed: ```java new File(relatedPom.toURI().normalize()) ``` with inputs ```java relPath => "..\pom.xml" getFile()...

Also worth noting an apparent difference in file canonicalization which is generating the network path in the first place in `DefaultProjectBuilder.build`: ```java #Oracle OpenJDK 21 moduleFile => H:\work\html-uis\konsolidator\protos\pom.xml moduleFile.getCanonicalFile() =>...

I can try Maven 4, but if this works will it be back-portable or is there going to be a decision that only Maven 4 fully supports Java 24+?