[
https://issues.apache.org/jira/browse/JCI-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163416#comment-17163416
]
Torsten Curdt commented on JCI-78:
----------------------------------
It's a store. Common operations to a store are read, write and delete
(=remove). The fact that this store is used by the compiler to store bytecode
isn't really relevant to the store.
> 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)