You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have another problem. If i initialize a Map or a List using the new-operator in a source file i got no template of my file. It doesn´t matter if i initialize this in a method taged by @CommentTamplate nor another method or in the top of my source-class.
regards
Dennis
The text was updated successfully, but these errors were encountered:
i´m sorry. I found out, that commentTemplate does not support Java 7 syntax for generic type inference. For example
List exampleList = new ArrayList<>(); is valid syntax in Java 7 but commentTemplate do not create a template of a source class.
perhabs this could be observed in a new release of commentTemplate.
Hi again,
i have another problem. If i initialize a Map or a List using the new-operator in a source file i got no template of my file. It doesn´t matter if i initialize this in a method taged by @CommentTamplate nor another method or in the top of my source-class.
regards
Dennis
The text was updated successfully, but these errors were encountered: