- 22 Jun, 2020 6 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
CDM2MD uses reflections which uses the javassist jar
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
- 21 Jun, 2020 1 commit
-
-
Aaron Bray authored
Now its consisten with python and C#
-
- 20 Jun, 2020 1 commit
-
-
Aaron Bray authored
- Converted FileUtils zip methods to apache compress (or removed them) - Git hash is now provided in run.cmake Also a class name update (Proper casing)
-
- 19 Jun, 2020 5 commits
-
-
Aaron Bray authored
# Conflicts: # src/java/pulse/cdm/system/equipment/mechanical_ventilator/SEMechanicalVentilator.java # src/java/pulse/utilities/csv/plots/ActionEventPlotter.java # src/java/pulse/utilities/csv/plots/ConvexHullPlotter.java # src/java/pulse/utilities/csv/plots/MultiPlotter.java # src/java/pulse/utilities/csv/plots/RespiratoryPFTPlotter.java
-
Aaron Bray authored
-
-
Aaron Bray authored
Rebase from substance initialization in mech. vent., airway name change, and shorten hemorrhage groups
-
Aaron Bray authored
Pulse will now derive the format based on filename extension
-
- 18 Jun, 2020 15 commits
-
-
marinier authored
Doesn't fix a default warning, but it's canonical after 1.7, at least until Java 11. It generally makes the code easier to read.
-
marinier authored
While this doesn't fix a default warning, it's canonical and people expect it. It also makes the code easier to understand.
-
marinier authored
Note that I did this using Eclipse's automatic import cleanup, which also made lots of changes that do not fix warnings (e.g., expanding wildcards, etc.).
-
marinier authored
Switched from using clone to just directly constructing the desired type, which fixes a cast warning Note that clone() is not something that gets used often -- probably best to avoid it.
-
marinier authored
The way it was before, if an exception was thrown, the resources would not have been closed. When using this method, there is no need for an explicit close.
-
marinier authored
-
marinier authored
-
marinier authored
-
marinier authored
They are deprecated starting in Java 9, which probably won't be updated to any time soon, but it's nice to fix these as they are seen.
-
marinier authored
-
marinier authored
-
marinier authored
Replaced OrderedProperties implementation with an existing open source one. Eliminates a lot of warnings. The author claimed it fully implemented the methods in Properties, but it did not fully implement the methods of the HashTable base class. So I had to tweak a couple of lines elsewhere to work with the new implementation.
-
marinier authored
A few other implementers needed to implement some now-abstract methods, or switch to use the public methods.
-
Aaron Bray authored
-
marinier authored
As it was before, throwable messages would just get printed. Slf4j has its own built-in throwable handling; notably, the stacktraces are captured.
-
- 17 Jun, 2020 3 commits
-
-
marinier authored
I included the logback jars so something actually shows up in the console. Those, and the slf4j jar, are only needed for the HowTo. Note that the log levels don't quite line up, so nothing is logged to trace, and the fatal messages are logged to error with a "FATAL: " prefix.
-
Aaron Bray authored
-
Aaron Bray authored
By default, have an engine log to the console (Loggers, by default, do not)
-
- 16 Jun, 2020 4 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
- 15 Jun, 2020 2 commits
-
-
Aaron Bray authored
Also added const protection to substanes retrieved by users from the engine
-
Aaron Bray authored
-
- 12 Jun, 2020 1 commit
-
-
Aaron Bray authored
-
- 11 Jun, 2020 2 commits