Giter VIP home page Giter VIP logo

Comments (4)

sksamuel avatar sksamuel commented on July 26, 2024

Comparion to null might be better achieved by wrapping in an Option ?

if (person.name != null) or Option(person.name) match { .. } or are you
talking about something else ?

On 18 August 2014 18:35, Adam Lesperance [email protected] wrote:

There are many times when you need to check if something is null (either
with a direct comparison or through a match statement), especially when
dealing with Java. This should not throw a warning.


Reply to this email directly or view it on GitHub
#53.

from scapegoat.

lespea avatar lespea commented on July 26, 2024

Yes I do that in my utils class... it's pretty wasteful to wrap something in an option just to see if it's null (imo). If you don't want to turn it off I'll just keep adding annotations, just seems like the warning should be more for when you assign things as null.

from scapegoat.

sksamuel avatar sksamuel commented on July 26, 2024

Maybe the solution is to break the inspection into two - null comparison
and null assignment. Then you can just completely disable either or ?

On 18 August 2014 19:14, Adam Lesperance [email protected] wrote:

Yes I do that in my utils class... it's pretty wasteful to wrap something
in an option just to see if it's null (imo). If you don't want to turn it
off I'll just keep adding annotations, just seems like the warning should
be more for when you assign things as null.


Reply to this email directly or view it on GitHub
#53 (comment)
.

from scapegoat.

lespea avatar lespea commented on July 26, 2024

That seems like the most elegant solution

from scapegoat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.