JavaClassReader.st
branchdevelopment
changeset 3003 c9f0019485ff
parent 2966 afd174546057
child 3106 e53888146940
--- a/JavaClassReader.st	Sat Jan 25 21:35:58 2014 +0100
+++ b/JavaClassReader.st	Sat Jan 25 21:47:20 2014 +0100
@@ -22,11 +22,11 @@
 
 Object subclass:#JavaClassReader
 	instanceVariableNames:'inStream msb constants majorVsn minorVsn constNeeds2Slots
-                constSlot classBeingLoaded classLoader attributes'
+		constSlot classBeingLoaded classLoader attributes'
 	classVariableNames:'Verbose AnnotationsVerbose Silent AbsolutelySilent
-                LazyClassLoading InvalidClassFormatSignal ClassLoaderQuerySignal
-                JavaArchiveCache JavaArchiveCacheLock LastJavaArchive
-                LastJavaArchiveLock MaxContextSize MaxContextSizeLimit'
+		LazyClassLoading InvalidClassFormatSignal ClassLoaderQuerySignal
+		JavaArchiveCache JavaArchiveCacheLock LastJavaArchive
+		LastJavaArchiveLock MaxContextSize MaxContextSizeLimit'
 	poolDictionaries:'JavaConstants'
 	category:'Languages-Java-Support'
 !
@@ -1218,11 +1218,12 @@
     inStream position ~= endPos ifTrue: [
         self halt: 'annotations are probably reading what they shouldnt'
     ].
-    self breakPoint:#mh.
+
     javaMethod annotations rawParamAnnotations: rawAnnotations.
 
     "Modified: / 28-02-2011 / 17:05:47 / Marcel Hlopko <hlopik@gmail.com>"
     "Modified: / 01-12-2012 / 22:54:35 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
+    "Modified: / 25-01-2014 / 21:44:28 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 !
 
 readSignatureAttributeFor:something