Git Product home page Git Product logo

Comments (3)

tsantalis avatar tsantalis commented on September 26, 2024

Partially fixed in commit 16a063333511c18a76ef038ba0f3c6064e77b5c7

Overlapping text edits is fixed, but there are still compilation errors after the refactoring

  1. One of the classes containing the clones is also the common superclass, in which the clones should be extracted. In that case, any common field to be pulled up already exists in the common superclass, and only its access modifier should be updated to protected (if it is private).
  2. One of the parameters that the extracted method should have corresponds to a local variable in one of the clones, and a field in the other clone. For some reason the parameter is not introduced.

from jdeodorant.

tsantalis avatar tsantalis commented on September 26, 2024

Point 1 fixed in commit bed9cd6f554aa22a1c8ab64bdc9175cf05ad9ce3

from jdeodorant.

tsantalis avatar tsantalis commented on September 26, 2024

Point 2 fixed in commit ea52d96b641a455e7ab2a8df253ca959f9b0458d

from jdeodorant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.