-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_09, 6
-
b45
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2127002 | 1.4.2 | Mala Bankal | P4 | Closed | Won't Fix |
The specs of getAWTEventListeners() and getAWTEventListeners(long eventMask) mention: "Throws: SecurityException - if a security manager exists and its checkPermission method doesn't allow the operation." However, it's not clear what "doesn't allow the operation" mentions in this case. Add/removeAWTEventListener refer to AWTPermission("listenToAllAWTEvents") permission but get... methods are silent about it. It should be clarified.
###@###.### 2005-2-03 17:34:28 GMT
###@###.### 2005-2-03 17:34:28 GMT
- backported by
-
JDK-2127002 Toolkit.getAWTEventListeners: SecurityException throw shoud be clarified
- Closed
- duplicates
-
JDK-6232992 Permission not specified for Toolkit.getAWTEventListeners()
- Closed