diff options
author | Roel Spilker <r.spilker@gmail.com> | 2020-01-17 15:58:55 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2020-01-20 14:11:29 +0100 |
commit | 8b2d4ca67c2077d7812ba4fec93d94094df0faa8 (patch) | |
tree | 50c673581408f9aa8fc113908091529623697248 /test/configuration/resource/configurationRoot/out.txt | |
parent | 04523763dff98206487b2e358697226ac7b87fd7 (diff) | |
download | lombok-8b2d4ca67c2077d7812ba4fec93d94094df0faa8.tar.gz lombok-8b2d4ca67c2077d7812ba4fec93d94094df0faa8.tar.bz2 lombok-8b2d4ca67c2077d7812ba4fec93d94094df0faa8.zip |
ConfigurationApp: hide not-mentioned by default, add parameter to show them anyway.
Diffstat (limited to 'test/configuration/resource/configurationRoot/out.txt')
-rw-r--r-- | test/configuration/resource/configurationRoot/out.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/test/configuration/resource/configurationRoot/out.txt b/test/configuration/resource/configurationRoot/out.txt index cca31c02..41ac457b 100644 --- a/test/configuration/resource/configurationRoot/out.txt +++ b/test/configuration/resource/configurationRoot/out.txt @@ -27,45 +27,12 @@ Configuration for: lombok.accessors.flagUsage = ERROR # BASE/d1/d11/lombok.config (stopped bubbling): # 4: lombok.accessors.flagUsage = ERROR -# -# BASE/archives/a1.jar!d2/include.config (imported from BASE/archives/a1.jar!d1/include.config:1): -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/archives/a1.jar!d1/include.config (imported from BASE/archives/a1.jar!lombok.config:1): -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/archives/a1.jar!lombok.config (imported from BASE/d1/d11/d111/import1.config:4): -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/archives/a2.zip!reset.config (imported from BASE/d1/d11/d111/lombok.config:2): -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/d1/d11/d111/lombok.config: -# <'lombok.accessors.flagUsage' not mentioned> # Generate setters that return 'this' instead of 'void' (default: false). clear lombok.accessors.chain # BASE/d1/d11/lombok.config (stopped bubbling): # 3: lombok.accessors.chain = false # -# BASE/archives/a1.jar!d2/include.config (imported from BASE/archives/a1.jar!d1/include.config:1): -# <'lombok.accessors.chain' not mentioned> -# -# BASE/archives/a1.jar!d1/include.config (imported from BASE/archives/a1.jar!lombok.config:1): -# <'lombok.accessors.chain' not mentioned> -# -# BASE/archives/a1.jar!lombok.config (imported from BASE/d1/d11/d111/import1.config:4): -# <'lombok.accessors.chain' not mentioned> -# -# BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): -# <'lombok.accessors.chain' not mentioned> -# -# BASE/archives/a2.zip!reset.config (imported from BASE/d1/d11/d111/lombok.config:2): -# <'lombok.accessors.chain' not mentioned> -# # BASE/d1/d11/d111/lombok.config: # 3: clear lombok.accessors.chain @@ -76,22 +43,10 @@ lombok.accessors.prefix += m_ # BASE/d1/d11/lombok.config (stopped bubbling): # 5: lombok.accessors.prefix += f # -# BASE/archives/a1.jar!d2/include.config (imported from BASE/archives/a1.jar!d1/include.config:1): -# <'lombok.accessors.prefix' not mentioned> -# -# BASE/archives/a1.jar!d1/include.config (imported from BASE/archives/a1.jar!lombok.config:1): -# <'lombok.accessors.prefix' not mentioned> -# -# BASE/archives/a1.jar!lombok.config (imported from BASE/d1/d11/d111/import1.config:4): -# <'lombok.accessors.prefix' not mentioned> -# # BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): # 5: lombok.accessors.prefix += z_ # 6: lombok.accessors.prefix += f # -# BASE/archives/a2.zip!reset.config (imported from BASE/d1/d11/d111/lombok.config:2): -# <'lombok.accessors.prefix' not mentioned> -# # BASE/d1/d11/d111/lombok.config: # 4: lombok.accessors.prefix += m_ |