Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 457e68fb9f3e
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb3c9bdbf7fc
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 16, 2015

  1. Copy the full SHA
    d074287 View commit details
  2. Copy the full SHA
    eb3c9bd View commit details
Showing with 8 additions and 4 deletions.
  1. +1 −4 .gitignore
  2. +7 −0 tool/truffle-findbugs-exclude.xml
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -73,10 +73,7 @@ tool/nailgun/config.log
tool/nailgun/config.status
tool/nailgun/ng
reference.txt

# Temporary files
rubyspec_temp
.vagrant

# binaries
!bin/gem
@@ -113,4 +110,4 @@ findbugs-noUpdateChecks-3.0.0.tar.gz
findbugs-3.0.0

# Vagrant
/.vagrant
.vagrant
7 changes: 7 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -149,4 +149,11 @@
<Bug pattern="DM_EXIT" />
</Match>

<!-- FindBugs bugs -->

<Match>
<Class name="org.jruby.truffle.nodes.objects.SingletonClassNode" />
<Bug pattern="BC_UNCONFIRMED_CAST" />
</Match>

</FindBugsFilter>