Skip to content

eaa for java.util.Properties.getProperty(String,String) is incorrect #141

Description

@JohnLussmyer

The file has it as:
getProperty
(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
(L1java/lang/String;L1java/lang/String;)L1java/lang/String;
which specifies that the 2nd parameter and return value must be NonNull. Looking at the code, they both can be null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions