stringtemplate4 icon indicating copy to clipboard operation
stringtemplate4 copied to clipboard

StringTemplate 4

Results 47 stringtemplate4 issues
Sort by recently updated
recently updated
newest added

Hi, I encountered that issue with v3 but I believe the problem exists also in v4. Basically in https://github.com/antlr/stringtemplate4/blob/9a439491acc5b17d191316c9b3a99ab7bd340477/src/org/stringtemplate/v4/misc/ObjectModelAdaptor.java#L150 you call `Class.getField` and then try to make it visible via...

type:bug

for this toString method in picture below [ ![image](https://user-images.githubusercontent.com/44200574/137448733-782aa23d-875b-48ed-b742-d006881dfa59.png) ](url) when the type of first parameter is not Calendar or Date, there will be ClassCastException; So when cast to Date,...

In version 3 we could code so that an `AttributeRenderer` applied to `String.class` was only called for attributes set onto the template. We are trying to create the same behaviour...

I found an unexpected behavior on resolving dictionaries and tracked it down to attribute resolution. I found this code: ``` // got to root scope and no definition, try dictionaries...

I looked through this repo, and there is no static void main() method on any class. Therefore, I don't think this has been considered: It would be nice to have...

type:enhancement

When I try and debug a NullPointerException (!) in ST4-4.0.8.jar, for a 'missing' .st file, the byte-code line number and source jar line numbers don't match, so I have to...

type:enhancement

Your maven pom.xml is missing the license, like this: ``` The BSD License http://www.antlr.org/license.html repo ```

## Description I am looking for an elegant solution for generating JavaDocs, or in general, multi-line strings where each line begins with some characters that are not necessarily whitespace. For...

type:feature

https://openjdk.java.net/projects/code-tools/jmh/

I have a template like this MethodBlock(block) ::= > It will call to template MethodDeclaration if simple Name is MethodDeclaration But I want to add prefix to template name, like...