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 268668 - setting Code Analysis ignored folders they disappear from the project pane too
Summary: setting Code Analysis ignored folders they disappear from the project pane too
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 20:53 UTC by par7133
Modified: 2016-10-24 20:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (77.78 KB, text/plain)
2016-10-24 20:53 UTC, par7133
Details
ignored folders (49.02 KB, image/png)
2016-10-24 20:56 UTC, par7133
Details
project pane (23.72 KB, image/png)
2016-10-24 20:56 UTC, par7133
Details

Note You need to log in before you can comment on or make changes to this bug.
Description par7133 2016-10-24 20:53:20 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.7.7-200.fc24.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * I have a folder called "code" that is a repository of useful code and classes to take as an example for the project.
  * I want to exclude the folder "code" from the "context" of "Code Analysis" because, the class methods and functions inside
      the folder "code" appear in Autocomplete window too.
  * In Project properties, Ignored folders, I add the "code" folder to the list of ignored folders.
  * The "code" content disappears successfully from the autocomplete window
  * But the folder "code" disappears also from the Project pane, in a way that I can't access more my code examples.

ACTUAL:
  setting folders in Project properties, Ignored folders they disappear also from the Project pane

EXPECTED:
  setting folders in Project properties, Ignored folders they have to remain accessible from the Project pane
Comment 1 par7133 2016-10-24 20:53:25 UTC
Created attachment 162617 [details]
IDE log
Comment 2 par7133 2016-10-24 20:56:56 UTC
Created attachment 162618 [details]
ignored folders
Comment 3 par7133 2016-10-24 20:56:58 UTC
Created attachment 162619 [details]
project pane