src/JavaResolver.st
branchjk_new_structure
changeset 819 d95b67600835
parent 817 3f2405c6ef88
child 821 560f60ad3a2a
--- a/src/JavaResolver.st	Tue May 24 08:43:44 2011 +0000
+++ b/src/JavaResolver.st	Tue May 24 13:06:14 2011 +0000
@@ -598,11 +598,16 @@
      of a protected field access or method invocation (the target must be of class
      D or a subtype of D). That requirement is checked as part of the verification
      process (ยง5.4.1); it is not part of link-time access control."
+
+    "JV@2011-05-24: Temporary hack, since access checking
+     is somewhat broken. Marcle should fix it :-)"
+    OperatingSystem getLoginName = 'jv' ifTrue:[^true].
     
   ^ self checkPermissionsForMethodOrField: aJavaMethod from: accessingJavaClass to: resolvedJavaClass.
 
     "Created: / 11-04-2011 / 20:20:12 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
     "Modified: / 14-04-2011 / 14:20:27 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
+    "Modified: / 24-05-2011 / 14:06:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 lookupMethodIfAlreadyResolved: aJavaMethodRef