Reports
Optional.get()
method calls without an earlier check that the optional has a value. If the optional is empty, calling
Optional.get()
will throw an exception.