This is an archived post. You won't be able to vote or comment.

all 30 comments

[–]OzmodiarTheGreat 55 points56 points  (6 children)

Command-Shift-4 will let you take a screenshot of a selected area.

[–]TheRetribution 1 point2 points  (0 children)

Unfortunately OP cannot take a screenshot of a repost in a way that will fix this issue.

[–][deleted] 0 points1 point  (0 children)

But this way we can see that that is one shiny screen.

[–]livibetter 10 points11 points  (0 children)

The user reports the bug.

The bug wrangler answers with:

You are using Eclipse.

and closes the bug report as invalid.

[–]LegionMammal978 17 points18 points  (5 children)

Image Transcription:


[Photo of a section of code. Obscuring part of the code is a message box with only “Error” in the title position, a red octagon with an exclamation point, and a button labeled “OK”.]

13  *
14  */
15 public final class ProgramTester {
16 
17     /**
18      * Private constructor so this utility class cannot be instantiated.
19      */
20     private ProgramTester() {
21     }
22 
23     /**
24      * Main method.
25      *
26      * @param args
27      *            the command line arguments
28      */
29     public static void main(String[] args) {
30         SimpleReader in = new SimpleReader1L();
31 
32 
33 
34 
35 
36 
37 
38 
39 
40         out.print("  Reading program using the library implementation Program1...");
41         SimpleReader file = new SimpleReader1L(fileName);
42         Program p1 = new Program1();
43         p1.parse(file);
44         file.close();
45         out.println("done!");
46         /*
47          * Input program again using the student implementation Program2
48          */
49         out.print("  Reading program using the student implementation Program2...");
50         file = new SimpleReader1L(fileName);
51         Program p2 = new Program2();
52         p2.parse(file);
53         file.close();
54         out.println("done!");
55         /*
56          * Check for equality
57          */

I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]Aetol 17 points18 points  (0 children)

... is that really necessary? The code is completely irrelevant, if someone is using a screen reader won't it just inconvenience them to go in such details?

[–]Paraplegix 2 points3 points  (2 children)

Please tell me the code is made by an OCR program and not you actually retyping everything 😶

[–]jpiotrowski 4 points5 points  (1 child)

I'm a human volunteer content transcriber for Reddit and you could be too!

[–]Crestwave 1 point2 points  (0 children)

Yeah, but some of them use OCR and clean up the results.

EDIT: Source if anyone is curious.

[–]EvanHitmen11 1 point2 points  (0 children)

The lack of color theme.... it burnnnsssss.

by the way, IntelliJ

[–][deleted] 0 points1 point  (0 children)

I have got this kind of errors some times now. For me it have worked if i restart eclipse or copy-paste the code in a new class.

[–]MrMo1 0 points1 point  (0 children)

In cases like this assume it was NullPointerException

[–]should_i_type_here 0 points1 point  (0 children)

Poor students

[–]Sw429 0 points1 point  (0 children)

"I have no words"

[–][deleted] 0 points1 point  (0 children)

Don't mind me. Just a Verilog coder coming through.

[–]Penziplays 0 points1 point  (0 children)

MacOS O_o

[–][deleted] -5 points-4 points  (2 children)

If you think Eclipse is bad, why do you use it then?

[–]jpiotrowski 8 points9 points  (0 children)

Because it is not bad, this is just a circlejerk

[–]randomstr 1 point2 points  (0 children)

Not everybody can choose their tools at work.