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 259017 - putting symfony in subfolder inside a project makes tests and other netbeans functions unusable
Summary: putting symfony in subfolder inside a project makes tests and other netbeans ...
Status: RESOLVED DUPLICATE of bug 256585
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 11:26 UTC by gameshas
Modified: 2016-04-26 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gameshas 2016-04-26 11:26:14 UTC
we're migrating our legacy code base to symfony. and after creating a sf folder witch constains symfony project we noticed that many of netbeans features stop working.

The structure is the following:
Project Root/
  <Legacy code>
  sf/<Symfony application>

the Tools -> Create test does not work, it never appears
Find Usages is grayed out and never works for any of the files located in the sf folder.

if you create tests manually they are not detected as tests and you cant run them from IDE.

The Refactoring does not work either it says: Cannot refactor <Classname> that is defined outside of an open project.
Comment 1 Tomas Mysik 2016-04-26 11:32:04 UTC
Duplicate of issue #256585. Please, read its comments for possible workaround.

Thanks.

*** This bug has been marked as a duplicate of bug 256585 ***
Comment 2 gameshas 2016-04-26 11:38:18 UTC
disabling composer plugin does solve most of the issues. thanks.
Comment 3 Tomas Mysik 2016-04-26 11:45:48 UTC
(In reply to gameshas from comment #2)
> disabling composer plugin does solve most of the issues. thanks.

Great to hear, really sorry for inconveniences! :/