📄 massivecomments.java
字号:
// 1 sample java file for testing comment settings in jAnalyzerpackage org.infozone.tools.janalyzer;// 2import koala.dynamicjava.tree.*;// 3public final class MassiveComments { // 4 public JavaCodeOutput() { // 5 method(); // 6 method(); // 7 } // 8 public final Object method(Parameter one) { // 9 try { // 10 if (cond) { // 11 method6(); // 12 method6b(); // 13 } // 14 else if (cond2) { // 15 method(); // 16 } // 17 else { // 18 method(); // 19 } // 20 } // 21 catch(exception e) { // 22 method(); // 23 method(); // 24 } // 25 finally { // 26 method(); // 27 method(); // 28 } // 29 switch (cond) { // 30 case A: // 31 method(); // 32 method(); // 33 default: // 34 method(); // 35 method(); // 36 } // 37 while (cond) { // 38 method(); // 39 method(); // 40 } // 41 do { // 42 method(); // 43 method(); // 44 }while(cond); // 45 left, 46 for (;;) { // 47 method(); // 48 method(); // 49 } // 50 addActionListener(new ActionListener() { // 51 public void actionPerformed(ActionEvent e) { // 52 method(); // 53 } // 54 }); // 55 } // 56} // 57
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -