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 235800 - Plugin update should check for dublicate
Summary: Plugin update should check for dublicate
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 09:47 UTC by vidhyadharantechdays
Modified: 2013-09-12 08:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snap short of the issue (13.92 KB, image/jpeg)
2013-09-11 09:47 UTC, vidhyadharantechdays
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vidhyadharantechdays 2013-09-11 09:47:24 UTC
Created attachment 139925 [details]
Snap short of the issue

Hi NB Team,

I have update from 7.3 to 7.4 beta ,

After update i manually install Quick Opener plugin 

 http://plugins.netbeans.org/nbpluginportal/updates/7.3/catalog.xml.gz

Later IDE asked a popup to import existing plugin. I chooses all the previous plugin which includes "Quick Opener Plugin" too. 

Now IDE duplicates the Quick opener plugin. Please find the screen shot attached.

IDE should have the intelligent to verify the duplicates.

Regards,
Vidhya
Comment 1 Jiri Rechtacek 2013-09-12 08:14:21 UTC
(In reply to vidhyadharantechdays from comment #0)
> Created attachment 139925 [details]
> Snap short of the issue
> 
> Hi NB Team,
> 
> I have update from 7.3 to 7.4 beta ,
> 
> After update i manually install Quick Opener plugin 
> 
>  http://plugins.netbeans.org/nbpluginportal/updates/7.3/catalog.xml.gz
> 
> Later IDE asked a popup to import existing plugin. I chooses all the
> previous plugin which includes "Quick Opener Plugin" too. 
> 
> Now IDE duplicates the Quick opener plugin. Please find the screen shot
> attached.
> 
> IDE should have the intelligent to verify the duplicates.
> 
> Regards,
> Vidhya
Comment 2 Jiri Rechtacek 2013-09-12 08:18:05 UTC
(In reply to vidhyadharantechdays from comment #0)
> Created attachment 139925 [details]
> Snap short of the issue
> 
> Hi NB Team,
> 
> I have update from 7.3 to 7.4 beta ,
> 
> After update i manually install Quick Opener plugin 
> 
>  http://plugins.netbeans.org/nbpluginportal/updates/7.3/catalog.xml.gz
> 
> Later IDE asked a popup to import existing plugin. I chooses all the
> previous plugin which includes "Quick Opener Plugin" too. 
> 
> Now IDE duplicates the Quick opener plugin. Please find the screen shot
> attached.
> 
> IDE should have the intelligent to verify the duplicates.
The NetBeans Module System does it. The module system forbids the load two plugin with the same code-name-base. If the quick-opener plugin changed its code-name and a new one quick-opener was provided with different code-name, they might be loaded but the problem is on plugin's side. It cannot be fixed on NetBeans side.


> 
> Regards,
> Vidhya