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 255769 - Ignored files
Summary: Ignored files
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.1
Hardware: Macintosh (x86) Mac OS X
: P1 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: 81_HR_FIX
: 255800 255859 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-10-07 12:12 UTC by ozziej
Modified: 2015-10-14 10:10 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing problem (103.06 KB, image/png)
2015-10-07 12:12 UTC, ozziej
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ozziej 2015-10-07 12:12:10 UTC
Created attachment 156585 [details]
Screenshot showing problem

In the Miscellaneous menu under "Files" there is a "Files ignored by the IDE"
This is not working at all.
The "ignored files pattern" has the correct matches, as well as the option "ignore all .dotted files in home directory"

Below is the default regex for the ignored files pattern.

^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(git|hg|svn|cache|DS_store)$|^Thumbs.db$

So, this means it should ignore .DS_store files, it is not doing so.

See attachment for evidence.

This started with the 8.1 Beta, its present in the new 8.1 RC as well.
Did not happen in 8.0
Happens on MacOSX 10.10 and 10.11
Comment 1 ozziej 2015-10-07 12:19:06 UTC
As a consequence of this, the package structure also seems to be showing in the project browser.
So for example, instead of having just:

com.oracle.package_name

You now have:

com
com.oracle
com.oracle.package_name
Comment 2 Antonin Nebuzelsky 2015-10-09 11:44:13 UTC
*** Bug 255800 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Havlin 2015-10-09 13:05:13 UTC
The regression was introduced in fix for bug 246521.

Fixed in commit http://hg.netbeans.org/core-main/rev/6b1f4edb9f58.
I'm sorry for the inconvenience.

> As a consequence of this, the package structure also seems
> to be showing in the project browser.
This is not related to this issue. I have never seen this bug.
Can you please report a separate issue for this and provide additional
information (project type, "View Java Packages as" settings, IDE Log).

I'm adding 81_HR_FIX_CANDIDATE keyword.
Please verify the fix (when it is integrated in the daily build - you will be automatically notified by a comment).

Thank you very much.
Comment 4 Ondrej Vrabec 2015-10-12 08:00:28 UTC
Sure, looks safe enough.
Comment 5 Jiri Skrivanek 2015-10-12 09:27:44 UTC
Verified in custom dev build. Please, merge the fix to release81 branch.
Comment 6 Jiri Kovalsky 2015-10-12 10:06:36 UTC
Setting back TM and Keyword until the fix is propagated to release81 branch.
Comment 7 Jaroslav Havlin 2015-10-12 13:49:27 UTC
(In reply to Jiri Skrivanek from comment #5)
> Verified in custom dev build. Please, merge the fix to release81 branch.
Thank you very much.

Integrated into release81:
http://hg.netbeans.org/releases/rev/80afa6831718
Comment 8 Jiri Skrivanek 2015-10-13 08:33:04 UTC
Verified in NetBeans IDE 8.1 RC2 (Build 201510122201).
Comment 9 Jaroslav Havlin 2015-10-14 10:10:17 UTC
*** Bug 255859 has been marked as a duplicate of this bug. ***