-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.filenameis not used
opt.overriding.properties.filename is mentioned in a SettingsTest test, but that test isn't run (the @Test annotation is commented out).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation