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 235307 - manually deleted taskdata on disk result is task forever removed from the IDE
Summary: manually deleted taskdata on disk result is task forever removed from the IDE
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 11:17 UTC by Ondrej Vrabec
Modified: 2013-09-01 01:24 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 Ondrej Vrabec 2013-08-30 11:17:36 UTC
1) refresh a query with at least one task
2) go to disk and delete ~/.netbeans/VERSION/var/tasks/REPO/offline/*
3) refresh the query in the IDE => the task is removed
No matter how often you refresh the query the task would not appear until it's modified either in repository of manually opened in editor with explicitely entering its ID/KEY into the find task dialog.

I'm filing this issue because it'll be very difficult to find the cause for this when a user plays with his userdir (which is quite often sadly)

Applies also to ODCS
Comment 1 Ondrej Vrabec 2013-08-30 11:22:41 UTC
fix: http://hg.netbeans.org/core-main/rev/ac5a89462d4c
Comment 2 Quality Engineering 2013-09-01 01:24:16 UTC
Integrated into 'main-silver', will be available in build *201309010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ac5a89462d4c
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #235307 - manually deleted taskdata on disk result is task forever removed from the IDE
allow creating not fully initialized tasks, they get into the support via simple search anyway