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 103870 - Support instant project-wide on-the-fly error checking
Summary: Support instant project-wide on-the-fly error checking
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 19:24 UTC by gbevin
Modified: 2009-02-03 10:55 UTC (History)
0 users

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 gbevin 2007-05-13 19:24:21 UTC
I'm still mostly using the Omnicore X-develop IDE, even though Netbeans has a
lot more additional functionalities and plugins. The main reason is their
support for instant project-wide on-the-fly error checking. It is not an easy
feature to explain since many people already think their IDE supports this. I
tried to explain it in this article:
http://www.artima.com/weblogs/viewpost.jsp?thread=172805

The main aspects are that it works on unsaved files, that it is insanely fact
(class name changes in a project with 4113 classes and 301 thousand code lines
take a little more than a second to introduce errors all over the workspace),
and that it marks all the files in all projects and dependencies with an error
count and erroneous file count in the status bar.

It allows developers to use a free-form refactoring coding style and makes Java
coding very agile an pleasant again.
Comment 1 Rastislav Komara 2009-02-03 10:55:03 UTC
Overtake.