-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor!: Rename dev mode gizmo to dev tools #13679
Conversation
dbad6b9
to
e0d328a
Compare
bd288ce
to
b61581f
Compare
Still files with gizmo occurrences
And files that might be renamed
|
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -961,7 +961,7 @@ private static void warnAboutPreserveOnRefreshAndLiveReloadCombo(UI ui) { | |||
if (!configuration.isProductionMode() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NULL_DEREFERENCE: object configuration
last assigned on line 960 could be null and is dereferenced at line 961.
(at-me in a reply with help
or ignore
)
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Artur- is there a good reason to pick this change to 23.1 ? Since it's just a naming, I'd not introduce breaking changes into beta version.
The only reason would be to reduce backporting issues by keeping the branches as similar as possible |
Makes sense! |
This ticket/PR has been released with Vaadin 23.2.0. |
No description provided.