File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
src/main/java/org/example Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "java.configuration.updateBuildConfiguration" : " automatic"
2+ "editor.formatOnSave" : true ,
3+ "java.configuration.updateBuildConfiguration" : " automatic" ,
4+ "java.compile.nullAnalysis.mode" : " automatic" ,
5+ "editor.codeActionsOnSave" : {
6+ "source.organizeImports" : " explicit" ,
7+ "source.generate.finalModifiers" : " explicit" ,
8+ "source.fixAll" : " explicit"
9+ },
10+ "java.codeGeneration.useBlocks" : true ,
11+ "java.saveActions.organizeImports" : true ,
12+ "java.sources.organizeImports.starThreshold" : 3 ,
13+ "java.sources.organizeImports.staticStarThreshold" : 3 ,
14+ "java.test.config" : {
15+ "vmArgs" : [
16+ " -Djava.util.logging.config.file=src/test/resources/logging.properties"
17+ ]
18+ },
319}
Original file line number Diff line number Diff line change 33 */
44package org .example ;
55
6+ /**
7+ * Dummy code
8+ */
69public class Library {
10+ /**
11+ * Dummy method
12+ *
13+ * @return value
14+ */
715 public boolean someLibraryMethod () {
816 return true ;
917 }
You can’t perform that action at this time.
0 commit comments