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 248725 - org.openide.filesystems.JarFileSystem.getTemporaryInputStream: LowPerformance took 21947 ms.
Summary: org.openide.filesystems.JarFileSystem.getTemporaryInputStream: LowPerformance...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-11-18 10:40 UTC by Exceptions Reporter
Modified: 2014-11-21 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213505


Attachments
nps snapshot (71.22 KB, application/nps)
2014-11-18 10:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-18 10:40:13 UTC
This bug was originally marked as duplicate of bug 186010, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK Client VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
GUEST: Only Started IDE



Maximum slowness yet reported was 21947 ms, average is 21947
Comment 1 Exceptions Reporter 2014-11-18 10:40:14 UTC
Created attachment 150547 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2014-11-21 13:57:52 UTC
Method o.n.m.maven.apisupport.ModuleJarAccessibilityQueryImpl.getBadgeIcon() loads an icon (a JAR resource) in EDT.

If I remember correctly, former Maven support maintainer Milos didn't like the idea of loading of this type of resources in background, as it significantly increases complexity of the code, and I don't know of any other way to fix this slowness.

Reassigning to projects/Maven. Marking as WONTFIX, but feel free to reevaluate.

Thank you for reporting.