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 8892 - Execution of JSPs may result in unnecessary calls of the IDE compiler
Summary: Execution of JSPs may result in unnecessary calls of the IDE compiler
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-13 18:55 UTC by Petr Jiricka
Modified: 2003-07-02 08: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 Petr Jiricka 2000-12-13 18:55:19 UTC
If the JSP has been loaded by the server, and the JSP file has changed since
the page has been last loaded, the server calls IDE to recompile the JSP, even
though it is up to date. The IDE does not actually compile the page.

To reproduce:
1) Create a JSP, execute
2) Modify it and reexecute

The IDE will switch to the "running" workspace, and then the status line will
quickly show "Compiling JSP..." and "Finished JSP".
Comment 1 Petr Jiricka 2000-12-14 18:38:59 UTC
Fixed in 31_28 and in trunk
Comment 2 Petr Pisl 2001-04-02 13:49:16 UTC
Fixed in FFJ2.0 - JP1.
Comment 3 Quality Engineering 2003-07-02 08:27:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.