el-spec
el-spec copied to clipboard
Importing a (public, concrete) nested static class does not work
Hello; I am not sure if this is a specification issue, or a reference implementation issue.
If I define a static nested class that is public and non-abstract, and then attempt to import it using ImportHandler#importClass(String), it does not get imported.
Reported by @ljnelson
@ljnelson said: Sorry, should have mentioned: this is using StandardELContext#getImportHandler().
Was assigned to kchung
This issue was imported from java.net JIRA EL_SPEC-27