Community
Participate
Working Groups
Build Identifier: 20090920-1017 Making a refactoring called Remove Unreferenced Labels , I noticed that there were some statments that allowed a label but they did not implement the IActionStmt , for example ASTIfThenStmtNode , or ASTFormatNode , etc. Reproducible: Always
Created attachment 166206 [details] The file to correct it.
With the lasta changes this patch doesnt work anymore ! :( , I'll send a new one in the sort run.
According to Mariano's e-mail and the attached patch, the affected classes are: ASTIfThenStmtNode ASTFormatStmtNode ASTElseStmtNode ASTSubroutineStmtNode ASTSelectCaseStmtNode ASTDataStmtNode ASTElseIfStmtNode ASTFunctionStmtNode ASTCaseStmtNode ASTForallConstructStmtNode
I just committed a fix for this to CVS. If it did not completely take care of the problem, please re-open this bug. Thanks.
Forgot to mark this resolved-fixed