Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Eclipse .classpath file in findbugs references a non-existing project JSR305-ri #14

Closed
GoogleCodeExporter opened this issue Jul 20, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Where can this project be found?

Original issue reported on code.google.com by berge...@gmail.com on 10 Oct 2007 at 7:35

@GoogleCodeExporter
Copy link
Author

http://mvnrepository.com/artifact/net.sourceforge.findbugs/jsr305/1.3.2

The problem is that in the POM of findbugs annotations the following is missing:

    <dependency>
      <groupId>net.sourceforge.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>1.3.2</version>
    </dependency>

Original comment by philippe...@gmail.com on 12 Jun 2008 at 12:53

@GoogleCodeExporter
Copy link
Author

http://code.google.com/p/jsr-305/

Original comment by bill.p...@gmail.com on 3 Feb 2009 at 5:42

@GoogleCodeExporter
Copy link
Author

It seems 1.3.2 is not (or no longer) sufficient, as it for example doesn't 
contain
javax.annotation.meta.Exclusive . 

Is a more recent jar available, or should we just get the sources from
http://jsr-305.googlecode.com/svn/ ?

Original comment by arnout.engelen on 29 Jul 2009 at 6:25

@GoogleCodeExporter
Copy link
Author

Looks like a jsr305 jar can be build by doing 'mvn package' in /ri .

For your convenience: http://arnout.engelen.eu/files/dev/ri-0.1-SNAPSHOT.jar

Original comment by arnout.engelen on 29 Jul 2009 at 6:33

@GoogleCodeExporter
Copy link
Author

Thanks for the report, but please report this bug at sourceforge bug tracker 
again. This tracker is not used / monitored.

Original comment by iloveeclipse on 23 Nov 2011 at 10:02

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant