Skip to content

History / ThrowablesExplained

Revisions

  • Remove suggestions to throw a plain `RuntimeException`, and discourage the remaining `propagateIfPossible` overloads, too. RELNOTES=n/a PiperOrigin-RevId: 568222002

    @cpovirk cpovirk committed Sep 25, 2023
  • Begin tweaking Guava sources to satisfy Copybara. - Change from http to https (and from github.io links to guava.dev/truth.dev while I'm at it). - Remove go/ links. - Add whitespace around MOE directives. - Put MOE stripping directives alone in comments, moving other comment text to a separate comment. - One particular case of that: Put MOE intracomment stripping into HTML comments... even when it happens in non-Javadoc comments (i.e., /* */). It seems that Copybara wants for intracomment directives to stand alone in *some* kind of comment? - Add @GoogleInternal to some files that are currently omitted from Guava simply by not being in MOE filegroup targets. This is surely not a complete set of changes, but it's enough to get me started. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=334840448

    @cpovirk cpovirk committed Oct 2, 2020
  • GitHub pages doesn't like the wrapped table format. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=314932304

    @netdpb netdpb committed Jun 5, 2020
  • Remove obsolete information from Throwables documentation. Refer only to undeprecated APIs. Fixes https://github.com/google/guava/issues/3918. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=314751263

    @netdpb netdpb committed Jun 5, 2020
  • Fixed typo which broke a hyperlink.

    @jrtom jrtom committed Sep 23, 2019
  • throwables.md: fix formatting to address external issue #3230. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208203047

    @jrtom jrtom committed Aug 15, 2018
  • Update broken propagateIfInstanceOf link Fixes https://github.com/google/guava/issues/2991 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194675754

    @kluever kluever committed May 1, 2018
  • Fix links to Guava Javadoc in wiki files to use Java 8+ Javadoc URL format. $ cat files | xargs sed -i -re ':a; s#(: https?://google\.github\.io/guava/releases/[^/]+/api/docs/.+/[^/]+\.html\#.+)(\(|%28|\)|%29|, |,%20|,)(.*)#\1-\3#g; ta' ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=175553572

    @cgdecker cgdecker committed Nov 13, 2017
  • Update broken links Fixes https://github.com/google/guava/wiki/ThrowablesExplained ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=175542814

    @kluever kluever committed Nov 13, 2017
  • Fix md files that were incorrectly marked executable.

    @cgdecker cgdecker committed Oct 17, 2017
  • Sync changes from migration to internal pages. Primarily, fix up tons of Markdown stuff.

    @cgdecker cgdecker committed Oct 16, 2017
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Jan 20, 2017
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 21, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 19, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 18, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 18, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 18, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 18, 2016
  • Updated ThrowablesExplained (markdown)

    @cpovirk cpovirk committed Mar 18, 2016
  • degender

    @kluever kluever committed Feb 22, 2016
  • Update some Google Code links in wiki pages.

    @cgdecker cgdecker committed Sep 4, 2015
  • Update all or most Javadoc links to use new GitHub locations

    @cgdecker cgdecker committed Jun 12, 2015
  • Fix wiki links to use proper format to work on GitHub.

    @cgdecker cgdecker committed Jun 8, 2015
  • Initial commit of Guava wiki contents.

    @cgdecker cgdecker committed Jun 8, 2015