Skip to main content
SCdF's user avatar
SCdF's user avatar
SCdF's user avatar
SCdF
  • Member for 17 years, 7 months
  • Last seen more than a week ago
2340 votes
35 answers
2.1m views

How do you assert that a certain exception is thrown in JUnit tests?

1680 votes
12 answers
1.3m views

How to redirect output to a file and stdout

129 votes
8 answers
179k views

What does PermGen actually stand for?

129 votes
12 answers
69k views

Tool to read and display Java .class versions

95 votes
7 answers
49k views

How do I stop stacktraces truncating in logs

69 votes
6 answers
22k views

Why aren't Enumerations Iterable?

52 votes
9 answers
166k views

How to keep a VMWare VM's clock in sync? [closed]

42 votes
18 answers
57k views

How do I determine if *exactly* one boolean is true, without type conversion?

34 votes
5 answers
36k views

How can I close a netcat connection after a certain character is returned in the response?

26 votes
4 answers
42k views

Java Generics: Comparing the class of Object o to <E>

23 votes
9 answers
7k views

How to push diffs of data (possibly JSON) to a server?

20 votes
1 answer
34k views

JAXB gives me: java.lang.IllegalArgumentException: is parameter must not be null

18 votes
3 answers
40k views

Link to samba shares in html

16 votes
2 answers
5k views

Can I mark variables as transient so they won't be pickled?

14 votes
18 answers
2k views

Abstraction away from CSS

14 votes
1 answer
3k views

Can you have leiningen load library code from locally checked out source?

12 votes
4 answers
17k views

Tree (directed acyclic graph) implementation

12 votes
4 answers
2k views

Favourite Colour: Myrtle

11 votes
17 answers
3k views

Has anyone built web-apps that can run totally off-line? [closed]

11 votes
8 answers
30k views

How do I make <li> with block elements sit beside each other?

11 votes
3 answers
580 views

How would you idiomatically extend arithmetric functions for other datatypes in Clojure?

10 votes
10 answers
10k views

Is it OK to have an 'empty' class that extends another class?

10 votes
11 answers
2k views

Do you write exceptions for specific issues or general exceptions?

9 votes
3 answers
355 views

How do I refer to columns only mapped for joins in JPQL?

8 votes
2 answers
1k views

Are multi-arity anonymous functions possible in Erlang?

8 votes
5 answers
8k views

Good Stripes tutorials / examples? [closed]

8 votes
2 answers
4k views

Importing JavaScript in JSP tags

7 votes
1 answer
1k views

Can you implement math ops on structs without explicit references or ownership moving?

7 votes
4 answers
150 views

How can I tell if a $("..").each() call was aborted prematurely?

7 votes
3 answers
6k views

Getting Leiningen to download dependencies outside of a project