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

Summary: Unnecessary redeploys by "deploy on save" as per bug 152222 still happening in 8.0.2
Product: editor Reporter: XRayA4T
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.