diff options
Diffstat (limited to 'test/configuration/resource/configurationRoot/out.txt')
-rw-r--r-- | test/configuration/resource/configurationRoot/out.txt | 48 |
1 files changed, 19 insertions, 29 deletions
diff --git a/test/configuration/resource/configurationRoot/out.txt b/test/configuration/resource/configurationRoot/out.txt index 8100fadb..8cdd9bca 100644 --- a/test/configuration/resource/configurationRoot/out.txt +++ b/test/configuration/resource/configurationRoot/out.txt @@ -2,26 +2,17 @@ Configuration for 'BASE/d1/d11'. # Emit a warning or error if @Accessors is used. lombok.accessors.flagUsage = ERROR -# BASE/d1/lombok.config: -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/lombok.config (stopped bubbling): # 4: lombok.accessors.flagUsage = ERROR # Generate setters that return 'this' instead of 'void' (default: false). lombok.accessors.chain = false -# BASE/d1/lombok.config: -# <'lombok.accessors.chain' not mentioned> -# -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/lombok.config (stopped bubbling): # 3: lombok.accessors.chain = false # Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters. lombok.accessors.prefix += f -# BASE/d1/lombok.config: -# <'lombok.accessors.prefix' not mentioned> -# -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/lombok.config (stopped bubbling): # 5: lombok.accessors.prefix += f # Use this name for the generated logger fields (default: 'log'). @@ -34,37 +25,39 @@ Configuration for: # Emit a warning or error if @Accessors is used. lombok.accessors.flagUsage = ERROR -# BASE/d1/lombok.config: -# <'lombok.accessors.flagUsage' not mentioned> -# -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/lombok.config (stopped bubbling): # 4: lombok.accessors.flagUsage = ERROR # +# BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): +# <'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/lombok.config: -# <'lombok.accessors.chain' not mentioned> -# -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/lombok.config (stopped bubbling): # 3: lombok.accessors.chain = false # +# BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): +# <'lombok.accessors.chain' not mentioned> +# # BASE/d1/d11/d111/lombok.config: -# 1: clear lombok.accessors.chain +# 2: clear lombok.accessors.chain # Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters. +lombok.accessors.prefix += z_ lombok.accessors.prefix += f lombok.accessors.prefix += m_ -# BASE/d1/lombok.config: -# <'lombok.accessors.prefix' not mentioned> +# BASE/d1/d11/lombok.config (stopped bubbling): +# 5: lombok.accessors.prefix += f # -# BASE/d1/d11/lombok.config: +# BASE/d1/d11/d111/import1.config (imported from BASE/d1/d11/d111/lombok.config:1): +# 4: lombok.accessors.prefix += z_ # 5: lombok.accessors.prefix += f # # BASE/d1/d11/d111/lombok.config: -# 2: lombok.accessors.prefix += m_ +# 3: lombok.accessors.prefix += m_ # Use this name for the generated logger fields (default: 'log'). clear lombok.log.fieldName @@ -77,10 +70,7 @@ clear lombok.accessors.flagUsage # Generate setters that return 'this' instead of 'void' (default: false). lombok.accessors.chain = true -# BASE/d1/lombok.config: -# <'lombok.accessors.chain' not mentioned> -# -# BASE/d1/d12/lombok.config: +# BASE/d1/d12/lombok.config (stopped bubbling): # 3: lombok.accessors.chain = true # Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters. |