Closed Bug 1831550 Opened 3 years ago Closed 3 years ago

ArrayList<WebTable.Row> rows = new ArrayList<WebTable.Row>(); can reduce the verbosity of code

Categories

(Invalid Bugs :: General, enhancement)

x86_64
Windows 11
enhancement

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: nouranloly, Unassigned, Mentored)

Details

Mentor: shahd2003fayez, hanaaymanyehia
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---

ArrayList<> rows = new ArrayList<>();
The code smells because <> provides a constructor declaration without typing the constructor name,
i hope this work.

Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Summary: ArrayList<WebTable.Row> rows = new ArrayList<WebTable.Row>(); → ArrayList<WebTable.Row> rows = new ArrayList<WebTable.Row>(); can reduce the verbosity of code
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago3 years ago
Component: Preferences: Backend → General
Product: Core → Invalid Bugs
Resolution: --- → INVALID
Resolution: INVALID → WORKSFORME
Resolution: WORKSFORME → INVALID
You need to log in before you can comment on or make changes to this bug.