Skip to content

Inaccurate description of Settings properties in javadoc #1

@srstsavage

Description

@srstsavage

Hi all, there appears to be some inaccuracies in the javadoc for the getConfiguration method of Settings.

From the javadoc:

     * System properties are always loaded first, followed by those
     * properties in an optional file (specified with the system
     * property "opt.overriding.properties.filename"), followed by
     * context-specific default properties files.

From what I can tell from testing and checking the code:

  • System properties are not loaded at all
  • opt.overriding.properties.filename is not used

opt.overriding.properties.filename is mentioned in a SettingsTest test, but that test isn't run (the @Test annotation is commented out).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions