Sebastian Proksch

Results 27 comments of Sebastian Proksch

I would also appreciate if some more mouse-centered interactions could be added to the app. Like.. - Click on wheel timer to pause - Drag timer handle to change running...

Not sure if this issue still applies, but I think the `FastenURI` syntax is baked deeply into the project and hard to remove. The silver lining is that it should...

@ashkboos Could you please follow up on this ticket or close it once it is resolved? Anther related ticket is #260 which also points out an issue with the `FastenUri`...

We could also try to start a basic web server in the test and download the package from localhost, to avoid introducing any actual internet traffic. The important thing is...

Is this issue still valid? Now that all Maven coordinates are downloaded to the .m2 folder, it should be straight forward to get access to .jars without downloading them again.

One of us is missing the point of the issue. From my understanding, the problem is (or maybe was) that OPAL did download the jar files for the analysis from...

In particular, I am talking about the various [downloadPom](https://github.com/fasten-project/fasten/blob/develop/core/src/main/java/eu/fasten/core/maven/utils/MavenUtilities.java#L68) methods and [httpGetToFile](https://github.com/fasten-project/fasten/blob/develop/core/src/main/java/eu/fasten/core/maven/utils/MavenUtilities.java#L137), the implementations are completely brute-force and completely disrespect the cacheable nature of Maven. Instead, these methods should first...

This case distinction is not a concern of the OPAL plugin, this is the task of the implementation logic of the downloader. I strongly disagree with handling this logic in...