|
java.io.File
directly?
Answer:
No.
Question (resources-layer):
Does your module provide own layer? Does it create any files or
folders in it? What it is trying to communicate by that and with which
components?
Answer:
No.
Question (resources-read):
Does your module read any resources from layers? For what purpose?
Answer:
It uses contents of some well-known layer folders:org.openide.util.Lookup
or any similar technology to find any components to communicate with? Which ones?
Answer:
System.getProperty
) property?
Answer:
Yes.
netbeans.screen.insets
-
Influences results of Utilities.getUsableScreenBounds
netbeans.taskbar.height
-
Influences results of Utilities.getUsableScreenBounds
org.openide.util.SharedClassObject.initialize
-
For purposes of SystemOption
the SharedClassObject
handles
getProperty ("org.openide.util.SharedClassObject.initialize")
in a special way, by returning
null
if initialization is not running and Boolean.TRUE
if
it is.
Question (exec-component):
Is execution of your code influenced by any (string) property
of any of your components?
Answer:
Yes.
Question (exec-ant-tasks):
Do you define or register any ant tasks that other can use?
WARNING: Question with id="exec-ant-tasks" has not been answered!
Question (exec-classloader):
Does your code create its own class loader(s)?
Answer:
No.
Question (exec-reflection):
Does your code use Java Reflection to execute other code?
Answer:
Yes.
Because of the API separation, org.openide.awt.Actions uses reflection
when looking for org.openide.actions.ActionManager implementation.
Also, where is the optional JRE1.4 dependency, reflection is mostly
used to access that functionality.
Question (exec-privateaccess):
Are you aware of any other parts of the system calling some of
your methods by reflection?
Answer:
No.
Question (exec-process):
Do you execute an external process from your module? How do you ensure
that the result is the same on different platforms? Do you parse output?
Do you depend on result code?
WARNING: Question with id="exec-process" has not been answered!
Question (exec-introspection):
Does your module use any kind of runtime type information (instanceof
,
work with java.lang.Class
, etc.)?
WARNING: Question with id="exec-introspection" has not been answered!
Question (exec-threading):
What threading models, if any, does your module adhere to?
WARNING: Question with id="exec-threading" has not been answered!
Question (security-policy):
Does your functionality require modifications to the standard policy file?
WARNING: Question with id="security-policy" has not been answered!
Question (security-grant):
Does your code grant additional rights to some other code?
WARNING: Question with id="security-grant" has not been answered!java.awt.datatransfer.Transferable
?
Answer:
No special implementation.
Built on May 4 2005. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.