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 120413 - Broken compilation of scripting/php/srcmodel
Summary: Broken compilation of scripting/php/srcmodel
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 23:32 UTC by Jesse Glick
Modified: 2008-02-22 13:12 UTC (History)
2 users (show)

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 Jesse Glick 2007-10-29 23:32:10 UTC
ASTToken.getType() was deleted recently by jjancura (*) but he failed to replace all usages of it in nb.org. Looks like
getTypeName() is the intended substitute, but not obvious; the new method lacks Javadoc, and there is no apichanges.xml.

(*) Log mentions no IZ #, just: "Fixing LLParser and several other bugs and performance."
Comment 1 Denis Anisimov 2007-10-30 09:55:48 UTC
Compilation is fixed.
It seems ASTToken.getType() is migrated to ASTToken.getTypeName().
Also there are changes in method ASTToken.create(). Its signature is changed.
This is also fixed but all functionality should be tested.
Comment 2 Jan Jancura 2007-10-30 10:17:58 UTC
Yes, getTypeName() is replacement for getType ().
Sorry, for this issue. I missed your module during this rewrite.