sftp to web or frs gives "Too many authentication failures"
Sorry i didn't respond earlier, this project is now hosted at github.com/mebigfatguy/fb-contrib anyway use the fb-contrib 7.4.0.sb version
Version 7.4.3
sync from github
Version 7.4.2
sync from github
Version 7.4.1
sync from github
fb-contrib: Version 7.4.0 released
Version 7.4.0
sync from github
sync from github
Version 7.2.1
sync from github
fb-contrib: Version 7.2.0 released
Version 7.2.0
sync from github
sync from github
Version 7.0.5
sync from github
Version 7.0.4
sync from github
fb-contrib: new parallel releases starting with 7.0.3
Version 7.0.3
sync from github
Version 7.0.2
sync from github
UTAO (Unit Test Assertion Oddities) rank issues?
ok, i've juggled the bugranks to get these out of the scary ranks. thanks for the report. btw, this project is actively maintained on github.com/mebigfatguy/fb-contrib
The odd thing about FindBugs is that there is this disconnect betwen these 'scary' ranks and what the programmer uses. So the programmer controls how a bug report is produced by choosing bug ranks of LOW, MEDIUM and HIGH. and then can alter them with a bugrank file. All the UTAO bug patterns are logged at MEDIUM or LOW, and with bugranks adjustments of 0. (none) The only bug rank modifications are for tests that don't have any asserts, or are using the deprecated junit apis. I'm not sure why FindBugs...
Version 7.0.1
sync from github
fb-contrib: Version 7.0.1 released
Version 7.0.0
sync from github
fb-contrib: Version 7.0.0 released
sync from github
Version 6.8.4
Version 6.8.4
sync from github
Sync from github
sync from github
sync from github
Version 6.8.2
sync from github
Version 6.8.1
add tests
sync from github
move src to match git layout
remove samples/lib
Version 6.8.0
sync from github
fb-contrib: Version 6.8.0 released
Version 6.6.3
remove moved files
remove moved files
sync from github
Version 6.6.2
sync from github
sync from github
Version 6.6.1
sync from github
Version 6.6.0
sync from github
fb-contrib: Version 6.6.0 released
sync from github
sync from github
PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS False-Positives on Arrays.toString with different objects
Fixed. will be part of an upcoming 6.4.2 release. date not yet fixed. thanks for...
Interesting, it looks like Findbugs proper (not fb-contrib) sees that includes and...
well, that was easy, and yes i can reproduce there. thanks, will look.
Thanks for the report. When i use the following I don't get any issue. Would it be...
Thanks for the report. When i use the following I don't get any issue. Would it be...
sync from github
fb-contrib: Version 6.4.0 released
Version 6.4.0
sync from github
sync from github
SPP_SERIALVER_SHOULD_BE_PRIVATE not referenced.
commit 38956fc283a8cd6974c2ad5c2588520564da2282 Author: Dave Brosius Date: Tue Sep...
SPP_SERIALVER_SHOULD_BE_PRIVATE not referenced.
Why is SPP_SERIALVER_SHOULD_BE_PRIVATE not in findbugs.xml Knuckleheaded stupidity,...
sync from github
sync from githuh
sync from githuh
sync from github
fb-contrib: Version 6.2.0 released
sync from github
Release 6.0.1
sync from github
any flags i can use to get around this, till fixed?
Apparent infinite loop in PartialEvaluator.evaluateExceptionHandlers
Problems with PartialEvaluator bytecode recognition
Yes this is true. However, I am using a library jar that requires stuff found in...
Yes i do have these warnings, but am at a loss as to how to fix them, for instance...
I can post more debug info, but this seems like just a missing implementation.
UnsupportedOperationException running proguard
I get the same exact problem on 5.1. I see it as a repeat of this supposedly fixed...
After enabling debug, and adding some sysouts of my own, i can give you some info...