codeclimate-duplication icon indicating copy to clipboard operation
codeclimate-duplication copied to clipboard

Codeclimate asks to refactor one line that is java package name

Open zasran opened this issue 1 year ago • 0 comments

Codeclimate message: Similar blocks of code found in 5 locations. Consider refactoring.

Code it asks to refactor (first line in the java file):

package com.qlik.stitch.model;

It is not possible to refactor that line. Ideally we would expect to not get this suggestion.

zasran avatar Dec 16 '24 20:12 zasran