mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
[java-inspections] UseHashCodeMethodInspection: support double type
Also: fix comment processing Improvement of IDEA-338114 GitOrigin-RevId: 87d057ccbea4262c40e2717c2ea3c004ac9865b0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e356e99136
commit
6e1d684df0
@@ -662,5 +662,4 @@ error.unnamed.variable.without.initializer=Unnamed variable declaration must hav
|
||||
intention.family.name.move.members.into.class=Move members into class
|
||||
chooser.popup.title.select.class.to.move.members.to=Select Target Class
|
||||
intention.family.name.move.members.to=Move members to {0}
|
||||
inspection.message.can.be.replaced.with.long.hashcode=Can be replaced with 'Long.hashCode()'
|
||||
inspection.name.can.be.replaced.with.long.hashcode='Long.hashCode()' can be used
|
||||
inspection.name.can.be.replaced.with.long.hashcode=Standard 'hashCode()' method can be used
|
||||
|
||||
Reference in New Issue
Block a user