Mike Hearn
|
0a6f901b23
|
Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central.
To fixinate your code:
find . -name '*.java' | xargs sed -i .bak 's/import com.google.bitcoin./import org.bitcoinj./g;s/import static com.google.bitcoin./import static org.bitcoinj./g'
|
2014-09-30 17:05:07 +02:00 |
|
Mike Hearn
|
93d8a8da1f
|
Update findbugs.xml to suppress useless warnings.
|
2013-02-28 18:38:16 +01:00 |
|
Mike Hearn
|
48cdc1d9e7
|
improve findbugs exclusions
|
2013-01-12 14:26:59 +01:00 |
|
Mike Hearn
|
6f036f9cf2
|
s/BitCoinJ/bitcoinj/ everywhere except the version handshake.
Resolves issue 249.
|
2012-11-01 16:24:26 +01:00 |
|
Mike Hearn
|
6368862ffe
|
Clear out some more FindBugs warnings.
|
2012-04-04 23:52:02 +02:00 |
|
Mike Hearn
|
de1f5b8726
|
Add a findbugs exclusion file.
|
2012-04-04 22:45:13 +02:00 |
|