Bug 284931

Summary: ctrl-click on an own php-function defined in multiple projects may result in opening a file in another project
Product: [Applications] kdevelop Reporter: H.H. <cyberbeat>
Component: Language Support: PHPAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: opi
Priority: NOR    
Version First Reported In: 4.2.60   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description H.H. 2011-10-25 14:17:22 UTC
Version:           4.2.60 (using KDE 4.7.2) 
OS:                Linux

to reproduce:

- have 2 php projects open
- in both projects define 2 files: one file with a function named "foo", and another file, which includes the first one, and references that function
- now it may happen, that you ctrl-click the foo function in the second file, and the first file in the other project is opened.

this may result in editing files in the wrong project.

Reproducible: Always

Steps to Reproduce:
see above

Actual Results:  
see above

Expected Results:  
see above

OS: Linux (x86_64) release 2.6.37.1-1.2-desktop
Compiler: gcc
Comment 1 Alexander Opitz 2014-12-05 08:58:55 UTC
can confirm this, if I have 2 typo3 projects in one session open.
Comment 2 Kevin Funk 2014-12-05 11:10:51 UTC
Marking this as duplicate, because the other bug report contains more valuable information

*** This bug has been marked as a duplicate of bug 314911 ***