You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Lauri Keel (Jira)" <ji...@apache.org> on 2020/02/21 21:15:00 UTC

[jira] [Created] (FREEMARKER-133) BeansWrapper IllegalAccessException when class defining accessed method is package-private, but subclass is public

Lauri Keel created FREEMARKER-133:
-------------------------------------

             Summary: BeansWrapper IllegalAccessException when class defining accessed method is package-private, but subclass is public
                 Key: FREEMARKER-133
                 URL: https://issues.apache.org/jira/browse/FREEMARKER-133
             Project: Apache Freemarker
          Issue Type: Bug
            Reporter: Lauri Keel


Consider the following code:

 
{code:java}
<#list orders.get(type) as order></#list>{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)