[
https://issues.apache.org/jira/browse/JCI-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163517#comment-17163517
]
Gary D. Gregory commented on JCI-78:
------------------------------------
Hi [~tcurdt]
I thought I'd take a read at the Javadoc out of curiosity but git master does
not compile for me:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile
(default-testCompile) on project commons-jcs3-core: Compilation failure
[ERROR]
/C:/git/commons-jcs/commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheUnitTest.java:[63,48]
cannot infer type arguments for
org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql.MySQLDiskCache<>
[ERROR] reason: cannot infer type-variable(s) K,V
[ERROR] (actual and formal argument lists differ in length)
{noformat}
Does that ring a bell?
> Improove Javadoc of ResourceStore
> ---------------------------------
>
> Key: JCI-78
> URL: https://issues.apache.org/jira/browse/JCI-78
> Project: Commons JCI
> Issue Type: Improvement
> Components: compiler javac
> Affects Versions: 1.1
> Reporter: Peter Rader
> Priority: Trivial
>
> ResourceStore is used to store information during compilation process.
> From a non-JCI experienced developer I assume it hold the resulting bytecode
> for linking-informations. From my POV it is clear to me that we need the
> method "write" and "read". But it is not clear to me why we need the method
> "remove" because the compilation-process does create the bytecode and not
> "remove" the bytecode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)