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 268210 - Unnecessary redeploys by "deploy on save" as per bug 152222 still happening in 8.0.2
Summary: Unnecessary redeploys by "deploy on save" as per bug 152222 still happening i...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-26 19:57 UTC by XRayA4T
Modified: 2016-09-26 19:57 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 XRayA4T 2016-09-26 19:57:33 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=152222

This is still happening.
 
To reproduce. Create a web app on GlassFish with web pages and source
packages
1. Click between web pages - no redeploy (Expected behaviour)
2. Click between Source package java files - redeploys (reported incorrect
behaviour)
 
 
Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.19.0-23-generic running on amd64; UTF-8; en_US (nb)

App must currently be deployed and Glassfish be running. If you go to the Services tab and stop glassfish or expand to the applications and undeploy the app it stops happening.