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

Summary: Get rid of java.awt.Image in filesystems/masterfs
Product: platform Reporter: Ondrej Vrabec <ovrabec>
Component: FilesystemsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

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?