¡@

Home 

java Programming Glossary: positives

How do I identify immutable objects in Java

http://stackoverflow.com/questions/203475/how-do-i-identify-immutable-objects-in-java

I could reliably detect whether a class is immutable False positives thinking it's immutable when it isn't are not acceptable but..

How do commercial Java static analysis tools compare with the free ones? [closed]

http://stackoverflow.com/questions/207652/how-do-commercial-java-static-analysis-tools-compare-with-the-free-ones

for us. Klocwork Developer for Java returns higher false positives but we find they have the strongest security checking of these..

Call graph of the whole application

http://stackoverflow.com/questions/2161613/call-graph-of-the-whole-application

where such indirect calls go while minimizing false positives. See Flow analysis and call graphs for more examples of what..

What would be the fastest method to test for primality in Java?

http://stackoverflow.com/questions/2385909/what-would-be-the-fastest-method-to-test-for-primality-in-java

When the certainty is on the low side it produces false positives as @dimo414 mentioned in the comments. Unfortunately I could.. For certainty 5 and 10 isProbablePrime ... produced false positives along the line. But with isProbablePrime 15 no test failed...

How to mask credit card numbers in log files with Log4J?

http://stackoverflow.com/questions/2461726/how-to-mask-credit-card-numbers-in-log-files-with-log4j

a simplistic regex because I am not worried about false positives The code is unit tested so I am fairly convinced it works properly...

What Java FTP client library should I use? [closed]

http://stackoverflow.com/questions/295178/what-java-ftp-client-library-should-i-use

client library should I use closed Since I received no positives answers to my last question. I will try to write a Java FTP..

How does this Java regex detect palindromes?

http://stackoverflow.com/questions/3664881/how-does-this-java-regex-detect-palindromes

happens modified pattern without a chk phase yields false positives final String PALINDROME_BROKEN x . add .replace add assertEntirety..

Where do Java and .NET string literals reside?

http://stackoverflow.com/questions/372547/where-do-java-and-net-string-literals-reside

gcroot 025d2d04 Note Roots found on stacks may be false positives. Run help gcroot for more info. Scan Thread 0 OSTHread 1660..

How to reliably guess the encoding between MacRoman, CP1252, Latin1, UTF-8, and ASCII

http://stackoverflow.com/questions/4198804/how-to-reliably-guess-the-encoding-between-macroman-cp1252-latin1-utf-8-and

it is UTF 8. Due to UTF 8's strict validation rules false positives are extremely rare. ISO 8859 1 vs. windows 1252 The only difference..

Difference between null and “” Java String

http://stackoverflow.com/questions/4802015/difference-between-null-and-java-string