metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Fix warnings reported by Intellij IDE processing gradle.properties #442

Closed dr0i closed 2 years ago

dr0i commented 2 years ago

Nothing special, just by-the-way.

blackwinter commented 2 years ago

Can you show us the actual warnings?

dr0i commented 2 years ago

Accumulated warnings:

'leftShift' in 'org.codehaus.groovy.runtime.DefaultGroovyMethods' cannot be applied to '(groovy.lang.GString)' : 68 'name' cannot be applied to '(java.lang.Object)' : 142, 151, 161, 171, 176, 182 Assignment is not used: 289 'equals' can be replaced with operator : 307, 311

dr0i commented 2 years ago

It certainly worked before

Yes, sure, these were just warnings. I have no knowledge of groovy so I just took the IDE's proposals (which may be a silly thing - other IDE's may propose other/no changes, so what would be the point to change these anyway).

But maybe I don't fully understand the intent behind these warnings?

Me certainly not. So I am going to ignore them. Nevertheless, I will adjust your proposals to this PR.