Codeclimate message: `Similar blocks of code found in 5 locations. Consider refactoring.` Code it asks to refactor (first line in the java file): ```java package com.qlik.stitch.model; ``` It is not possible to refactor that line. Ideally we would expect to not get this suggestion.