mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

david_page
08.07.2007 7ff5e7514bd93610a186771f6dfbee816320e468
refs
author david_page <david_page@localhost>
Thursday, March 8, 2007 19:07 +0100
committer david_page <david_page@localhost>
Thursday, March 8, 2007 19:07 +0100
commit7ff5e7514bd93610a186771f6dfbee816320e468
tree 277da2e4c95c5160b44ff2984ac56c0fdcdd9cee tree | zip | gz
parent 3dca514255b97388b4deeffa0900fdd1107c35de view | diff
These changes move the PasswordPolicy field default-value initialization from a private constructor to the field declaration, and where appropriate, qualifies the field with "final".

The motivations are:

1. Easier to find default field values (e.g., use an IDE's "go to declaration" mechanism).

2. Mark any field with "final" that does not have a reasonable default value (i.e., those that depend on some constructor argument) to help ensure the object is properly initialized.

1 files modified
191 ■■■■■ changed files
opends/src/server/org/opends/server/core/PasswordPolicy.java 191 ●●●●● diff | view | raw | blame | history