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 230997 - Patch for: [Maven] Dependency graphs shows 'null' for undefined scope
Summary: Patch for: [Maven] Dependency graphs shows 'null' for undefined scope
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-06-09 20:26 UTC by markiewb
Modified: 2013-06-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (15.22 KB, image/png)
2013-06-09 20:26 UTC, markiewb
Details
Proposed patch (1.08 KB, patch)
2013-06-10 20:56 UTC, markiewb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-06-09 20:26:29 UTC
[ JDK VERSION : 1.7.0_21 ]

* create an empty EJB maven project via "New project" wizard
* open dependency graph of the pom
* hover above the node of the project (in the graph)

ACTUAL: scope of project is undefined, but shown as 'null' in the tooltip - see
screenshot
EXPECTED: hide the scope information in the tooltip, if the scope is undefined
Comment 1 markiewb 2013-06-09 20:26:59 UTC
Created attachment 135557 [details]
Shows the issue
Comment 2 markiewb 2013-06-10 20:56:37 UTC
Created attachment 135606 [details]
Proposed patch

I like to propose this simple patch. Please review and commit.
Comment 3 Milos Kleint 2013-06-11 07:49:50 UTC
http://hg.netbeans.org/core-main/rev/4460fe36cf0f

thanks for the patch, applied
Comment 4 Quality Engineering 2013-06-12 02:01:54 UTC
Integrated into 'main-golden', will be available in build *201306112301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4460fe36cf0f
User: Milos Kleint <mkleint@netbeans.org>
Log: #230997 don't show null in tooltip. patch supplied by  markiewb@netbeans.org
Comment 5 markiewb 2013-06-13 12:11:00 UTC
Verified 201306122301