Allows you to run Java Static Analysis directly in vscode on java files. Based on Charles Jonas's vscode-apex-pmd extension. I recommend you use the default ruleset as a starting point. Set ...
class test { private String function () { String a = "555\n555"; a = "ggg"; return a; } } Scenario A (Selection Paste): Use the mouse to select the \n characters (inside the double quotes), copy them, ...