java Programming Glossary: reproducible
Eclipse SWING app: breakpoint hit only after an uncaught exception is thrown http://stackoverflow.com/questions/1027002/eclipse-swing-app-breakpoint-hit-only-after-an-uncaught-exception-is-thrown Using the option XX UseParallelGC makes the failure not reproducible with either the Client VM or the Server VM. Option yo add to..
Drawing a Component to BufferedImage causes display corruption http://stackoverflow.com/questions/11739989/drawing-a-component-to-bufferedimage-causes-display-corruption the main and paintComponent methods that result in the reproducible error described in Edit 2 public static void main String args..
Cannot launch applet using Java 7u21 http://stackoverflow.com/questions/16083405/cannot-launch-applet-using-java-7u21 policy is unfortunately not an option. The issue is reproducible for the clients. I can however confirm that changing the policy..
Uninitialized object leaked to another thread despite no code explicitly leaking it? http://stackoverflow.com/questions/16178020/uninitialized-object-leaked-to-another-thread-despite-no-code-explicitly-leaking x 2 instead of just x is here simply because the issue is reproducible with it. I'm running openjdk 6 on linux x64. java concurrency..
JNA/ByteBuffer not getting freed and causing C heap to run out of memory http://stackoverflow.com/questions/1744533/jna-bytebuffer-not-getting-freed-and-causing-c-heap-to-run-out-of-memory Java and C native code using JNA and am running accross a reproducible issue with the Java Garbage Collector failing to free references..
Java : File.exists() inconsistencies when setting “user.dir” http://stackoverflow.com/questions/2275362/java-file-exists-inconsistencies-when-setting-user-dir one of the causes to this problem. The code below is now reproducible and usable as is. You can copy paste the Java class and try..
Java VM: reproducable SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report? http://stackoverflow.com/questions/2299250/java-vm-reproducable-sigsegv-on-both-1-6-0-17-and-1-6-0-18-how-to-report on both 1.6.0_17 and 1.6.0_18 how to report EDIT This reproducible SIGSEGV happens on a Linux machine with more than one proc and.. crash anymore... I'm still not too sure what to do with my reproducible SIGSEGV but it's interesting nonetheless . First note that this.. when I installed Debian Lenny not that long ago Here's the reproducible on demand SIGSEGV ... uname a Linux saturn 2.6.26 2 686 #1 SMP..
Java Runtime.getRuntime().exec() alternatives http://stackoverflow.com/questions/2876964/java-runtime-getruntime-exec-alternatives where we actually saw the error the first time. It is a reproducible error. EDIT In the end we solved this problem by re writing..
java: Integer equals vs. == http://stackoverflow.com/questions/3637936/java-integer-equals-vs comparisons but failed on 2. The problem was consistently reproducible. If it is a prevalent problem it should be causing errors on..
onPageFinished not firing correctly when rendering web page http://stackoverflow.com/questions/3702627/onpagefinished-not-firing-correctly-when-rendering-web-page condition going on when loading the page but can't get a reproducible behaviour. I'm storing the HTML content of a webpage in a SQLite..
Workaround for javac compilation order bug in maven http://stackoverflow.com/questions/9505857/workaround-for-javac-compilation-order-bug-in-maven main String args Actions.SKIP.run hello The problem is reproducible by having javac arguments in a particular order. In short in..
Why does InetAddress.isReachable return false, when I can ping the IP address? http://stackoverflow.com/questions/9922543/why-does-inetaddress-isreachable-return-false-when-i-can-ping-the-ip-address bugdatabase view_bug.do bug_id 4921816 Part 1 A reproducible example of the problem Note that in this case it fails. also..
|