4 pointsby Igor_Wiwi9 hours ago2 comments
  • burnerToBetOut2 hours ago
    What a neat coincidence! Just a couple days ago, I was wishing something like this existed!

    Thanks!

    Would having it open a JAR from a web URL be possible in a future version?

    • Igor_Wiwian hour ago
      it's possible, but what is the use case?
      • burnerToBetOut35 minutes ago
        Say my Gradle or Maven build fails. The error message in the console might produce a clickable link to the problem artifact at https://repo.maven.apache.org/maven2/org/example/…

        Say I expected a class or interface to exist in org.example:foo:1.10.0, for example. I could copy the https://repo.maven.apache.org/maven2/org/example/1.10.0/foo.... URL and paste it into your tool and see at a glance if it has what I'm looking for or not.

        Also, sometimes I might like to see if an artifact is a Multi-Release JAR. Or see if it contains a `module-info.class` or a `META-INF/service/…` entry, for example.

        It would be convenient if I didn't have to download it and `jar -xvf` it or whatever.

        • Igor_Wiwi21 minutes ago
          Makes sense, will look into it
  • DenisDolya7 hours ago
    Great job!