eclipse-capella / capella

Open Source Solution for Model-Based Systems Engineering
https://mbse-capella.org
Eclipse Public License 2.0
236 stars 96 forks source link

Invalid usages of "Optional.orElseGet(null)" leading to systematic errors #2849

Open GlennPlou opened 5 months ago

GlennPlou commented 5 months ago

I didn't identify any scenario to illustrate any bug, but the "Optional.orElseGet(null)" code snippet shouldn't exist and sould be replaced with "Optional.orElse(null)" instead. Identified in: