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 234685 - Available plugins table not in sync after sorting
Summary: Available plugins table not in sync after sorting
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: REGRESSION
: 234693 234743 234912 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-21 08:25 UTC by mienamoo
Modified: 2014-10-09 23:15 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing mismatch (72.97 KB, image/png)
2013-08-21 08:25 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2013-08-21 08:25:04 UTC
Created attachment 138962 [details]
Screenshot showing mismatch

NetBeans build 201308192300
JDK 7u17 64-bit

In the plugin manager, on the Available Plugins tab, everything worked as expected initially when I clicked on items in the list. But then I sorted the list by name (by clicking on the column heading). And now when I select an item in the list, a different module's description is displayed. (It seems to be a model vs. view row number issue.)

See the attached screenshot as an example.
Comment 1 Jiri Rechtacek 2013-08-21 09:26:16 UTC
A regression caused by fix issue 225222.
mienamoo, thanks for reporting this problem in Development builds.
Comment 2 Jiri Rechtacek 2013-08-21 09:33:36 UTC
*** Bug 234693 has been marked as a duplicate of this bug. ***
Comment 3 mienamoo 2013-08-21 10:21:09 UTC
You're welcome. :)
Comment 4 Jiri Rechtacek 2013-08-22 08:13:05 UTC
*** Bug 234743 has been marked as a duplicate of this bug. ***
Comment 5 Libor Fischmeistr 2013-08-22 09:33:54 UTC
Fix: http://hg.netbeans.org/core-main/rev/0ecdeb3f99b3

Thanks for the report. Now it should work correctly.

Please verify if there could be any errors between the model and view in plugin manager.

Thanks
Comment 6 markiewb 2013-08-25 11:37:09 UTC
*** Bug 234912 has been marked as a duplicate of this bug. ***
Comment 7 mienamoo 2013-09-02 19:33:41 UTC
Verified with build 201309020001. Thanks!