You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.gwtproject.safecss.ForceCheckValidStyles is defined but never set which causes a NPE with GWT2 SuperDevMode; also it's never actually queried com.google.gwt.safehtml.ForceCheckValidUri, com.google.gwt.safehtml.ForceCheckCompleteHtml are queried but never defined, which is technically OK, but not very transparent.
As a followup to gwtproject/gwt#9806 it would be nice to make sure all 3 properties are defined with "false" as a default and compared to "true" instead of null.
(I'll try to create a PR for this in the next few weeks)
The text was updated successfully, but these errors were encountered:
org.gwtproject.safecss.ForceCheckValidStyles
is defined but never set which causes a NPE with GWT2 SuperDevMode; also it's never actually queriedcom.google.gwt.safehtml.ForceCheckValidUri
,com.google.gwt.safehtml.ForceCheckCompleteHtml
are queried but never defined, which is technically OK, but not very transparent.As a followup to gwtproject/gwt#9806 it would be nice to make sure all 3 properties are defined with
"false"
as a default and compared to"true"
instead ofnull
.(I'll try to create a PR for this in the next few weeks)
The text was updated successfully, but these errors were encountered: