This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96786

Summary: Average rating not refreshed
Product: updatecenters Reporter: Jaromir Uhrik <juhrik>
Component: PluginportalAssignee: David Botterill <dbotterill>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaromir Uhrik 2007-02-28 14:49:07 UTC
When the user uses rating and then shows the average rating for a module it
shows old rating instead of new one (that includes current user rating). The
module page must be refreshed to show recounted rating properly.
Comment 1 David Botterill 2007-03-01 05:12:01 UTC
I was not refreshing the current plugin on the session bean after the user rated
the current plugin.  The plugin system calculates the average_rating for the
plugin for each rating given on the plugin.
Comment 2 Jaromir Uhrik 2007-03-02 14:02:35 UTC
Verified.