【bug】入力メソッド内でのフィールドへの代入文が、フィールド名の変更(value)に対応できていない #31

Closed n-nitta opened this issue on 29 Dec 2021 - 0 comments

@n-nitta n-nitta commented on 29 Dec 2021

public class Acceleration {
:
private Pair value;
public void updateForce(Pair force) {
this.force = force; // this.value = force; となるべき
:

@n-nitta n-nitta added the duplicate label on 29 Dec 2021
@n-nitta n-nitta changed assignee from Not assigned to n-nitta on 29 Dec 2021
@n-nitta n-nitta added the bug label on 29 Dec 2021
@n-nitta n-nitta removed the duplicate label on 29 Dec 2021
@n-nitta n-nitta referenced the issue on 2 Jan 2022
@k-fujii k-fujii closed this issue on 25 Apr 2023
Labels

Priority
default
Milestone
No milestone
Assignee

2 participants
@n-nitta @k-fujii