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 138829 - No error description
Summary: No error description
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 15:45 UTC by Mikhail Matveev
Modified: 2011-08-08 12:55 UTC (History)
1 user (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 Mikhail Matveev 2008-07-02 15:45:09 UTC
$A\=$B;

This code is underlined with red in editor. However, no error mark appears on the left and on the right, and no error
description tooltip appears.
Comment 1 Filip Zamboj 2009-05-14 15:52:22 UTC
reproduced on
Product Version: NetBeans IDE Dev (Build 200905140201)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02
Comment 2 rmatous 2009-05-15 16:29:00 UTC
tmysik, please could you explain the purpose of this code $A\=$B; and whether it should be handled as error or not

Definitely running this piece of code, you get:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in ../test.php on line 2

Comment 3 Tomas Mysik 2009-05-18 11:59:23 UTC
> the purpose of this code $A\=$B

Invalid code; IMHO reporter wants to see an error message together with description/tooltip.
Comment 4 Filip Zamboj 2010-09-15 12:25:52 UTC
batch reassigning
Comment 5 Ondrej Brejla 2011-08-08 12:55:52 UTC
Works for me in NB 7.0.1. Tooltip with syntax error appears.