tyutNo4 / findbugs

Automatically exported from code.google.com/p/findbugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

Where can this project be found?

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

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

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

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

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

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

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