[infinispan-issues] [JBoss JIRA] Updated: (ISPN-803) Update status of unsupported operations in Javadoc
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Thu Nov 25 10:37:00 EST 2010
[ https://jira.jboss.org/browse/ISPN-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Achmatowicz updated ISPN-803:
-------------------------------------
Issue Type: Bug (was: Feature Request)
Fix Version/s: (was: 4.2.0.ALPHA5)
Affects Version/s: 4.2.0.Final
Description:
The javadoc for the interface org.infinispan.client.hotrod.RemoteCache incorrectly marks a number of operations as supported, whereas the code throws an UnsupportedOperationException when the se methods are invoked.
The methods in question are:
void evict()
Configuration getConfiguration()
void addListener()
Set<Object> getListeners()
void removeListener()
was:
At present, there is precious little information on the server modules and their startup.
The scala sources have a logging framework in place, there seems to be little in the way of information being logged.
It would be very helpful if a server module could have some DEBUG information added to indicate:
* the phases it does through when starting and confirmation of whether or not it has started
* the configuration it is using and some basic details
* similar for shutdown
Component/s: (was: Configuration)
Affects: [Documentation (Ref Guide, User Guide, etc.)]
> Update status of unsupported operations in Javadoc
> --------------------------------------------------
>
> Key: ISPN-803
> URL: https://jira.jboss.org/browse/ISPN-803
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 4.2.0.Final
> Reporter: Richard Achmatowicz
> Assignee: Galder Zamarreño
>
> The javadoc for the interface org.infinispan.client.hotrod.RemoteCache incorrectly marks a number of operations as supported, whereas the code throws an UnsupportedOperationException when the se methods are invoked.
> The methods in question are:
> void evict()
> Configuration getConfiguration()
> void addListener()
> Set<Object> getListeners()
> void removeListener()
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list