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 - Gradle project on "project remove" deletes all files implicitly.
Summary: Gradle project on "project remove" deletes all files implicitly.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: attila.kelemen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-29 10:25 UTC by yota
Modified: 2015-07-14 08:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.