-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsolete call to "j.l.reflect.AccessibleObject.setAccessible(true)" #88
Comments
|
Original comment by
|
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Merge pejobo/beanshell2@4df454b fix for pejobo/beanshell2#88 prevent obsolete calls to j.l.reflect.AccessibleObject.setAccessible(true)
Merge pejobo/beanshell2@09383fe fix for pejobo/beanshell2#88 do not swallow java.lang.SecurityException
Merge pejobo/beanshell2@904e1e3 fix for pejobo/beanshell2#88 - fixed forcing of SecurityException when switching on accessibility - fixed check if setAccessible is necessary
Merge pejobo/beanshell2@b6a99ba fix for pejobo/beanshell2#88 - do not call "Capabilities.setAccessibility(true)" when generating class instances - workaround for (package) protected constructors not callable from script without accessibility - improve exception handling - fix for initialisation of local final variables from constructor
Merge pejobo/beanshell2@8620146 fix for pejobo/beanshell2#88 - extended test case
Merge pejobo/beanshell2@797ee8a fix for pejobo/beanshell2#88 test case for pejobo/beanshell2##97, pejobo/beanshell2#98, and pejobo/beanshell2##99
Merge pejobo/beanshell2@4df454b fix for pejobo/beanshell2#88 prevent obsolete calls to j.l.reflect.AccessibleObject.setAccessible(true)
Merge pejobo/beanshell2@09383fe fix for pejobo/beanshell2#88 do not swallow java.lang.SecurityException
Merge pejobo/beanshell2@904e1e3 fix for pejobo/beanshell2#88 - fixed forcing of SecurityException when switching on accessibility - fixed check if setAccessible is necessary
Merge pejobo/beanshell2@b6a99ba fix for pejobo/beanshell2#88 - do not call "Capabilities.setAccessibility(true)" when generating class instances - workaround for (package) protected constructors not callable from script without accessibility - improve exception handling - fix for initialisation of local final variables from constructor
Merge pejobo/beanshell2@8620146 fix for pejobo/beanshell2#88 - extended test case
Merge pejobo/beanshell2@797ee8a fix for pejobo/beanshell2#88 test case for pejobo/beanshell2##97, pejobo/beanshell2#98, and pejobo/beanshell2##99
Merge pejobo/beanshell2@4df454b fix for pejobo/beanshell2#88 prevent obsolete calls to j.l.reflect.AccessibleObject.setAccessible(true)
Merge pejobo/beanshell2@09383fe fix for pejobo/beanshell2#88 do not swallow java.lang.SecurityException
Merge pejobo/beanshell2@904e1e3 fix for pejobo/beanshell2#88 - fixed forcing of SecurityException when switching on accessibility - fixed check if setAccessible is necessary
Merge pejobo/beanshell2@b6a99ba fix for pejobo/beanshell2#88 - do not call "Capabilities.setAccessibility(true)" when generating class instances - workaround for (package) protected constructors not callable from script without accessibility - improve exception handling - fix for initialisation of local final variables from constructor
Merge pejobo/beanshell2@8620146 fix for pejobo/beanshell2#88 - extended test case
Merge pejobo/beanshell2@797ee8a fix for pejobo/beanshell2#88 test case for pejobo/beanshell2##97, pejobo/beanshell2#98, and pejobo/beanshell2##99
Merge pejobo/beanshell2@4df454b fix for pejobo/beanshell2#88 prevent obsolete calls to j.l.reflect.AccessibleObject.setAccessible(true)
Merge pejobo/beanshell2@09383fe fix for pejobo/beanshell2#88 do not swallow java.lang.SecurityException
Merge pejobo/beanshell2@904e1e3 fix for pejobo/beanshell2#88 - fixed forcing of SecurityException when switching on accessibility - fixed check if setAccessible is necessary
Merge pejobo/beanshell2@b6a99ba fix for pejobo/beanshell2#88 - do not call "Capabilities.setAccessibility(true)" when generating class instances - workaround for (package) protected constructors not callable from script without accessibility - improve exception handling - fix for initialisation of local final variables from constructor
Merge pejobo/beanshell2@8620146 fix for pejobo/beanshell2#88 - extended test case
Merge pejobo/beanshell2@797ee8a fix for pejobo/beanshell2#88 test case for pejobo/beanshell2##97, pejobo/beanshell2#98, and pejobo/beanshell2##99
Merge pejobo/beanshell2@4df454b fix for pejobo/beanshell2#88 prevent obsolete calls to j.l.reflect.AccessibleObject.setAccessible(true)
Merge pejobo/beanshell2@09383fe fix for pejobo/beanshell2#88 do not swallow java.lang.SecurityException
Merge pejobo/beanshell2@904e1e3 fix for pejobo/beanshell2#88 - fixed forcing of SecurityException when switching on accessibility - fixed check if setAccessible is necessary
Merge pejobo/beanshell2@b6a99ba fix for pejobo/beanshell2#88 - do not call "Capabilities.setAccessibility(true)" when generating class instances - workaround for (package) protected constructors not callable from script without accessibility - improve exception handling - fix for initialisation of local final variables from constructor
Merge pejobo/beanshell2@8620146 fix for pejobo/beanshell2#88 - extended test case
Merge pejobo/beanshell2@797ee8a fix for pejobo/beanshell2#88 test case for pejobo/beanshell2##97, pejobo/beanshell2#98, and pejobo/beanshell2##99
Original issue reported on code.google.com by
pejob...@gmail.com
on 20 Sep 2013 at 12:14The text was updated successfully, but these errors were encountered: