Maurice Wangleng Tan

Results 6 issues of Maurice Wangleng Tan

**Description:** I am not sure whether my fix is correct, so I am going to describe what I am doing here. This MR is fixing #211. The original issue's proposed...

**Description:** Apply intrinsic to extend's constraints where applicable. **BREAKING CHANGE:** **Related issue (if exists):** Fix #335.

The "system" tests in `test/java/guitests/` currently act somewhat as a unit test for GUI and commands. With PR #536, GUI unit tests are done in a seperate architecture and test...

p.High
a-Testing
d.Contributors

`Arrays.asList()` can (and should) be used for creating a `List`, thus making `TestUtils.createList()` redundant.

a-CodeQuality
p.Low

Following up on https://github.com/nus-cs2103-AY1718S1/forum/issues/32. Since auto-stripping trailing spaces is a very useful feature (especially when we reach level4 and have to deal with checkstyle), perhaps a better solution would be...

c.Enhancement
a-CodeQuality
p.Low

**Prerequisite:** https://github.com/se-edu/addressbook-level4/pull/279 (further study about changes in checkstyle.xml is required) Some module names in checkstyle.xml have the `Check` suffix. For example, ``. We should change them to be ``, as...