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 237604 - Unintentional directory creation
Summary: Unintentional directory creation
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 08:49 UTC by tschlegl
Modified: 2015-11-20 09:00 UTC (History)
1 user (show)

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 tschlegl 2013-10-24 08:49:02 UTC
During editing java classes in modules without unit tests using the IDE, sometimes empty directories "./test/unit/src" are created in the module lcations.
This already happened with older netbeans versions but now with 7.4 frequently.
Comment 1 nigjo_iqn 2013-10-30 14:30:41 UTC
This also occures on Win7.

Very annoying.
Comment 2 Theofanis Oikonomou 2013-11-19 11:02:38 UTC
It happens for me in 7.4, tested with nb module and j2se project. Accepted all defaults. Created a class and started creating a new method in it. While typing the test sources folder was created for both project types. Manually deleted it and continued typing. They were created again. nothing to do with creating or running tests. re-assigning for evaluation. I am not sure about the correct component though. Thank you
Comment 3 nigjo_iqn 2015-11-20 09:00:59 UTC
This Issue was gone in 8.0.x but reappeared in 8.1

I can not say what I've done "wrong" since the projects are the same as before.