Skip to content

Method call not detected as moved #1010

@koppor

Description

@koppor

Context: JabRef/jabref#13852

Task was to split up one long dialog into three tabs. Thus, functionality was moved around.

Example: In jabgui/src/main/java/org/jabref/gui/cleanup/CleanupSingleAction.java, there was a call

boolean confirmed = dialogService.showConfirmationDialogWithOptOutAndWait

This now appears in

jabgui/src/main/java/org/jabref/gui/cleanup/CleanupDialogViewModel.java

But this is not detected. Maybe too different?

Showing two windows:

http://127.0.0.1:6789/monaco-page/5 and http://127.0.0.1:6789/monaco-page/2 next to each other:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions