Pattern Detector- content.area.violation | Community
Skip to main content
April 3, 2020
Question

Pattern Detector- content.area.violation

  • April 3, 2020
  • 2 replies
  • 2895 views

While performing aem 6.3 to 6.5 in-place upgrade activity, I have run Pattern Detector. As most of the things have been greyed out under /libs and can't be overlayed/inherited. I have found the below-mentioned issue. Can anyone help me with this?   

 

Pattern/ Type: content.area.violation

Pattern/ Code: CAV

Item/ Message: 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Theo_Pendle
Level 8
April 3, 2020

Hi,

What do you need help with specifically? As you mentioned, you currently are overriding nodes that should not be overridden. The CAV page describes the final area:

/**
  * Defines a node as final, so that it cannot be overlaid
  * or inherited by sling:resourceSuperType.
  */
 [granite:FinalArea] mixin

So the Pattern Detector is warning you that you are violating this mixin on the node at /apps/xxx/granite/ui/components/coral/foundation/form/textfield by overriding /libs/granite/ui/components/coral/foundation/form/textfield. I assume you've done this to create a customized TextField widget?

 

simranjkmAuthor
April 3, 2020

Hi,

 

Yes, it was done to customize Textfield component. As overlay is not allowed anymore for this component is there any alternate way to achieve the same to make customization work.

Adobe Employee
April 3, 2020