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 160546 - Remove local path from 'Location'
Summary: Remove local path from 'Location'
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 13:59 UTC by tomzi
Modified: 2011-09-01 16:21 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 2009-03-18 13:59:25 UTC
currently the full 'local' path of a file is shown in the task list. This does not make a lot of sense and just makes
the path unreadable. It would make more sense to start with the projectname instead of the file path:

Instead of:
E:/develop/projects/MyCustomer/myprojectname/src/main/java/com/...

Just write:
myprojectname/src/main/java/com/...