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 156389 - PLYDemo sample has warning no t_error rule
Summary: PLYDemo sample has warning no t_error rule
Status: RESOLVED WONTFIX
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: amitksaha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 00:20 UTC by tonybeckham
Modified: 2009-02-19 22:57 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 tonybeckham 2009-01-07 00:20:55 UTC
When running PLYdemo sample project, the output window shows the following warning:

lex: Warning. no t_error rule is defined.

It does not change functionality.

Build 528
Product Version: NetBeans IDE Dev (Build 20090106142255)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)
Comment 1 amitksaha 2009-01-21 10:21:04 UTC
Please see this comment in the file: 'tokenizer.py':
"
# We really do not need error handling here. In this trivial case, we have
# accounted for all the undesired characters in the OTHER category
# Ignore the warning..
# For details: Please see the Ply documentation
"