Skip to content

Commit

Permalink
Merge pull request #170 from ChrisJohnNOAA/staticAnalysis
Browse files Browse the repository at this point in the history
Adds some static analysis tools to the maven pom file
  • Loading branch information
ChrisJohnNOAA authored Jul 15, 2024
2 parents 0e5889b + ac7d679 commit f50ea54
Show file tree
Hide file tree
Showing 84 changed files with 227 additions and 133 deletions.
10 changes: 10 additions & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
Loading

0 comments on commit f50ea54

Please sign in to comment.