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)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nouranloly, Unassigned, Mentored)
Details
| Reporter | ||
Updated•3 years ago
|
Mentor: shahd2003fayez, hanaaymanyehia
| Reporter | ||
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•3 years ago
|
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.
| Reporter | ||
Updated•3 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
| Reporter | ||
Updated•3 years ago
|
Summary: ArrayList<WebTable.Row> rows = new ArrayList<WebTable.Row>(); → ArrayList<WebTable.Row> rows = new ArrayList<WebTable.Row>(); can reduce the verbosity of code
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago → 3 years ago
Component: Preferences: Backend → General
Product: Core → Invalid Bugs
Resolution: --- → INVALID
| Reporter | ||
Updated•3 years ago
|
Resolution: INVALID → WORKSFORME
Updated•3 years ago
|
Resolution: WORKSFORME → INVALID
You need to log in
before you can comment on or make changes to this bug.
Comment 1
•