Bramli
Bramli
Hello @timtebeek i think that this issue was already fixed, i maked some test and we are not converting to text blocks when there's comments.
In my opinion, a new abstract class known as AbstractNoGuavaImmutable can be created and the common methods can be added to it. We can further expand it with AbstractNoGuavaImmutableCopyOf.java and...
hello @timtebeek what do you think about replacing ``` import com.something.*; class A { void foo(Record r) { } } ``` by this ``` import com.something.*; class A { void...