#10059 closed defect (fixed)
CheckStyle error
Reported by: | Jared Jurkiewicz | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | CheckStyle | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
CheckStyles? invalidly flags:
console.log("FlickrRestStore?: no handlers for data", data);
As a 'for' loop error:
dojox/data/FlickrRestStore.js:328 - " for " cannot be followed by a space
Change History (6)
comment:1 Changed 11 years ago by
Owner: | changed from sos to Shane O'Sullivan |
---|
comment:2 Changed 11 years ago by
Status: | new → assigned |
---|
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:6 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [20586]) Refs #10059 Fixes issues with how ignorable areas of a file, such as comments and regular expressions, are identified. This fix resolves many issues with false positive violations.