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 241998 - 'Auto attach' sources for not yet downloaded sources
Summary: 'Auto attach' sources for not yet downloaded sources
Status: RESOLVED DUPLICATE of bug 241471
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 11:06 UTC by tomzi
Modified: 2014-02-17 12:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2014-02-17 11:06:38 UTC
If you debug a file and a class gets opened..

Currently:
You'd have to select 'Attach Sources' and 'Download' to attach the sources

Expected:
For all simple cases, where the sources are easily detected let NB download the sources automatically, thus making useability a lot more fluid.


Product Version = NetBeans IDE 8.0 Beta (Build 201401141042)
Operating System = Linux version 3.5.0-45-generic running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Comment 1 Milos Kleint 2014-02-17 11:14:35 UTC
it's only fluid if you have the index downloaded.

The UI for attach sources is generic (works both for maven and non-maven projects alike). The maven UI includes the download sources action on Dependencies nodes and optional automatic source download on project opened.

*** This bug has been marked as a duplicate of bug 241471 ***