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 240440

Summary: 'Go To partial' in maven project finds partials from target directory
Product: web Reporter: kucharzyk.tomasz
Component: AngularJSAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: kucharzyk.tomasz, ppisl
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description kucharzyk.tomasz 2014-01-14 08:58:30 UTC
'Go To partial' in maven project finds partials from target directory

Steps to reproduce:

1. Create maven web project
2. Create simple AngularJS site with partials
3. Ctrl+Hover over partials/partial1.html in app.js file

Netbeans find two partials - one in project target directory.
This directory should be excluded from search
Comment 1 Vladimir Riha 2014-01-17 14:08:29 UTC
reproducible

Product Version: NetBeans IDE Dev (Build 201401170001)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Petr Pisl 2014-02-05 12:22:44 UTC
Fixed in web-main
Comment 3 Quality Engineering 2014-02-06 02:50:20 UTC
Integrated into 'main-silver', will be available in build *201402060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/17f5c82d9937
User: Petr Pisl <ppisl@netbeans.org>
Log: #240440 - 'Go To partial' in maven project finds partials from target directory