AdamaJava / adamajava

Other
14 stars 5 forks source link

check isPresent before calling get on Optional #299

Closed holmeso closed 2 years ago

holmeso commented 2 years ago

Description

Fixes instances where Optional.get() is called without a prior isPresent() call.

Type of change

How Has This Been Tested?

Existing unit tests pass

Are WDL Updates Required?

No wdl updates required

holmeso commented 2 years ago

agree - ifElse is more elegant