1

I need feedback on Eclipse PDT (Eclipse 4.7).

I'm facing a compare bug as describe in :

https://bugs.eclipse.org/bugs/show_bug.cgi?id=507821

My question is :

Can you give me some feedback ? Maybe you can help me figure if it's a real bug or just a problem on my computer.

thx guys

1 Answers1

1

Reading the bug report it looks like the PHP code is trying to use a method in an internal Eclipse class which has been removed in Eclipse 4.7 (which is still underdevelopment). Because of this the PHP code is not current compatible with Eclipse 4.7

This method appears to be present in the current release Eclipse Neon (4.6) so you should trying running with Eclipse 4.6.

greg-449
  • 1,164