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 253342 - ProjectLibraryProvider.configurationXmlChanged should ignore changes in private properties path
Summary: ProjectLibraryProvider.configurationXmlChanged should ignore changes in priva...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-07-07 15:35 UTC by Tomas Hurka
Modified: 2015-07-10 01:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace of IDE shutdown (5.34 KB, text/plain)
2015-07-07 15:35 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2015-07-07 15:35:58 UTC
Created attachment 154508 [details]
Stacktrace of IDE shutdown

Currently ProjectLibraryProvider.configurationXmlChanged() reacts to all changes regardless of their origin. As a result ProjectLibraryProvider reacts to changes in projects opened files and fires ArealLibraryProvider.PROP_OPEN_AREAS property change. It would be nice to detect this situation and do not fire unnecessary property changes.  See attached stacktrace to illustrate above situation.
Comment 1 Tomas Zezula 2015-07-09 11:23:07 UTC
Fixed jet-main a2d9a43b1b40
Comment 2 Quality Engineering 2015-07-10 01:16:39 UTC
Integrated into 'main-silver', will be available in build *201507100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a2d9a43b1b40
User: Tomas Zezula <tzezula@netbeans.org>
Log: #253342:ProjectLibraryProvider.configurationXmlChanged should ignore changes in private properties path