Regression
osx-32 / Tests-osx-32 / MacOSX32.ReleaseTests.CleanCode.NoUnusedTemporaryVariablesLeftTest.testNoUnusedTemporaryVariablesLeft (from ReleaseTests)
Stacktrace
Process>>pvtSignal:list: RBScanner>>classify: RBScanner>>step RBScanner>>scanLiteralString RBScanner>>scanToken RBScanner>>next RBParser>>step RBParser>>parseAssignment RBParser>>parseStatementList:into: RBParser>>parseStatements:into: RBParser>>parseMethod RBParser>>parseMethod: [ parser parseMethod: aString ] in RBParser class>>parseMethod:onError: BlockClosure>>on:do: RBParser class>>parseMethod:onError: RBParser class>>parseMethod: OpalCompiler>>parseMethod OpalCompiler>>parse CompiledMethod>>parseTree [ aCompiledMethod reflectiveMethod ifNil: [ aCompiledMethod parseTree doSemanticAnalysisIn: aCompiledMethod methodClass ] ifNotNil: [ :rfMethod | rfMethod ast ] ] in ASTCache>>at: [ self at: key put: aBlock value ] in ASTCache(Dictionary)>>at:ifAbsentPut: ASTCache(Dictionary)>>at:ifAbsent: ASTCache(Dictionary)>>at:ifAbsentPut: ASTCache>>at: ASTCache class>>at: CompiledMethod>>ast [ :m | m ast temporaries anySatisfy: [ :x | x binding isUnused ] ] in NoUnusedTemporaryVariablesLeftTest>>testNoUnusedTemporaryVariablesLeft OrderedCollection>>select: NoUnusedTemporaryVariablesLeftTest>>testNoUnusedTemporaryVariablesLeft NoUnusedTemporaryVariablesLeftTest(TestCase)>>performTest