Menu

#247 Patch for Bug #1287

3.0.1
closed-fixed
None
3
2015-02-01
2015-01-24
No

Fix POM project error when compiling 'Findbug-Project':

Failed to execute goal on project findbugs: Could not resolve dependencies for project com.google.code.findbugs:findbugs:jar:3.0.1-SNAPSHOT: Failure to find com.google.code.findbugs:bcel:jar:6.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [Help 1]

1 Attachments

Discussion

  • Charles Chan

    Charles Chan - 2015-01-25

    Attached another patch file with all with POM fixes to compile the HEAD.

     
  • Tagir Valeev

    Tagir Valeev - 2015-01-29

    I applied your patch:
    https://code.google.com/p/findbugs/source/detail?r=e8ba54ead0202bc36a6fdd2066eb18705411cba6

    The only thing I did not change is DockLayout.java:

    diff --git a/findbugs/src/infonodeJava/edu/umd/cs/findbugs/gui2/DockLayout.java b/findbugs/src/infonodeJava/edu/umd/cs/findbugs/gui2/DockLayout.java
    index 4b45def..7ca43f2 100644
    --- a/findbugs/src/infonodeJava/edu/umd/cs/findbugs/gui2/DockLayout.java
    +++ b/findbugs/src/infonodeJava/edu/umd/cs/findbugs/gui2/DockLayout.java
    -package edu.umd.cs.findbugs.gui2;
    +package infonodeJava.edu.umd.cs.findbugs.gui2;
    

    This looks like invalid change: infonodeJava should be considered as source folder or excluded from the build at all, but changing the package name is obviously bad.

    Should I close the original bug 1287?

    Please in future attach patches directly to the bug tickets. This "Patches" tracker is obsolete and should not be used.

     

    Related

    Bugs: #1287


    Last edit: Tagir Valeev 2015-01-29
  • Tagir Valeev

    Tagir Valeev - 2015-01-29
    • status: open --> closed-fixed
    • assigned_to: Tagir Valeev
    • Group: 3.x --> 3.0.1
     
  • Tagir Valeev

    Tagir Valeev - 2015-01-29

    By the way consider submitting a patch to [bugs:#1341]. We are not experienced with maven, so any help would be appreciated.

     

    Related

    Bugs: #1341

  • Charles Chan

    Charles Chan - 2015-02-01

    Tagir, thanks for the merge.

    (Noted the commented about attaching patches to bug tickets.)

    • DockLayout: You are correct. My mistake.
    • [bugs:#1287]: You are correct, and it can be closed. (That was the first issue encountered with the project.)
    • [bugs:#1341]: I could try to have a look when free.
     

    Related

    Bugs: #1287
    Bugs: #1341


    Last edit: Charles Chan 2015-02-01

Log in to post a comment.

MongoDB Logo MongoDB