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 123452

Summary: In some cases errors are not marked in editor
Product: php Reporter: Andrew Korostelev <akorostelev>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PLAN
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123432    

Description Andrew Korostelev 2007-12-05 12:34:00 UTC
the feature allows to see errors discovered by PHP parser. Parsing is started in the background when the user stops
typing. Error messages are shown as error annotations.

Error detection In 6.0, provided by Schlieman, was not informative and useful.
It also doesn't allow extensions like warnings on undesirable language structures.

should be replaced by our own error detection mechanism
Comment 1 Alexei Mokeev 2008-01-14 08:15:53 UTC
It would be good to have one-pager with highlights of what we are going to have for 6.1.
Den, please take care about and link the issue to it.
Comment 2 Petr Pisl 2008-04-09 09:43:30 UTC
I'm marking this as fixed. Now we use different parser, which should solve the bulk of these problems. If we see a case
of such behavior, we should entered new issue case by case.
Comment 3 Mikhail Matveev 2008-08-12 12:47:46 UTC
Now error marking in editor is fine