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 244297 - Get rid of java.awt.Image in filesystems/masterfs
Summary: Get rid of java.awt.Image in filesystems/masterfs
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 08:59 UTC by Ondrej Vrabec
Modified: 2014-10-15 15:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-05-05 08:59:33 UTC
In order to be able to run on small compat VM profiles masterfs should get rid of problematic references to java.awt.* classes.

- masterfs.AnnotationProvider - used by VCS/Git to register file system interceptor. Problematic method: annotateIcon
- filesystems.Status - annotateIcon
Comment 1 Jaroslav Tulach 2014-10-15 15:12:24 UTC
I have a feeling Sváťa was solving this on the server_split branch? Anything left to do?