Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
QtGP 1.0
-
-
8ef11ddba (dev)
Description
Why?
Cause
- To get rid of unnecessary warnings in tests.
- There are many places where we are using an extension or build task and it shows a yellow highlight or a gray method name even though it exists.
- To make the code more easily readable, thanks to better Groovy syntax highlighting.
Customer
Cruft
What?
Definition
- Change functions from return type "def" to typed: void, Project, QtBuildTask...
- For example QtPluginExtension has qtPath and in IntellJ it shows: "No candidates found for method call pluginExtension. qtPath.".
Demarcation
- Does not include code cleaning, after changes are done ticket:
QTTA-181
Dependencies
Attachments
Issue Links
- resulted in
-
QTTA-181 QtGP tests clean up
- Closed