[infinispan-issues] [JBoss JIRA] (ISPN-9030) Avoid anonymous classes inside lambdas
Dan Berindei (JIRA)
issues at jboss.org
Mon Apr 2 06:27:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-9030:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5889
> Avoid anonymous classes inside lambdas
> --------------------------------------
>
> Key: ISPN-9030
> URL: https://issues.jboss.org/browse/ISPN-9030
> Project: Infinispan
> Issue Type: Task
> Components: Build
> Affects Versions: 9.2.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Minor
> Fix For: 9.3.0.Alpha1
>
>
> IntelliJ's incremental compilation sometimes breaks down when recompiling an [anonymous class declared inside a lambda|https://youtrack.jetbrains.com/issue/IDEA-177431]:
> {noformat}
> Error:java: cannot access org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
> bad class file: /home/dan/Work/jdg/query/target/classes/org/infinispan/query/dsl/embedded/impl/HibernateSearchPropertyHelper$2.class
> bad enclosing method attribute for class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
> Please remove or make sure it appears in the correct subdirectory of the classpath.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list