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 184469 - .php.svn-base are not ignored by editor navigation
Summary: .php.svn-base are not ignored by editor navigation
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 14:54 UTC by marsaud
Modified: 2011-10-10 12:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Unwanted .php.svn-base suggestion for "go to declaration" (415.05 KB, image/jpeg)
2010-04-19 14:54 UTC, marsaud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marsaud 2010-04-19 14:54:12 UTC
Created attachment 97638 [details]
Unwanted .php.svn-base suggestion for "go to declaration"

When using the following functionnalities on class/method name's contextual menu :

_Go to test
_Go to declaration

The editor gives me suggestions including the <class>.php.svn-base files of my classes (see screen shot attachment).

In details, "go to declaration" gives me choice beetween <class>.php and <class>.php.svn-base, and "go to test" opens a tab on a read-only <class>.php.svn-base file.


Product Version: NetBeans IDE Dev (Build 201004150201)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows 2000 version 5.0 running on x86; Cp1252; fr_FR (nb)
Userdir: C:\Documents and Settings\marsaud\.netbeans\dev
Comment 1 rmatous 2010-04-22 09:36:11 UTC
Filipe, please can you check/verify that the bug is reproducible. If so, please reassign to editor/csl
Comment 2 Filip Zamboj 2010-09-15 12:31:22 UTC
batch reassigning
Comment 3 Tomas Mysik 2011-06-03 10:18:41 UTC
Batch reassigning.
Comment 4 Tomas Mysik 2011-06-06 15:35:37 UTC
Editor area. Please, have a look at comment#1.

Thanks.
Comment 5 Petr Pisl 2011-09-26 14:18:49 UTC
The parsing api parse the file in invisible folders, when the file is changed. This doesn't happen for the first time, when the project is indexed, but when the file is changed and the parsing api get file event about the change, then visibility query return true and the file in invisible folder is indexed. The problem then is that it influence many features like code completion, refactoring, navigation.
Comment 6 Petr Pisl 2011-10-06 11:50:42 UTC
Unfortunately we have more reports of the slow down, when svn is used. This is one issue that should be fixed to improve performance of scanning.
Comment 7 Tomas Zezula 2011-10-07 10:39:05 UTC
Fixed jet-main 25a1cb6efd70
Seems that performance overhead is not big if there will be performance problems Visibility cache needs to be added.
Comment 8 Quality Engineering 2011-10-10 12:23:23 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/25a1cb6efd70
User: Tomas Zezula <tzezula@netbeans.org>
Log: #184469:.php.svn-base are not ignored by editor navigation