From 8b2d4ca67c2077d7812ba4fec93d94094df0faa8 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 17 Jan 2020 15:58:55 +0100 Subject: ConfigurationApp: hide not-mentioned by default, add parameter to show them anyway. --- .../resource/configurationRoot/out.txt | 45 ---------------------- 1 file changed, 45 deletions(-) (limited to 'test/configuration/resource/configurationRoot/out.txt') 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_ -- cgit