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 76527 - Trees.isNull() broken by latest javac build
Summary: Trees.isNull() broken by latest javac build
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tball
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 03:58 UTC by _ tball
Modified: 2007-01-03 15:48 UTC (History)
0 users

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 _ tball 2006-05-18 03:58:09 UTC
Trees.isNull() tests for an identifier with the text "null".  However, sometime
between build 79 and build 83, null trees are now defined with JCLiteral trees
with a null value.  Trees.isNull() therefore needs to be updated.
Comment 1 _ tball 2007-01-03 15:48:14 UTC
Updated statement to method map in TransformParser.