Jake-WangZhi

Results 5 issues of Jake-WangZhi

After setting staticOptions to `showList`, the showList attribute should be `true`, as seen in [line 27 in StaticOptions.java](https://github.com/lets-blade/blade/blob/aa32ce91386f491a3d0cb174beb190be1505ca27/blade-core/src/main/java/com/hellokaton/blade/options/StaticOptions.java#L27) Below is an example where it fails under [NonDex](https://github.com/TestingResearchIllinois/NonDex) on [line 202...

The app_name environment variable is not being set in the Blade instance before running the test. This leads to a null result from the environment, which does not match the...

The StaticOptions class uses a `Set` for paths, meaning no duplicate values can exist, which makes sense as static paths should be unique (please correct me if I'm mistaken). It...

The actual date in the output has been converted to the local time zone when compared to the expected date. As a result, these tests can fail depending on where...

Hi there, I think your solution to 150 [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation/) is partially correct. Do you mind double checking on that? Thanks