Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

29
LINES

< > BotCompany Repo | #1005585 // Parsing Compiler Errors [dev.]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3897L/24K/82K).

1  
!752
2  
3  
concepts.
4  
5  
concept Example {
6  
  S text; // compiler output
7  
}
8  
9  
p {
10  
  concepts();
11  
  addExample([[
12  
/tmp/tmp_982526522/main.java:726: error: cannot find symbol
13  
      imageSurface.setToolTipText(str(e.getPoint()));
14  
      ^
15  
  symbol: variable imageSurface
16  
1 error
17  
]]);
18  
19  
  addExample([[
20  
/tmp/tmp_1308433492/main.java:31: error: local variable tf is accessed from within inner class; needs to be declared final
21  
        messageBox(tf.getText() + " yourself!");
22  
                   ^
23  
1 error
24  
]]);
25  
}
26  
27  
svoid addExample(S text) {
28  
  uniq(Example, +text);
29  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005585
Snippet name: Parsing Compiler Errors [dev.]
Eternal ID of this version: #1005585/1
Text MD5: b77e303f000adc9b763b5329944786f0
Transpilation MD5: 8a918ab48aa16b932c78f482a4364812
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-30 17:47:05
Source code size: 574 bytes / 29 lines
Pitched / IR pitched: No / No
Views / Downloads: 456 / 550
Referenced in: [show references]