Giter Club home page Giter Club logo

Comments (4)

ceefour avatar ceefour commented on June 3, 2024

BTW, having findbugs jsr305 and findbugs annotations in the same classpath will trigger bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=435596

from jdbi.

hgschmie avatar hgschmie commented on June 3, 2024

Ah, the old jsr305 vs. annotations debate.

The problem is that annotations is a superset of jsr305. If you include the jsr305 jar in your project, then the duplicate-finder and the dependency plugin will be unhappy if you also include the annotations jar. But without the annotations jar, you can not have the findbugs annotations.

So the only choice is to not include the jsr305 jar but use the annotations jar everywhere.

The sad truth is that the skill level of the average java engineer in our industry is too low to understand this and too lazy to do the research here. So we end up with all these projects using the wrong jar.

from jdbi.

stevenschlansker avatar stevenschlansker commented on June 3, 2024

No need to be a dick about it. The upstream situation is very confusing and it trips up a lot of people. There's also basically no documentation on how / why the situation came about unless you've been following it for a long time.

from jdbi.

hgschmie avatar hgschmie commented on June 3, 2024

Sorry, that was me speaking out of frustration, not trying to be a dick about it. If you felt that way, I apologize, it was not my intention.

from jdbi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.