You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this code throws IllegalStateException: sourceClassMetricsValues = extractMetricsResultsFor( Objects.requireNonNull(refactoring.getContainingClassOrThrow().getQualifiedName()), resultsForClasses );
in constructor of MoveMethodRefactoringFeatures class.
How to reproduce: I don't know, I tried but it didn't come out.
Error: lost, but this error goes from RefactoringSessionInfo and logging part.
The text was updated successfully, but these errors were encountered:
this code throws IllegalStateException:
sourceClassMetricsValues = extractMetricsResultsFor( Objects.requireNonNull(refactoring.getContainingClassOrThrow().getQualifiedName()), resultsForClasses );
in constructor of MoveMethodRefactoringFeatures class.
How to reproduce: I don't know, I tried but it didn't come out.
Error: lost, but this error goes from RefactoringSessionInfo and logging part.
The text was updated successfully, but these errors were encountered: