Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LocationInfo Problem #33

Closed
pouryafard75 opened this issue Feb 11, 2023 · 0 comments
Closed

LocationInfo Problem #33

pouryafard75 opened this issue Feb 11, 2023 · 0 comments

Comments

@pouryafard75
Copy link
Owner

Commit: hazelcast/hazelcast@76d7f5e

The locationInfo for the following leaf mapping seems to be incorrect. The problem is most likely in List<Refactoring> getClassDiffRefactorings. It probably returns incorrect class.

  • Extract Method protected startSelectors() : void extracted from public start() : void in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
    hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    inSelector.start(); LineRange:158-158 Offset:6860-6879
    hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    inSelector.start(); LineRange:168-168 Offset:7212-7231

  • Extract Method protected startSelectors() : void extracted from public start() : void in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
    hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    outSelector.start(); LineRange:159-159 Offset:6888-6908
    hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    outSelector.start(); LineRange:169-169 Offset:7240-7260

  • Extract Method protected startSelectors() : void extracted from public start() : void in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
    hazelcast-client-new/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    inSelector.start(); LineRange:159-159 Offset:6929-6948
    hazelcast-client-new/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    inSelector.start(); LineRange:168-168 Offset:7280-7299

  • Extract Method protected startSelectors() : void extracted from public start() : void in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
    hazelcast-client-new/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    outSelector.start(); LineRange:160-160 Offset:6957-6977
    hazelcast-client-new/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java
    outSelector.start(); LineRange:169-169 Offset:7308-7328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant