fling icon indicating copy to clipboard operation
fling copied to clipboard

Ensure that keywords aren't used for variable names

Open homedirectory opened this issue 2 years ago • 0 comments

This corrects the generation of variable names corresponding to terminal parameters, such as Class or Enum. Previous implementation could erronously generate code such as: java.lang.Enum enum = ...; or Type method(Class class)

homedirectory avatar Feb 07 '24 18:02 homedirectory