|
Class: MethodInNoPackage (private in ProjectProblem
This class is only visible from within
ProjectProblem.
Object
|
+--ProjectProblem
|
+--ProjectProblem::ClassProblem
|
+--ProjectProblem::MethodProblem
|
+--ProjectProblem::MethodInNoPackage
- Package:
- stx:libbasic3
- Category:
- System-Support-Projects
- Owner:
- ProjectProblem
accessing-description
-
alreadyFixed
-
One may "fix" the problem by actually removing the method.
-
description
-
Return a (HTML) describing the problem.
-
label
-
Return the label (possibly instance if a Text) shortly describing the problem
fixing
-
doMoveAllListedMethodsToClassPackage
-
move all listed methods to their corresponding classes package.
Return false if fix fails, true otherwise
-
doMoveAllListedMethodsToPackage
-
move all listed methods to the package.
Return false if fix fails, true otherwise
-
doMoveMethodToPackage
-
move the method to the package.
Return false if fix fails, true otherwise
-
doMoveThisClassesMethodsToClassPackage
-
move listed methods of this class to the class package.
Return false if fix fails, true otherwise
-
fixes
-
return a list of description-actionBlock pairs for possible fixes
|