Opened 11 years ago
Closed 11 years ago
#10057 closed defect (fixed)
confusion over triple ===
Reported by: | bill | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | CheckStyle | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The checkstyle code gets confused by triple ===, converts
if(tg === "textarea"
into
if(tg == = "textarea"
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20480]) Refs #10057 Fixes issue where the code to fix style violations handled "===" incorrectly