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 258194 - Adding a Java file into "Files" view of a C++ project spoils the project
Summary: Adding a Java file into "Files" view of a C++ project spoils the project
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 11:59 UTC by Vladimir Kvashin
Modified: 2016-04-17 17:28 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 Vladimir Kvashin 2016-03-01 11:59:11 UTC
For testing purposes, I needed to add a Java file into a test subdirectory of a managed C++ project (JConvert). I didn't need it to be included in project view.

So I opened "Files" tab and added it there.

But the IDE immediately added it to "Source Files".
Moreover, it has C/C++ icon!

This is definitely incorrect.

And this causes issue 258192
Comment 1 Vladimir Kvashin 2016-03-01 12:09:11 UTC
Besides, "java" extension is silently added into this project metadata as C++ file
Comment 2 Vladimir Kvashin 2016-03-01 12:21:48 UTC
This makes working with Java and C++ nearly impossible.
Comment 3 Alexander Simon 2016-03-04 06:25:32 UTC
Cannot reproduce the bug.
Please provide steps to reproduce.
Comment 4 Vladimir Kvashin 2016-04-17 17:28:35 UTC
Unfortunately all attempts to reproduce this failed. So let it stay in "incomplete" status; as soon as the situation repeats and I get a reproducible scenario, I'll reopen it.