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 253233

Summary: Gradle project on "project remove" deletes all files implicitly.
Product: third-party Reporter: yota
Component: -- Other --Assignee: attila.kelemen
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description yota 2015-06-29 10:25:12 UTC
Gradle project  on "project remove" deletes all files implicitly. very dangerous.
Comment 1 attila.kelemen 2015-07-13 12:37:17 UTC
It is the intended behaviour. What would you expect? Also, the plugin clearly warns you about what will happen (default action being no).
Comment 2 yota 2015-07-13 16:04:32 UTC
It is just different from than other project types being deleted looks like. It is not consistent with the IDE.
Comment 3 attila.kelemen 2015-07-13 16:07:45 UTC
(In reply to yota from comment #2)
> It is just different from than other project types being deleted looks like.
> It is not consistent with the IDE.

Do you mean that the UI is different? Also, what exactly should it do in your opinion? Only delete the build.gradle by default?
Comment 4 yota 2015-07-14 08:19:36 UTC
Yes, the UI is different. well usually on project close it will show checkbox for delete option, but not yes-no question.