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

Summary: Unintentional directory creation
Product: java Reporter: tschlegl <tschlegl>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: nigjo_iqn
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.