Fixed How to turn off the Eclipse code formatter for certain sections of Java code? #dev #it #asnwer
Fixed How to turn off the Eclipse code formatter for certain sections of Java code? #dev #it #asnwer
How to turn off the Eclipse code formatter for certain sections of Java code?
I’ve got some Java code with SQL statements written as Java strings (please no OR/M flamewars, the embedded SQL is what it is – not my decision).
I’ve broken the SQL statements semantically into several concatenated strings over several lines of code for ease of maintenance. So instead of something like:
String query =…
View On WordPress














