|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenMethodInClassIsCommented(methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenCommentInMethodInClassIs(commentPosition int, methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenClassIsCommented(position int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenMethodInClassHasTotalContainedComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenClassHasTotalContainedComments(position int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenBlockStatementInMethodInClassHasTotalContainedComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenClassHasOrphanComments(position int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public getMethodByPositionAndClassPosition(compilationUnit CompilationUnit, methodPosition int, classPosition int) : MethodDeclaration in class com.github.javaparser.bdd.steps.SharedSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenFieldInClassIsNotCommented(fieldPosition int, classPosition int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getVariable(i int) : VariableDeclarator extracted from public createSetter() : MethodDeclaration in class com.github.javaparser.ast.body.FieldDeclaration & moved to class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenClassOrphanCommentIs(classPosition int, commentPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenFieldInClassContainsAnnotationValueIs(fieldPosition int, classPosition int, annotationPosition int, expectedValue String) : void in class com.github.javaparser.bdd.steps.ParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getProblem(i int) : Problem extracted from public whenParsingFailsThenWeGetProblemsAndNoResults() : void in class com.github.javaparser.junit.ast.ParseResultTest & moved to class com.github.javaparser.ParseResult |
From |
To |
|
Extract And Move Method public getVariable(i int) : VariableDeclarator extracted from public createGetter() : MethodDeclaration in class com.github.javaparser.ast.body.FieldDeclaration & moved to class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public whenAStaticMethodCalledReturningIsAddedToClassInTheCompilationUnit(methodName String, position int) : void in class com.github.javaparser.bdd.steps.ManipulationSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenFieldInClassIsCommented(fieldPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenMethodInClassHasOrphanComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenFieldInClassContainsComments(fieldPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenBlockStatementInMethodInClassIs(methodPosition int, classPosition int, commentPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenBlockStatementInMethodInClassHasOrphanComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenTypeOfMethodInClassIsCommented(methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenVariableValueOfFieldInClassIsCommented(variablePosition int, fieldPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Extract And Move Method public getType(i int) : TypeDeclaration<?> extracted from public thenClassIsNotCommented(position int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps & moved to class com.github.javaparser.ast.CompilationUnit |
From |
To |