Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » "Open call hierarchy action" error(The errors occures while code typing)
"Open call hierarchy action" error [message #1738035] Fri, 15 July 2016 05:42 Go to next message
Eclipse UserFriend
Hello, please help.

Recently I've installed Eclipse Neon IDE. I created new workspace and imported all my Java and PHP projects into it (from Luna workspace). Now hierarchy errors occures while PHP coding: sometimes after save changes or some different action. Error popup looks like image in attached screeshot.

Honestly I'm tired from these errors. They occure very often and the cause of it is not clear. I've tried to unset all keys related with Hierarchy module, no effect.

Why the error occures? I didn't face such errors on Luna. How to win it? It's impeding my work. I also tried to close and reopen my projects, no effect

I use Eclipse Neon IDE, PDT 4.0.0, DLTK 5.5.0
Ubuntu 16.04, GTK2
Re: "Open call hierarchy action" error [message #1738036 is a reply to message #1738035] Fri, 15 July 2016 05:44 Go to previous messageGo to next message
Eclipse UserFriend
My Neon workspace is fresh, I imported only my projects from old workspace. No old workspace setting was imported
Re: "Open call hierarchy action" error [message #1738040 is a reply to message #1738035] Fri, 15 July 2016 05:55 Go to previous messageGo to next message
Eclipse UserFriend
Could you attach error log? (Window - > Show View -> Other -> Error Log)?

Also example php will be helpful.
Re: "Open call hierarchy action" error [message #1738138 is a reply to message #1738040] Sat, 16 July 2016 01:29 Go to previous messageGo to next message
Eclipse UserFriend
index.php/fa/26482/0/eclipse.buildId=4.6.0.I20160606-1100
java.version=1.8.0_92
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.php.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.php.product

org.eclipse.core.jobs
Error
Mon Jul 16 11:01:35 ICT 2559
An internal error occurred during: "Open Call Hierarchy action".

java.lang.ArrayIndexOutOfBoundsException
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:570)
at java.lang.StringBuffer.append(StringBuffer.java:369)
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$CompositeTextSequence.toString(TextSequenceUtilities.java:301)
at org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalResolve(PHPSelectionEngine.java:565)
at org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.select(PHPSelectionEngine.java:148)
at org.eclipse.dltk.internal.core.Openable.codeSelect(Openable.java:679)
at org.eclipse.dltk.internal.core.Openable.codeSelect(Openable.java:695)
at org.eclipse.dltk.internal.core.AbstractSourceModule.codeSelect(AbstractSourceModule.java:91)
at org.eclipse.dltk.internal.core.AbstractSourceModule.codeSelect(AbstractSourceModule.java:85)
at org.eclipse.php.internal.ui.util.PHPSelectionUtil.getSelectionModelElement(PHPSelectionUtil.java:65)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction.isEnabled(OpenCallHierarchyAction.java:148)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction.access$0(OpenCallHierarchyAction.java:142)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction$1.run(OpenCallHierarchyAction.java:95)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Re: "Open call hierarchy action" error [message #1738143 is a reply to message #1738040] Sat, 16 July 2016 03:15 Go to previous messageGo to next message
Eclipse UserFriend
eclipse.buildId=4.6.0.I20160606-1100
java.version=1.8.0_92
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.php.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.php.product

org.eclipse.core.jobs
Error
Mon Jul 16 11:01:35 ICT 2559
An internal error occurred during: "Open Call Hierarchy action".

java.lang.ArrayIndexOutOfBoundsException
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:570)
at java.lang.StringBuffer.append(StringBuffer.java:369)
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$CompositeTextSequence.toString(TextSequenceUtilities.java:301)
at org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalResolve(PHPSelectionEngine.java:565)
at org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.select(PHPSelectionEngine.java:148)
at org.eclipse.dltk.internal.core.Openable.codeSelect(Openable.java:679)
at org.eclipse.dltk.internal.core.Openable.codeSelect(Openable.java:695)
at org.eclipse.dltk.internal.core.AbstractSourceModule.codeSelect(AbstractSourceModule.java:91)
at org.eclipse.dltk.internal.core.AbstractSourceModule.codeSelect(AbstractSourceModule.java:85)
at org.eclipse.php.internal.ui.util.PHPSelectionUtil.getSelectionModelElement(PHPSelectionUtil.java:65)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction.isEnabled(OpenCallHierarchyAction.java:148)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction.access$0(OpenCallHierarchyAction.java:142)
at org.eclipse.php.internal.ui.actions.OpenCallHierarchyAction$1.run(OpenCallHierarchyAction.java:95)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Re: "Open call hierarchy action" error [message #1738495 is a reply to message #1738143] Wed, 20 July 2016 06:51 Go to previous messageGo to next message
Eclipse UserFriend
Thank You. Your problem is described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497821

We fixed it in current nightly. If you want try it, just add http://download.eclipse.org/tools/pdt/updates/latest-nightly/ (this link also contain instruction how to use it).
Re: "Open call hierarchy action" error [message #1743486 is a reply to message #1738035] Thu, 15 September 2016 16:28 Go to previous message
Eclipse UserFriend
I got the same problem but for some reasons the solution for this issue does not work for me. The solution I mean is this link:
http://download.eclipse.org/tools/pdt/updates/latest-nightly/

the attached picture shows I can not add anything into it.
Previous Topic:Override/Implement methods
Next Topic:Automatic validation
Goto Forum:
  


Current Time: Wed May 07 16:59:17 EDT 2025

Powered by FUDForum. Page generated in 0.06366 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top