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 172113 - [Error] wrong line of syntax error underline
Summary: [Error] wrong line of syntax error underline
Status: RESOLVED DUPLICATE of bug 211165
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 19:10 UTC by Filip Zamboj
Modified: 2012-04-13 14:22 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 Filip Zamboj 2009-09-13 19:10:15 UTC
Product Version: NetBeans IDE Dev (Build 2009-09-09_15-03-51 )
Java: 1.5.0_17-ea; Java HotSpot(TM) 64-Bit Server VM 1.5.0_17-ea-b01

consider this example 
1. everything is fine at the moment 
namespace A\a;

class Aclass {
 .... 
}

2. now make a mistake like: 
namespace A\a;

public class Aclass {
 ... 
}

result: namespace is underlined 
expected result: public keyword is underline
Comment 1 Tomasz Slota 2009-09-14 13:46:41 UTC
parser problem, reassigning
Comment 2 Petr Pisl 2011-09-23 13:54:45 UTC
Error handling needs to be improved.
Comment 3 Ondrej Brejla 2012-04-13 14:22:47 UTC

*** This bug has been marked as a duplicate of bug 211165 ***