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 224921 - NullPointerException at org.netbeans.modules.odcs.ui.utils.Utils.getRealUrl
Summary: NullPointerException at org.netbeans.modules.odcs.ui.utils.Utils.getRealUrl
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 16:59 UTC by Ondrej Vrabec
Modified: 2013-04-18 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197596


Attachments
stacktrace (2.17 KB, text/plain)
2013-01-15 16:59 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-01-15 16:59:06 UTC
Build: NetBeans IDE Dev (Build 20130114-2b3f4094010e)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.odcs.ui.utils.Utils.getRealUrl(Utils.java:128)
   at org.netbeans.modules.odcs.ui.project.ProjectDetailsTopComponent.initDetails(ProjectDetailsTopComponent.java:606)
   at org.netbeans.modules.odcs.ui.project.ProjectDetailsTopComponent.componentOpened(ProjectDetailsTopComponent.java:515)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1140)
   at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:798)
Comment 1 Ondrej Vrabec 2013-01-15 16:59:08 UTC
Created attachment 130249 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-01-15 17:06:24 UTC
fix: http://hg.netbeans.org/core-main/rev/b2e11ef8ea40
Comment 3 Ondrej Vrabec 2013-01-15 17:28:07 UTC
fix: http://hg.netbeans.org/core-main/rev/899890c59db6
Comment 4 Quality Engineering 2013-04-18 02:19:11 UTC
Integrated into 'main-golden', will be available in build *201304172301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b2e11ef8ea40
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224921 - NullPointerException at org.netbeans.modules.odcs.ui.utils.Utils.getRealUrl