OriRoth / fling

A fluent API generator
http://drops.dagstuhl.de/opus/volltexte/2019/10805/
24 stars 3 forks source link

Ensure that keywords aren't used for variable names #22

Open homedirectory opened 8 months ago

homedirectory commented 8 months ago

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)