| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| File outputFile = new File(fileName); | ||
| outputFile.getParentFile().mkdirs(); | ||
| try { | ||
| PrintWriter writer = new PrintWriter(fileName, "UTF-8"); |
There was a problem hiding this comment.
Can we use Try-With-Resource here: https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html
Sorry, something went wrong.
| } | ||
|
|
||
| private String parseClassName(String fileName) { | ||
| String indentifier = "java/"; |
There was a problem hiding this comment.
Maybe make this a static final constant?
Sorry, something went wrong.
Avro 1.9.0-SNAPSHOT, with jsr310 enabled
| Back | FazBrowse Home | New Git URL |
AVRO-1749
Maven plugin goal to induce Avro schemas and protocol from Java classes.
(this PR was previously #67)