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 133185 - Improve Validation Warning dialog title
Summary: Improve Validation Warning dialog title
Status: REOPENED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 10:39 UTC by Jaromir Uhrik
Modified: 2014-02-10 14:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot attached... (66.58 KB, image/png)
2010-10-13 13:01 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-04-18 10:39:16 UTC
Product Version: NetBeans IDE 6.1 RC2 (Build 200804170002)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

The Validation Warning dialog title should be something like "Plugin Manager - Validation Warning". So that the user can
quickly identify where the dialog comes from which is useful especially in case that the installation is running on
background - in this case the user may be confused when the dialog appears and it would be great to mention it in the
title that the dialog belongs to plugin manager.
Comment 1 Antonin Nebuzelsky 2008-11-14 15:32:34 UTC
Reassigning to the new "autoupdate/*" owner dlipin.
Comment 2 Jaroslav Tulach 2010-10-13 12:05:03 UTC
What is validation warning dialog?
Comment 3 Jaromir Uhrik 2010-10-13 12:59:33 UTC
I mean the dialog containing the panel:
autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.java

Here are steps how to invoke this dialog:
-create NetBeans module
-call "Create NBM" from popup menu in projects view
-go to Tools|Plugins and select the "Downloaded" tab
-push "Add Plugins..." button and browse the .nbm of your module - the path is written in the output window
-since the module is not signed the dialog with title "Validation Warning" appears during the installation steps
Comment 4 Jaromir Uhrik 2010-10-13 13:01:20 UTC
Created attachment 102387 [details]
Screenshot attached...