raymond-jgler / java-class-jacksonizer

A tool to bulk annotate existing constructor with given annotations, or to add a default constructor to Java classes if without.
MIT License
3 stars 0 forks source link

Enhanced To-Be Import When New Constructor Is Written In Children Classes ( from each super classes in the chain ) #1

Closed raymond-jgler closed 11 months ago

raymond-jgler commented 11 months ago

Image issue description :

image

Expected output : the below should be added

import com.aggregated.inline_tests.intricate_tests.fuzzy_class.DummyObject01;
import com.aggregated.inline_tests.intricate_tests.fuzzy_class.DummyObject02;
import com.aggregated.inline_tests.intricate_tests.fuzzy_class.DummyObject;
raymond-jgler commented 11 months ago

Fixed in Merge PR #3 and Merge PR #4