Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] compilation error in PHPMixinBuildVisitor.java (at line 390): The constructor FakeField(ModelElement, String, int, int, int) is undefined

Trying to build PDT to verify my changes re: adding p2 metadata to update site zip & addition of feature version suffixes, but I hit this brick wall instead:

---


[javac] 4. ERROR in /home/www-data/build/pdt/downloads/drops/2.1.0/I200904132213/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/mixin/PHPMixinBuildVisitor.java (at line 390) [javac] obj = new FakeField((ModelElement) sourceModule, name, constant.sourceStart(), constant.sourceEnd() - constant.sourceStart(), Modifiers.AccConstant); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The constructor FakeField(ModelElement, String, int, int, int) is undefined


--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top