You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Manikantan Narender Nath (Jira)" <ji...@apache.org> on 2020/03/30 06:08:00 UTC

[jira] [Created] (NETBEANS-4085) [Netcat12] [Gradle] New Gradle project wizard allows to create project with same name

Manikantan Narender Nath created NETBEANS-4085:
--------------------------------------------------

             Summary: [Netcat12] [Gradle] New Gradle project wizard allows to create project with same name
                 Key: NETBEANS-4085
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4085
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Generic Projects UI, projects - Gradle
    Affects Versions: 12.0
         Environment: Product Version: Apache NetBeans IDE 12.0-beta2
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
            Reporter: Manikantan Narender Nath
            Assignee: Laszlo Kishalmi
             Fix For: 12.0


Steps to reproduce
 # Started with clean user dir and cache dir
 # New Project |Java with Gradle|Java application
 # Provide the name - `duplicate-project`
 # Provide a project location; example <userhome>/Netcat12/NBprojects
 # Provide Description - Originally created project
 # Click finish
 # You will notice in the project explorer the new project node as Originally created project
 # New Project |Java with Gradle|Java application
 # Provide name `duplicate-project`
 # Use the same above project location; example <userhome>/Netcat12/NBprojects
 # Provide Description - I am a duplicate

Expected behaviour

Error banner describing that the project already exists

Finish/Next buttons are disabled

Actual Behaviour

No error banner

Finish is enabled

Clicking Finish over-writes the existing project(directories are retained, but build.gradle, settings.gradle and gradle.properties are over-written)

In project explorer we see the project node "I am a duplicate"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists