Skip to main content
The 2024 Developer Survey results are live! See the results
Nathan's user avatar
Nathan's user avatar
Nathan's user avatar
Nathan
  • Member for 14 years, 4 months
  • Last seen this week
102 votes
7 answers
69k views

How to list files in a stopped Docker container

45 votes
3 answers
52k views

What is the python equivalent to a Java .jar file?

22 votes
1 answer
11k views

What does CompileThreshold, Tier2CompileThreshold, Tier3CompileThreshold and Tier4CompileThreshold control?

11 votes
4 answers
1k views

What is a cross-platform compatible way to redirect to NUL or /dev/null?

10 votes
2 answers
782 views

Re-ordering of assignments and adding a fence

7 votes
3 answers
2k views

How do I map ASM's API version in Opcodes to Java version?

7 votes
1 answer
4k views

Convert Consumer into Runnable inside Stream.map()

6 votes
0 answers
1k views

How to Periodically Send a HTTP Status Code 102 Processing Response through Grizzly

5 votes
1 answer
116 views

Keep constructor if field annotated

5 votes
2 answers
5k views

Avoid Instant.toEpochMilli() Arithmetic Overflow

5 votes
3 answers
428 views

How to optimize the unused space in the Java heap

5 votes
2 answers
1k views

Java 8 Stream of Super Classes, Parent Files, Component Parents, linked list, etc

5 votes
1 answer
760 views

Java FileChannel.size() vs File.length() - After FileChannel.truncate()

4 votes
1 answer
648 views

What is the reason for PMD CallSuperInConstructor?

4 votes
2 answers
373 views

What is the Eclipse External Annotation Format for Static Inner Classes?

3 votes
1 answer
726 views

Prevent and Detect Deletion of an Open File

3 votes
2 answers
1k views

Show 2 Times from Different Time Zones in Week and Day View in Thunderbird Lightning Extension

3 votes
2 answers
1k views

Run all TestNG tests in a package specified on the command line

3 votes
1 answer
1k views

Where is the Output for Proguard's -whyareyoukeeping?

3 votes
0 answers
370 views

Find the object by Eclipse debugger ID

3 votes
2 answers
3k views

Files.createDirectories() throws FileAlreadyExistsExceptions but no directory

2 votes
1 answer
1k views

How to detect when a thread hits a breakpoint in Java

2 votes
2 answers
925 views

Set Indentation between Parenthesis for Java's try-with-resources in Eclipse

2 votes
1 answer
2k views

Programmatically Change the Output Format of Log4j 2.x

1 vote
1 answer
146 views

What do I need to keep in Proguard to run ObjectDB?

1 vote
2 answers
981 views

What is the smallest SO_SNDBUF and SO_RCVBUF sizes possible on Windows and Linux?

1 vote
2 answers
8k views

Use Value from One Column in Another Column

1 vote
1 answer
162 views

Eclipse External Null Annotation for AbstractStreamEx.nonNull()

1 vote
1 answer
736 views

How to Send a Glympse from the Automate App

1 vote
2 answers
124 views

Add JMenuItem to Already Visible JMenu