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

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

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 add the duplicate label on 29 Dec 2021
n-nitta change assignee from Not assigned to n-nitta on 29 Dec 2021
n-nitta add the bug label on 29 Dec 2021
n-nitta removed the duplicate label on 29 Dec 2021
n-nitta referenced the issue on 2 Jan 2022
Pull #34: BugFix
k-fujii closed this issue on 25 Apr 2023
Labels

Priority
default
Milestone
No milestone
Assignee
n-nitta
2 participants