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 270537 - AssertionError: C:/Program Files/NetBeans Dev/php/phpstubs/phpruntime/svn/svn.php
Summary: AssertionError: C:/Program Files/NetBeans Dev/php/phpstubs/phpruntime/svn/svn...
Status: RESOLVED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-02 18:28 UTC by Exceptions Reporter
Modified: 2017-07-07 02:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229029


Attachments
stacktrace (5.27 KB, text/plain)
2017-05-02 18:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-05-02 18:28:32 UTC
This bug was originally marked as duplicate of bug 203529, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201705020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 7

User Comments:
GUEST: I removed all default php stubs and copied phpstorm stubs into the directory. However, they have a directory structure instead of just single files, so I think this is causing problems.




Stacktrace: 
java.lang.AssertionError: C:/Program Files/NetBeans Dev/php/phpstubs/phpruntime/svn/svn.php
   at org.netbeans.modules.php.editor.index.PHPIndexer.index(PHPIndexer.java:161)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:248)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:298)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:246)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3232)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 Exceptions Reporter 2017-05-02 18:28:34 UTC
Created attachment 164228 [details]
stacktrace
Comment 2 junichi11 2017-05-23 04:49:18 UTC
Tomas, it seems that external stubs were used. So invalid? wontfix?