Hello,
I am trying to exclude some Java POJO's from the rule "common-java:DuplicatedBlocks". I have filled in my pattern as below:

Expectation
All files such as the following are excluded using the pattern below
src/**/*Form.java,src/**/*Dto.java,src/**/*DTO.java
- src/foo/MyForm.java
- src/bar/MyDto.java
- src/MyDTO.java
However, nothing is being excluded. What am I missing here? I am running SonarQube 5.6.6.