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 159114 - Doesn't recompile if line is edited
Summary: Doesn't recompile if line is edited
Status: RESOLVED DUPLICATE of bug 158218
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 05:19 UTC by aacain
Modified: 2009-02-25 09:27 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 aacain 2009-02-25 05:19:54 UTC
I have been using Netbeans for years now and I just downloaded version 6.5.  It doesn't appear to be recompiling before
a run, if only a small amount of editing is editing is done. Example:

Run 1:
System.out.println("From run 1");
output> From run 1

Run 2:
System.out.println("From run 2 .. this is what I change");
output> From run 1
Comment 1 Jiri Prox 2009-02-25 09:27:21 UTC
This works now in dev build, it was probably fixed with issue 158218
Thanks for you report anyway

*** This issue has been marked as a duplicate of 158218 ***