home.social

#nullaway — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nullaway, aggregated by home.social.

  1. In my preparation of my talk @jcon about #JSpecify, I released version 4.0.0 of #Neo4j migrations, fully embracing JSpecify and #NullAway. Null-safety on the Java module path, as it should be. See you next week in Cologne.

    github.com/michael-simons/neo4

  2. 70 % aller Fehler in Java-Produktionscode sind #NullPointerExceptions. Mit #NullAway & #JSpecify lassen sie sich statisch verhindern – ohne große Umbauten. Richard Gross zeigt, wie Teams sicher & schrittweise migrieren.

    Details: javapro.io/de/wie-man-den-mill

    @SpringCentral @UberEng

  3. We’d love to host a talk on #Null Safety with #JSpecify and #NullAway at an upcoming #Java User Group Switzerland meetup, and we’re using the power of our #community to find a #speaker!

    Are you working with JSpecify and NullAway and would like to share your experience? Or do you know someone who should definitely talk about this? Then please tag them here or point us in the right direction!

    You can submit a proposal via our speaker form or contact us on Mastodon.
    jug.ch/speakers.php

  4. [Перевод] Можно просто так взять и добавить поддержку проверки на Null

    Команда Spring АйО подготовила перевод статьи о том, как JSpecify наконец превращается из «ещё одного стандарта для библиотек» в рабочую основу null-безопасности для всей Java-экосистемы. IntelliJ IDEA 2025.3 впервые согласовала свои проверки с NullAway, а Spring и JetBrains синхронизировали suppressions и поведение анализаторов. Итог — единый, предсказуемый null-анализ без сотен ложных предупреждений.

    habr.com/ru/companies/spring_a

    #JSpecify #IntelliJ #NullAway #Java #spring #intellij_idea

  5. „Meine Milliarden-Dollar-Fehlentscheidung“ – so nannte Tony Hoare die Einführung von null. Richard Gross zeigt, wie die Firmen @UberEng & @SpringCentral heute mit #NullAway & #JSpecify eine echte Nullsicherheit erreichen.

    Lese mehr für sichere Codebases: javapro.io/de/wie-man-den-mill

  6. I created a toy #Java project using #JSpecify

    This is what you can express (among others):

    codeberg.org/michael-simons/ja

    One required argument, one optional argument with optional content.

    To check it, you need to have #Nullaway codeberg.org/michael-simons/ja

    Build with mvn package -DwithNullaway, to see compile fail (there's test passing null).

    Nullaway and modern Java is fun: codeberg.org/michael-simons/ja

    Also added #Kotlin code: You can remove the package, and see how it affects what Kotlin sees.

  7. [Перевод] Null-safety в Spring приложении с JSpecify и NullAway

    Новый перевод от команды Spring АйО расскажет о проблемах, вызываемых неожиданным появлением NullPointerException в продакшен, о способах борьбы с этой проблемой, над которыми работает команда Java и о скором выходе новых решений, которые помогут разработчикам навсегда избавиться от этого кошмара.

    habr.com/ru/companies/spring_a

    #nullsafety #null_references #nullness #nullability #jspecify #nullaway #spring #java #kotlin