vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'*test*' anywhere in the folder names confuses the CakeIdentifier detection

crayfishuk opened this issue · comments

I have a project called 'ci-test-1' with app/Controller etc.. inside it. The code to match for Cakephp object type seems to get confused by the 'test' in the path - even though it's not a folder name. Looking at the source of CakeIdentifier.java, it probably ought to include matches to '/test/' instead - if you're trying to spot stuff inside Test folders... Not a java person so can't really pull to resolve. Renaming top level folder resolved the issue; but was a PITA to find!!