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 103282 - Parse query automatically
Summary: Parse query automatically
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 21:29 UTC by Pavel Buzek
Modified: 2008-02-27 07:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2007-05-03 21:29:53 UTC
The top part (diagram) should be updated automatically not with "Parse Query"
button. Just imagine that you would need to call a Parse Source action in Java
if you wanted to see the errors!! The parser does not need to be incremental,
IMHO, and even w/o decent error recovery it is probably OK. Performance analysis
will of course be needed and it should be started periodically after a given
timeout. If there is an error while the user it typing then of course do not
update the model, display error in error annotation and wait until it's parsed
w/o errors.
BTW, "Parse Query" may not be the best name, it's a bit geeky IMO, better call
it "Refresh Diagram" or something like that. But ideally this action should not
be needed.