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 267269

Summary: Clone dialog displays "Clone name can't be empty" message in wrong step.
Product: versioncontrol Reporter: rpacheco
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git, thruminds
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Clone name can't be empty message
Clone dialogue size problem - screenshot

Description rpacheco 2016-07-23 15:06:41 UTC
Created attachment 161394 [details]
Clone name can't be empty message

STEPS:
   * Open dialog Team > Git > Clone
   * Enter the remote repository info of the first step.
   * Click next

ACTUAL:
   The Remote Branches step dialog is presented, displaying at the bottom: "Clone name can't be empty".

EXPECTED:
   The clone name should be entered until the last step, Destination Directory, so in this step no message should be presented.
Comment 1 thruminds 2016-07-28 12:09:16 UTC
Actually the problem here is that the dialog window size is incorrect. A vertical scroll bar is found to the left which you can use to scroll up and find the Repository URL box, in which you should paste your Git URL.

This issue is found while the GTK+ theme (I'm using Netbeans Dev build 201607270002 on CentOS Linux v7.1). I switched to Metal theme and dialog size was ok and the whole form was displayed without scrolling.
Comment 2 thruminds 2016-07-28 12:10:40 UTC
Created attachment 161485 [details]
Clone dialogue size problem - screenshot