diff stringlengths 164 2.11M | is_single_chunk bool 2
classes | is_single_function bool 2
classes | buggy_function stringlengths 0 335k ⌀ | fixed_function stringlengths 23 335k ⌀ |
|---|---|---|---|---|
diff --git a/src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisitor.java b/src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisitor.java
index 1565534f..3258c509 100644
--- a/src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisitor.java
+++ b/src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisito... | true | false | null | null |
diff --git a/Calendar/src/calendar/DrawCalendar.java b/Calendar/src/calendar/DrawCalendar.java
index 6213edd..ad82f21 100644
--- a/Calendar/src/calendar/DrawCalendar.java
+++ b/Calendar/src/calendar/DrawCalendar.java
@@ -1,1694 +1,1695 @@
package calendar;
import java.awt.*;
import java.awt.event.ActionEvent;
imp... | false | false | null | null |
diff --git a/src/main/java/io/cloudsoft/opengamma/server/OpenGammaServerImpl.java b/src/main/java/io/cloudsoft/opengamma/server/OpenGammaServerImpl.java
index b1cb4a3..d16072b 100644
--- a/src/main/java/io/cloudsoft/opengamma/server/OpenGammaServerImpl.java
+++ b/src/main/java/io/cloudsoft/opengamma/server/OpenGammaSer... | false | false | null | null |
diff --git a/tests/jms-tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java b/tests/jms-tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
index edd4f6abb..3125082e3 100644
--- a/tests/jms-tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
+++ b/tests/jms-tests/src/org/jboss/t... | false | false | null | null |
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/ProfileModificationWizardPage.java b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/ProfileModificationWizardPage.java
index 473356908..dfabab1f2 100644
--- a/bundles/org.eclipse.equinox.p2.ui... | false | false | null | null |
diff --git a/src/com/android/exchange/SyncManager.java b/src/com/android/exchange/SyncManager.java
index 7c372b3..ce71e84 100644
--- a/src/com/android/exchange/SyncManager.java
+++ b/src/com/android/exchange/SyncManager.java
@@ -1,1874 +1,1875 @@
/*
* Copyright (C) 2008-2009 Marc Blank
* Licensed to The Android Op... | false | false | null | null |
diff --git a/libcore/luni/src/main/java/java/io/ObjectInputStream.java b/libcore/luni/src/main/java/java/io/ObjectInputStream.java
index 7dc87ffea..6d24eb282 100644
--- a/libcore/luni/src/main/java/java/io/ObjectInputStream.java
+++ b/libcore/luni/src/main/java/java/io/ObjectInputStream.java
@@ -1,2765 +1,2771 @@
/*
... | true | false | null | null |
diff --git a/src/main/java/org/agmip/translators/dssat/DssatControllerOutput.java b/src/main/java/org/agmip/translators/dssat/DssatControllerOutput.java
index 994c5b1..2802879 100644
--- a/src/main/java/org/agmip/translators/dssat/DssatControllerOutput.java
+++ b/src/main/java/org/agmip/translators/dssat/DssatControlle... | true | false | null | null |
diff --git a/src/harris/GiantBomb/GBObject.java b/src/harris/GiantBomb/GBObject.java
index f11949a..7812699 100644
--- a/src/harris/GiantBomb/GBObject.java
+++ b/src/harris/GiantBomb/GBObject.java
@@ -1,189 +1,187 @@
package harris.GiantBomb;
import java.io.IOException;
import java.net.URL;
import java.util.Array... | false | false | null | null |
diff --git a/src/elka/clouddir/client/ServerCommunicationThread.java b/src/elka/clouddir/client/ServerCommunicationThread.java
index fc8e473..c7b410d 100644
--- a/src/elka/clouddir/client/ServerCommunicationThread.java
+++ b/src/elka/clouddir/client/ServerCommunicationThread.java
@@ -1,115 +1,115 @@
package elka.cloud... | false | false | null | null |
diff --git a/FruitStandTracker/src/edu/upenn/cis350/project/InfoActivity.java b/FruitStandTracker/src/edu/upenn/cis350/project/InfoActivity.java
index b95833f..a50528d 100644
--- a/FruitStandTracker/src/edu/upenn/cis350/project/InfoActivity.java
+++ b/FruitStandTracker/src/edu/upenn/cis350/project/InfoActivity.java
@@ ... | true | false | null | null |
diff --git a/src/ch/unibe/scg/cc/GitPopulatorTest.java b/src/ch/unibe/scg/cc/GitPopulatorTest.java
index a99af46..4cb730a 100644
--- a/src/ch/unibe/scg/cc/GitPopulatorTest.java
+++ b/src/ch/unibe/scg/cc/GitPopulatorTest.java
@@ -1,294 +1,293 @@
package ch.unibe.scg.cc;
import static com.google.common.io.BaseEncodin... | false | false | null | null |
diff --git a/src/org/reader/Instruction.java b/src/org/reader/Instruction.java
index 76e1006..83b3ef6 100644
--- a/src/org/reader/Instruction.java
+++ b/src/org/reader/Instruction.java
@@ -1,83 +1,83 @@
package org.reader;
import org.reader.blocks.ForLoop;
import org.reader.blocks.IfStatement;
import org.reader.b... | false | true | public static Statement getStatementFrom(String statement) throws InvalidStatementException {
if (Method.isValid(statement)) {
return Method.getStatementFrom(statement);
} else if (Declaration.isValid(statement)) {
return Declaration.getStatementFrom(statement);
} els... | public static Statement getStatementFrom(String statement) throws InvalidStatementException {
if (Method.isValid(statement)) {
return Method.getStatementFrom(statement);
} else if (IfStatement.isValid(statement)) {
return IfStatement.getStatementFrom(statement);
} els... |
diff --git a/main/src/cgeo/geocaching/activity/AbstractViewPagerActivity.java b/main/src/cgeo/geocaching/activity/AbstractViewPagerActivity.java
index 049fc7d00..c7d450772 100644
--- a/main/src/cgeo/geocaching/activity/AbstractViewPagerActivity.java
+++ b/main/src/cgeo/geocaching/activity/AbstractViewPagerActivity.java... | true | false | null | null |
diff --git a/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java b/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java
index 595ca9ad9..fc880d5db 100644
--- a/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java
+++ b/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java
@@ -1,287 +1,287 @@
/* =======... | false | false | null | null |
diff --git a/src/com/glowman/spaceunit/game/GameScreen.java b/src/com/glowman/spaceunit/game/GameScreen.java
index 03592b4..2d3c5b4 100644
--- a/src/com/glowman/spaceunit/game/GameScreen.java
+++ b/src/com/glowman/spaceunit/game/GameScreen.java
@@ -1,217 +1,218 @@
package com.glowman.spaceunit.game;
import java.uti... | false | false | null | null |
diff --git a/src/com/android/contacts/ContactsApplication.java b/src/com/android/contacts/ContactsApplication.java
index f0e273634..8346c04eb 100644
--- a/src/com/android/contacts/ContactsApplication.java
+++ b/src/com/android/contacts/ContactsApplication.java
@@ -1,99 +1,101 @@
/*
* Copyright (C) 2010 The Android O... | false | false | null | null |
diff --git a/src/Main/Client.java b/src/Main/Client.java
index e41701b..f221b16 100644
--- a/src/Main/Client.java
+++ b/src/Main/Client.java
@@ -1,462 +1,465 @@
package Main;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.... | false | false | null | null |
diff --git a/src/java/org/codehaus/groovy/grails/support/DevelopmentResourceLoader.java b/src/java/org/codehaus/groovy/grails/support/DevelopmentResourceLoader.java
index fe1fbfe93..f93030e33 100644
--- a/src/java/org/codehaus/groovy/grails/support/DevelopmentResourceLoader.java
+++ b/src/java/org/codehaus/groovy/grail... | false | false | null | null |
diff --git a/spring-data-commons-core/src/main/java/org/springframework/data/transaction/ChangeSetBackedTransactionSynchronization.java b/spring-data-commons-core/src/main/java/org/springframework/data/transaction/ChangeSetBackedTransactionSynchronization.java
index e2e53ec2..1a21f9f7 100644
--- a/spring-data-commons-c... | false | false | null | null |
diff --git a/src/com/android/browser/WebsiteSettingsActivity.java b/src/com/android/browser/WebsiteSettingsActivity.java
index 1e27092b..bd57c917 100644
--- a/src/com/android/browser/WebsiteSettingsActivity.java
+++ b/src/com/android/browser/WebsiteSettingsActivity.java
@@ -1,629 +1,629 @@
/*
* Copyright (C) 2009 Th... | false | false | null | null |
diff --git a/src/net/fred/feedex/widget/ColorPickerDialogPreference.java b/src/net/fred/feedex/widget/ColorPickerDialogPreference.java
index a7df507..7ff0597 100644
--- a/src/net/fred/feedex/widget/ColorPickerDialogPreference.java
+++ b/src/net/fred/feedex/widget/ColorPickerDialogPreference.java
@@ -1,134 +1,132 @@
/*... | false | false | null | null |
diff --git a/src/main/java/org/tal/sensorlibrary/daytime.java b/src/main/java/org/tal/sensorlibrary/daytime.java
index cedcc0a..f820992 100644
--- a/src/main/java/org/tal/sensorlibrary/daytime.java
+++ b/src/main/java/org/tal/sensorlibrary/daytime.java
@@ -1,172 +1,185 @@
package org.tal.sensorlibrary;
import java.... | false | false | null | null |
diff --git a/modules/dCache/diskCacheV111/pools/MultiProtocolPoolV3.java b/modules/dCache/diskCacheV111/pools/MultiProtocolPoolV3.java
index 90db739e5c..bad09d911a 100755
--- a/modules/dCache/diskCacheV111/pools/MultiProtocolPoolV3.java
+++ b/modules/dCache/diskCacheV111/pools/MultiProtocolPoolV3.java
@@ -1,3642 +1,364... | true | false | null | null |
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/RequestParameterTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/RequestParameterTests.java
index e8bd61d9e..34d47b4bd 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/RequestParame... | false | false | null | null |
diff --git a/src/info/tregmine/commands/ActionCommand.java b/src/info/tregmine/commands/ActionCommand.java
index a43691a..54d7cb3 100644
--- a/src/info/tregmine/commands/ActionCommand.java
+++ b/src/info/tregmine/commands/ActionCommand.java
@@ -1,51 +1,51 @@
package info.tregmine.commands;
import static org.bukkit.... | false | false | null | null |
diff --git a/app/models/events/AddCauseEvent.java b/app/models/events/AddCauseEvent.java
index 6aafdca..b7e3bdd 100644
--- a/app/models/events/AddCauseEvent.java
+++ b/app/models/events/AddCauseEvent.java
@@ -1,47 +1,47 @@
/*
* Copyright (C) 2011 by Eero Laukkanen, Risto Virtanen, Jussi Patana, Juha Viljanen,
* Jo... | true | true | public AddCauseEvent(Cause cause, String causeFrom) {
super("addcauseevent");
this.causeTo = Long.toString(cause.id);
this.text = cause.name.replaceAll(">", ">").replaceAll("<", "<").replaceAll("&", "&");
this.causeFrom = causeFrom;
this.creatorId = cause.creatorId == null ? null : Long.toString(ca... | public AddCauseEvent(Cause cause, String causeFrom) {
super("addcauseevent");
this.causeTo = Long.toString(cause.id);
this.text = cause.name.replaceAll("&", "&").replaceAll(">", ">").replaceAll("<", "<");
this.causeFrom = causeFrom;
this.creatorId = cause.creatorId == null ? null : Long.toString(ca... |
diff --git a/apps/wget/src/net/crud/wget/WgetTask.java b/apps/wget/src/net/crud/wget/WgetTask.java
index ca70ab0..ca3f5a4 100644
--- a/apps/wget/src/net/crud/wget/WgetTask.java
+++ b/apps/wget/src/net/crud/wget/WgetTask.java
@@ -1,117 +1,118 @@
package net.crud.wget;
import java.io.BufferedReader;
import java.io.F... | false | false | null | null |
diff --git a/src/gov/nih/nci/rembrandt/web/struts/action/GPProcessAction.java b/src/gov/nih/nci/rembrandt/web/struts/action/GPProcessAction.java
index f14301ae..3973377c 100644
--- a/src/gov/nih/nci/rembrandt/web/struts/action/GPProcessAction.java
+++ b/src/gov/nih/nci/rembrandt/web/struts/action/GPProcessAction.java
@... | true | false | null | null |
diff --git a/astrid/plugin-src/com/todoroo/astrid/core/LinkActionExposer.java b/astrid/plugin-src/com/todoroo/astrid/core/LinkActionExposer.java
index 02508508d..ca13748b4 100644
--- a/astrid/plugin-src/com/todoroo/astrid/core/LinkActionExposer.java
+++ b/astrid/plugin-src/com/todoroo/astrid/core/LinkActionExposer.java... | false | true | public List<TaskAction> getActionsForTask(Context context, long taskId) {
List<TaskAction> result = new ArrayList<TaskAction>();
if(taskId == -1)
return result;
Task task = PluginServices.getTaskService().fetchById(taskId, Task.ID, Task.TITLE, Task.NOTES);
if (task == nu... | public List<TaskAction> getActionsForTask(Context context, long taskId) {
List<TaskAction> result = new ArrayList<TaskAction>();
if(taskId == -1)
return result;
Task task = PluginServices.getTaskService().fetchById(taskId, Task.ID, Task.TITLE, Task.NOTES);
if (task == nu... |
diff --git a/src/main/java/com/p6spy/engine/proxy/ProxyFactory.java b/src/main/java/com/p6spy/engine/proxy/ProxyFactory.java
index 6d04a9b47..495e1c55e 100644
--- a/src/main/java/com/p6spy/engine/proxy/ProxyFactory.java
+++ b/src/main/java/com/p6spy/engine/proxy/ProxyFactory.java
@@ -1,102 +1,105 @@
/*
* #%L
* P6S... | false | false | null | null |
diff --git a/src/main/java/de/cismet/cids/custom/treeicons/wunda_blau/Alb_baulastIconFactory.java b/src/main/java/de/cismet/cids/custom/treeicons/wunda_blau/Alb_baulastIconFactory.java
index 2336c86c..75240631 100644
--- a/src/main/java/de/cismet/cids/custom/treeicons/wunda_blau/Alb_baulastIconFactory.java
+++ b/src/ma... | false | true | private Icon generateIconFromState(final ObjectTreeNode node) {
Icon result = null;
if (node != null) {
final MetaObject baulastMO = node.getMetaObject(false);
if (baulastMO != null) {
final CidsBean baulastBean = baulastMO.getBean();
result = ... | private Icon generateIconFromState(final ObjectTreeNode node) {
Icon result = null;
if (node != null) {
final MetaObject baulastMO = node.getMetaObject(false);
if (baulastMO != null) {
final CidsBean baulastBean = baulastMO.getBean();
result = ... |
diff --git a/src/main/java/de/cismet/cids/trigger/builtin/UpdateToStringCacheTrigger.java b/src/main/java/de/cismet/cids/trigger/builtin/UpdateToStringCacheTrigger.java
index d28c77ac..cc3be7d4 100644
--- a/src/main/java/de/cismet/cids/trigger/builtin/UpdateToStringCacheTrigger.java
+++ b/src/main/java/de/cismet/cids/t... | false | false | null | null |
diff --git a/srcj/com/sun/electric/database/geometry/GenMath.java b/srcj/com/sun/electric/database/geometry/GenMath.java
index fef7ca505..3d2f6bad7 100644
--- a/srcj/com/sun/electric/database/geometry/GenMath.java
+++ b/srcj/com/sun/electric/database/geometry/GenMath.java
@@ -1,840 +1,830 @@
/* -*- tab-width: 4 -*-
*... | false | false | null | null |
diff --git a/test/org/imagejdev/beans/FHTEJBEndpointTest.java b/test/org/imagejdev/beans/FHTEJBEndpointTest.java
index 0311196..4c34423 100644
--- a/test/org/imagejdev/beans/FHTEJBEndpointTest.java
+++ b/test/org/imagejdev/beans/FHTEJBEndpointTest.java
@@ -1,81 +1,81 @@
/*
* To change this template, choose Tools | T... | false | false | null | null |
diff --git a/src/paulscode/android/mupen64plusae/input/map/AxisMap.java b/src/paulscode/android/mupen64plusae/input/map/AxisMap.java
index 95032dfe..9c40c38b 100644
--- a/src/paulscode/android/mupen64plusae/input/map/AxisMap.java
+++ b/src/paulscode/android/mupen64plusae/input/map/AxisMap.java
@@ -1,170 +1,187 @@
pack... | false | false | null | null |
diff --git a/src/net/xemnias/client/AnimationList.java b/src/net/xemnias/client/AnimationList.java
index f5f2a4a..b29afdc 100644
--- a/src/net/xemnias/client/AnimationList.java
+++ b/src/net/xemnias/client/AnimationList.java
@@ -1,33 +1,33 @@
package net.xemnias.client;
import org.newdawn.slick.Image;
public cla... | true | true | private static Image[] playerRrunningRightSprite()
{
Image[] img = new Image[8];
img[0] = CommunityGame.loader.getImageByName("playerAnimationRun.png").getSubImage(0, 0, 32, 64);
img[1] = CommunityGame.loader.getImageByName("playerAnimationRun.png").getSubImage(32, 0, 32, 64);
img[2] = CommunityGame.loader... | private static Image[] playerRrunningRightSprite()
{
Image[] img = new Image[8];
img[0] = CommunityGame.loader.getAnimationByName("playerRunningRight.png").getSubImage(0, 0, 32, 64);
img[1] = CommunityGame.loader.getAnimationByName("playerRunningRight.png").getSubImage(32, 0, 32, 64);
img[2] = CommunityGam... |
diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java b/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java
index 362cbad78..3b2a259dd 100644
--- a/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java
+++ b/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java
@@ -1,331 +... | false | false | null | null |
diff --git a/src/DVN-web/src/edu/harvard/iq/dvn/core/web/study/StudyPermissionsPage.java b/src/DVN-web/src/edu/harvard/iq/dvn/core/web/study/StudyPermissionsPage.java
index 01a169f4..f2f83027 100644
--- a/src/DVN-web/src/edu/harvard/iq/dvn/core/web/study/StudyPermissionsPage.java
+++ b/src/DVN-web/src/edu/harvard/iq/dv... | false | false | null | null |
diff --git a/src/com/matburt/mobileorg/Synchronizers/Synchronizer.java b/src/com/matburt/mobileorg/Synchronizers/Synchronizer.java
index 06da1c1..b7a7f54 100644
--- a/src/com/matburt/mobileorg/Synchronizers/Synchronizer.java
+++ b/src/com/matburt/mobileorg/Synchronizers/Synchronizer.java
@@ -1,267 +1,280 @@
package co... | true | false | null | null |
diff --git a/src/com/android/camera/ActivityBase.java b/src/com/android/camera/ActivityBase.java
index 22a0edf7..0df96d7a 100644
--- a/src/com/android/camera/ActivityBase.java
+++ b/src/com/android/camera/ActivityBase.java
@@ -1,793 +1,795 @@
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed u... | false | false | null | null |
diff --git a/src/Tiger.java b/src/Tiger.java
index bc43cb0..a35e957 100644
--- a/src/Tiger.java
+++ b/src/Tiger.java
@@ -1,164 +1,168 @@
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.InputStream;
import lexer.Lexer;
import lexer.Token;
import lexer.Token.Kind;
import cont... | false | false | null | null |
diff --git a/src/org/jetbrains/plugins/clojure/psi/util/ClojurePsiUtil.java b/src/org/jetbrains/plugins/clojure/psi/util/ClojurePsiUtil.java
index 6288f88..b597447 100644
--- a/src/org/jetbrains/plugins/clojure/psi/util/ClojurePsiUtil.java
+++ b/src/org/jetbrains/plugins/clojure/psi/util/ClojurePsiUtil.java
@@ -1,256 +... | true | true | public static @Nullable ClBraced findSexpAtCaret(@NotNull Editor editor, boolean previous) {
Project project = editor.getProject();
if (project == null) { return null; }
VirtualFile vfile = FileDocumentManager.getInstance().getFile(editor.getDocument());
if (vfile == null) return null;
PsiFile ... | public static @Nullable ClBraced findSexpAtCaret(@NotNull Editor editor, boolean previous) {
Project project = editor.getProject();
if (project == null) { return null; }
VirtualFile vfile = FileDocumentManager.getInstance().getFile(editor.getDocument());
if (vfile == null) return null;
PsiFile ... |
diff --git a/src/openmap/com/bbn/openmap/omGraphics/labeled/LabeledOMPoly.java b/src/openmap/com/bbn/openmap/omGraphics/labeled/LabeledOMPoly.java
index 12979cd2..0033d8ad 100644
--- a/src/openmap/com/bbn/openmap/omGraphics/labeled/LabeledOMPoly.java
+++ b/src/openmap/com/bbn/openmap/omGraphics/labeled/LabeledOMPoly.ja... | false | false | null | null |
diff --git a/core/src/test/java/org/infinispan/loaders/dummy/DummyInMemoryCacheStore.java b/core/src/test/java/org/infinispan/loaders/dummy/DummyInMemoryCacheStore.java
index 32b2647bba..9be4d8909e 100644
--- a/core/src/test/java/org/infinispan/loaders/dummy/DummyInMemoryCacheStore.java
+++ b/core/src/test/java/org/inf... | true | false | null | null |
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java
index dd7c78d847..070f2ee7d4 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/Defau... | false | false | null | null |
diff --git a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/core/session/SipApplicationSessionImpl.java b/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/core/session/SipApplicationSessionImpl.java
index 1f7bdf97c..b2b8163d7 100644
--- a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/cor... | false | false | null | null |
diff --git a/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java b/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
index 677178f63..d4c7f8902 100644
--- a/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
+++ b/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
@@ -1,77 +1... | false | false | null | null |
diff --git a/src/org/openstreetmap/josm/data/Preferences.java b/src/org/openstreetmap/josm/data/Preferences.java
index 9139d040..93993363 100644
--- a/src/org/openstreetmap/josm/data/Preferences.java
+++ b/src/org/openstreetmap/josm/data/Preferences.java
@@ -1,403 +1,422 @@
// License: GPL. Copyright 2007 by Immanuel ... | false | false | null | null |
diff --git a/src/haven/HavenPanel.java b/src/haven/HavenPanel.java
index 3b484a7..e06afa2 100644
--- a/src/haven/HavenPanel.java
+++ b/src/haven/HavenPanel.java
@@ -1,329 +1,329 @@
package haven;
import java.awt.GraphicsConfiguration;
import java.awt.Cursor;
import java.awt.Toolkit;
import java.awt.event.*;
imp... | false | false | null | null |
diff --git a/src/main/java/org/zkoss/fiddle/component/ClosableWindow.java b/src/main/java/org/zkoss/fiddle/component/ClosableWindow.java
new file mode 100755
index 0000000..94e2163
--- /dev/null
+++ b/src/main/java/org/zkoss/fiddle/component/ClosableWindow.java
@@ -0,0 +1,10 @@
+package org.zkoss.fiddle.component;
+
+i... | false | false | null | null |
diff --git a/update/org.eclipse.update.ui/src/org/eclipse/update/internal/ui/wizards/TargetPage.java b/update/org.eclipse.update.ui/src/org/eclipse/update/internal/ui/wizards/TargetPage.java
index 2e3cfe856..b0fa710b0 100644
--- a/update/org.eclipse.update.ui/src/org/eclipse/update/internal/ui/wizards/TargetPage.java
+... | false | true | public Control createContents(Composite parent) {
Composite client = new Composite(parent, SWT.NULL);
GridLayout layout = new GridLayout();
layout.numColumns = 3;
layout.marginWidth = layout.marginHeight = 0;
client.setLayout(layout);
client.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Composi... | public Control createContents(Composite parent) {
Composite client = new Composite(parent, SWT.NULL);
GridLayout layout = new GridLayout();
layout.numColumns = 3;
layout.marginWidth = layout.marginHeight = 0;
client.setLayout(layout);
client.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Composi... |
diff --git a/service/src/main/java/com/pms/service/service/AbstractService.java b/service/src/main/java/com/pms/service/service/AbstractService.java
index 0ebead10..3b51462f 100644
--- a/service/src/main/java/com/pms/service/service/AbstractService.java
+++ b/service/src/main/java/com/pms/service/service/AbstractServic... | false | false | null | null |
diff --git a/bitrepository-audit-trail-service/src/main/java/org/bitrepository/audittrails/store/AuditTrailServiceDAO.java b/bitrepository-audit-trail-service/src/main/java/org/bitrepository/audittrails/store/AuditTrailServiceDAO.java
index 41836f7f..616b78c7 100644
--- a/bitrepository-audit-trail-service/src/main/java... | true | false | null | null |
diff --git a/src/edu/grinnell/sandb/Utility.java b/src/edu/grinnell/sandb/Utility.java
index 56d7a9c..975e62d 100644
--- a/src/edu/grinnell/sandb/Utility.java
+++ b/src/edu/grinnell/sandb/Utility.java
@@ -1,88 +1,92 @@
package edu.grinnell.sandb;
import java.util.Calendar;
import java.util.GregorianCalendar;
impo... | false | false | null | null |
diff --git a/bundles/net.ageto.gyrex.persistence.carbonado/src/net/ageto/gyrex/persistence/carbonado/storage/internal/CarbonadoRepositoryImpl.java b/bundles/net.ageto.gyrex.persistence.carbonado/src/net/ageto/gyrex/persistence/carbonado/storage/internal/CarbonadoRepositoryImpl.java
index 506c07d..977c67c 100644
--- a/b... | false | false | null | null |
diff --git a/flex-checks/src/main/java/org/sonar/flex/checks/FieldNameCheck.java b/flex-checks/src/main/java/org/sonar/flex/checks/FieldNameCheck.java
index 9fa04696..783dada5 100644
--- a/flex-checks/src/main/java/org/sonar/flex/checks/FieldNameCheck.java
+++ b/flex-checks/src/main/java/org/sonar/flex/checks/FieldName... | false | false | null | null |
diff --git a/src/cz/krtinec/birthday/dto/BContact.java b/src/cz/krtinec/birthday/dto/BContact.java
index 332eafe..2cebb71 100644
--- a/src/cz/krtinec/birthday/dto/BContact.java
+++ b/src/cz/krtinec/birthday/dto/BContact.java
@@ -1,86 +1,86 @@
package cz.krtinec.birthday.dto;
import java.text.DateFormat;
import jav... | true | true | public BContact(String displayName, long id, Date bDay, String lookupKey, String photoId, DateIntegrity integrity) {
super(displayName, id, lookupKey, photoId);
this.bDay = bDay;
this.integrity = integrity;
tempCalendar.setTime(bDay);
bDaySort = SHORT_FORMAT.format(this.bDay);
nextYear = bDaySort.co... | public BContact(String displayName, long id, Date bDay, String lookupKey, String photoId, DateIntegrity integrity) {
super(displayName, id, lookupKey, photoId);
this.bDay = bDay;
this.integrity = integrity;
tempCalendar.setTime(bDay);
bDaySort = SHORT_FORMAT.format(this.bDay);
nextYear = bDaySort.co... |
diff --git a/microemulator/src/javax/microedition/lcdui/TextField.java b/microemulator/src/javax/microedition/lcdui/TextField.java
index 608f7f9a..63e301cb 100644
--- a/microemulator/src/javax/microedition/lcdui/TextField.java
+++ b/microemulator/src/javax/microedition/lcdui/TextField.java
@@ -1,354 +1,354 @@
/*
* ... | false | false | null | null |
diff --git a/polly/src/polly/core/http/HttpManagerProvider.java b/polly/src/polly/core/http/HttpManagerProvider.java
index 4dc15b42..4d238444 100644
--- a/polly/src/polly/core/http/HttpManagerProvider.java
+++ b/polly/src/polly/core/http/HttpManagerProvider.java
@@ -1,151 +1,159 @@
package polly.core.http;
import j... | false | false | null | null |
diff --git a/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxserver/EmbeddedCDXServerIndex.java b/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxserver/EmbeddedCDXServerIndex.java
index 35b552dbe..fd09ffefb 100644
--- a/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxser... | true | true | protected void remoteCdxServerQuery(CDXQuery query, AuthToken authToken, CDXToSearchResultWriter resultWriter) throws IOException, AccessControlException
{
HTTPSeekableLineReader reader = null;
//Do local access/url validation check
String urlkey = selfRedirFilter.getCanonicalizer().urlStringToKey(query.getU... | protected void remoteCdxServerQuery(CDXQuery query, AuthToken authToken, CDXToSearchResultWriter resultWriter) throws IOException, AccessControlException
{
HTTPSeekableLineReader reader = null;
//Do local access/url validation check
String urlkey = selfRedirFilter.getCanonicalizer().urlStringToKey(query.getU... |
diff --git a/api/src/main/java/org/xnio/ByteString.java b/api/src/main/java/org/xnio/ByteString.java
index 031d21d3..c9fad3ce 100644
--- a/api/src/main/java/org/xnio/ByteString.java
+++ b/api/src/main/java/org/xnio/ByteString.java
@@ -1,1303 +1,1303 @@
/*
* JBoss, Home of Professional Open Source
*
* Copyright 2... | false | false | null | null |
diff --git a/hibernate-core/src/test/java/org/hibernate/test/querycache/StringCompositeKey.java b/hibernate-core/src/test/java/org/hibernate/test/querycache/StringCompositeKey.java
index 55c4a138c3..01024f0b38 100644
--- a/hibernate-core/src/test/java/org/hibernate/test/querycache/StringCompositeKey.java
+++ b/hibernat... | false | false | null | null |
diff --git a/atlas-data-storage/src/test/java/uk/ac/ebi/gxa/data/TestAtlasDataDAO.java b/atlas-data-storage/src/test/java/uk/ac/ebi/gxa/data/TestAtlasDataDAO.java
index 2d56fdd55..e96159f83 100644
--- a/atlas-data-storage/src/test/java/uk/ac/ebi/gxa/data/TestAtlasDataDAO.java
+++ b/atlas-data-storage/src/test/java/uk/a... | false | false | null | null |
diff --git a/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java b/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java
index b0a8ef06..1047ae83 100644
--- a/ftest-source/src/main/java/org/richfaces/tests/metamer/... | false | false | null | null |
diff --git a/database/Table.java b/database/Table.java
index 8567630..7670fca 100644
--- a/database/Table.java
+++ b/database/Table.java
@@ -1,382 +1,390 @@
package database;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedL... | false | false | null | null |
diff --git a/netbout/netbout-inf/src/main/java/com/netbout/inf/index/EbsDirectory.java b/netbout/netbout-inf/src/main/java/com/netbout/inf/index/EbsDirectory.java
index e886782ee..9b83f3f1b 100644
--- a/netbout/netbout-inf/src/main/java/com/netbout/inf/index/EbsDirectory.java
+++ b/netbout/netbout-inf/src/main/java/com... | false | false | null | null |
diff --git a/src/com/android/videoeditor/VideoEditorActivity.java b/src/com/android/videoeditor/VideoEditorActivity.java
index f728bcc..2fff2bb 100755
--- a/src/com/android/videoeditor/VideoEditorActivity.java
+++ b/src/com/android/videoeditor/VideoEditorActivity.java
@@ -1,2113 +1,2114 @@
/*
* Copyright (C) 2010 Th... | false | false | null | null |
diff --git a/src/main/java/org/testatoo/core/Language.java b/src/main/java/org/testatoo/core/Language.java
index c9b1fed..80ea8ff 100644
--- a/src/main/java/org/testatoo/core/Language.java
+++ b/src/main/java/org/testatoo/core/Language.java
@@ -1,354 +1,357 @@
/**
* Copyright (C) 2008 Ovea <dev@testatoo.org>
*
*... | false | false | null | null |
diff --git a/src/main/java/com/bergerkiller/bukkit/tc/DirectionStatement.java b/src/main/java/com/bergerkiller/bukkit/tc/DirectionStatement.java
index d0884f3..1058cfd 100644
--- a/src/main/java/com/bergerkiller/bukkit/tc/DirectionStatement.java
+++ b/src/main/java/com/bergerkiller/bukkit/tc/DirectionStatement.java
@@ ... | false | false | null | null |
diff --git a/com.ibm.wala.core/src/com/ibm/wala/logic/Disjunction.java b/com.ibm.wala.core/src/com/ibm/wala/logic/Disjunction.java
index 1a43ee547..e608cc8b5 100644
--- a/com.ibm.wala.core/src/com/ibm/wala/logic/Disjunction.java
+++ b/com.ibm.wala.core/src/com/ibm/wala/logic/Disjunction.java
@@ -1,146 +1,155 @@
/*****... | false | false | null | null |
diff --git a/src/com/zrd/zr/letuwb/EntranceActivity.java b/src/com/zrd/zr/letuwb/EntranceActivity.java
index 081f2c9..db7347f 100755
--- a/src/com/zrd/zr/letuwb/EntranceActivity.java
+++ b/src/com/zrd/zr/letuwb/EntranceActivity.java
@@ -1,1339 +1,1339 @@
package com.zrd.zr.letuwb;
import java.io.BufferedReader;
im... | true | false | null | null |
diff --git a/src/io/github/md678685/BukkitPluginMD/BukkitPluginMD.java b/src/io/github/md678685/BukkitPluginMD/BukkitPluginMD.java
index a9e1b1a..2501d2f 100644
--- a/src/io/github/md678685/BukkitPluginMD/BukkitPluginMD.java
+++ b/src/io/github/md678685/BukkitPluginMD/BukkitPluginMD.java
@@ -1,45 +1,46 @@
package io.g... | false | false | null | null |
diff --git a/src/com/android/camera/CameraActivity.java b/src/com/android/camera/CameraActivity.java
index 9e644e91..0e417662 100644
--- a/src/com/android/camera/CameraActivity.java
+++ b/src/com/android/camera/CameraActivity.java
@@ -1,485 +1,487 @@
/*
* Copyright (C) 2012 The Android Open Source Project
*
* Li... | true | false | null | null |
diff --git a/netbout/netbout-rest/src/main/java/com/netbout/rest/StageRs.java b/netbout/netbout-rest/src/main/java/com/netbout/rest/StageRs.java
index 200a7be5a..d1a4d0054 100644
--- a/netbout/netbout-rest/src/main/java/com/netbout/rest/StageRs.java
+++ b/netbout/netbout-rest/src/main/java/com/netbout/rest/StageRs.java... | false | false | null | null |
diff --git a/lib/jdomodels/src/test/java/org/sagebionetworks/repo/model/jdo/JDOUserGroupDAOImplTest.java b/lib/jdomodels/src/test/java/org/sagebionetworks/repo/model/jdo/JDOUserGroupDAOImplTest.java
index 6648415d..8531158c 100644
--- a/lib/jdomodels/src/test/java/org/sagebionetworks/repo/model/jdo/JDOUserGroupDAOImplT... | true | false | null | null |
diff --git a/src/web/org/openmrs/web/controller/form/FormFormController.java b/src/web/org/openmrs/web/controller/form/FormFormController.java
index 3be493b2..bc841549 100644
--- a/src/web/org/openmrs/web/controller/form/FormFormController.java
+++ b/src/web/org/openmrs/web/controller/form/FormFormController.java
@@ -1... | true | false | null | null |
diff --git a/activejdbc/src/main/java/activejdbc/Model.java b/activejdbc/src/main/java/activejdbc/Model.java
index c8009bae..6b3add1d 100644
--- a/activejdbc/src/main/java/activejdbc/Model.java
+++ b/activejdbc/src/main/java/activejdbc/Model.java
@@ -1,2012 +1,2012 @@
/*
Copyright 2009-2010 Igor Polevoy
Licensed ... | false | false | null | null |
diff --git a/modules/foundation/jeditortest/src/classes/org/jdesktop/wonderland/modules/jeditortest/common/JEditorTestCellServerState.java b/modules/foundation/jeditortest/src/classes/org/jdesktop/wonderland/modules/jeditortest/common/JEditorTestCellServerState.java
index 09369ae65..fbc875c0b 100644
--- a/modules/found... | false | false | null | null |
diff --git a/src/java/com/sun/facelets/tag/core/AttributeHandler.java b/src/java/com/sun/facelets/tag/core/AttributeHandler.java
index c2ad154..0c2144c 100644
--- a/src/java/com/sun/facelets/tag/core/AttributeHandler.java
+++ b/src/java/com/sun/facelets/tag/core/AttributeHandler.java
@@ -1,86 +1,87 @@
/**
* Copyrigh... | false | false | null | null |
diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
index 86827475..67867ddd 100644
--- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
+++ b/bundles/org.eclipse.e... | false | false | null | null |
diff --git a/cotrix/cotrix-web-manage/src/main/java/org/cotrix/web/manage/client/codelist/codes/marker/MarkerButton.java b/cotrix/cotrix-web-manage/src/main/java/org/cotrix/web/manage/client/codelist/codes/marker/MarkerButton.java
index a8f2584f..66795f61 100644
--- a/cotrix/cotrix-web-manage/src/main/java/org/cotrix/w... | false | false | null | null |
diff --git a/src/projetcodagecrypto/MoveToFront.java b/src/projetcodagecrypto/MoveToFront.java
index 3df159e..36cfba0 100644
--- a/src/projetcodagecrypto/MoveToFront.java
+++ b/src/projetcodagecrypto/MoveToFront.java
@@ -1,71 +1,71 @@
/*
* To change this template, choose Tools | Templates
* and open the template i... | false | false | null | null |
diff --git a/src/cytoscape/CytoscapeInit.java b/src/cytoscape/CytoscapeInit.java
index 77b19745a..60d3851b3 100644
--- a/src/cytoscape/CytoscapeInit.java
+++ b/src/cytoscape/CytoscapeInit.java
@@ -1,1053 +1,1062 @@
/*
File: CytoscapeInit.java
Copyright (c) 2006, The Cytoscape Consortium (www.cytoscape.org)
T... | false | false | null | null |
diff --git a/src/br/com/vinigodoy/raytracer/gui/WorldMaker.java b/src/br/com/vinigodoy/raytracer/gui/WorldMaker.java
index 2f87946..93d047b 100644
--- a/src/br/com/vinigodoy/raytracer/gui/WorldMaker.java
+++ b/src/br/com/vinigodoy/raytracer/gui/WorldMaker.java
@@ -1,271 +1,292 @@
/*====================================... | false | false | null | null |
diff --git a/src/com/fsck/k9/activity/MessageView.java b/src/com/fsck/k9/activity/MessageView.java
index 40c64519..fef66ebf 100644
--- a/src/com/fsck/k9/activity/MessageView.java
+++ b/src/com/fsck/k9/activity/MessageView.java
@@ -1,1242 +1,1249 @@
package com.fsck.k9.activity;
import android.app.Dialog;
import an... | false | false | null | null |
diff --git a/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java b/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java
index c96deef0a..f7807273e 100644
--- a/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java
+++ b/java/testing/org... | false | false | null | null |
diff --git a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceTest.java b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceTest.java
index 6e9147726..7617728d5 100644
--- a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests... | false | false | null | null |
diff --git a/src/fitnesse/Arguments.java b/src/fitnesse/Arguments.java
index 7ab16a3fe..435931db5 100644
--- a/src/fitnesse/Arguments.java
+++ b/src/fitnesse/Arguments.java
@@ -1,122 +1,122 @@
// Copyright (C) 2003-2009 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the CPL Common Public L... | false | false | null | null |
diff --git a/module-nio/src/examples/org/apache/http/nio/examples/AsyncHttpServer.java b/module-nio/src/examples/org/apache/http/nio/examples/AsyncHttpServer.java
index e780ebdc2..5475e3762 100644
--- a/module-nio/src/examples/org/apache/http/nio/examples/AsyncHttpServer.java
+++ b/module-nio/src/examples/org/apache/ht... | false | false | null | null |
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditor.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditor.java
index 64dc8d63a..ea4cb708f 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/inter... | false | true | protected void createCustomAttributeLayout(Composite composite) {
RepositoryTaskAttribute attribute = this.taskData.getAttribute(BugzillaReportElement.DEPENDSON.getKeyString());
if (attribute != null && !attribute.isReadOnly()) {
Label label = createLabel(composite, attribute);
GridDataFactory.fillDefaults(... | protected void createCustomAttributeLayout(Composite composite) {
RepositoryTaskAttribute attribute = this.taskData.getAttribute(BugzillaReportElement.DEPENDSON.getKeyString());
if (attribute != null && !attribute.isReadOnly()) {
Label label = createLabel(composite, attribute);
GridDataFactory.fillDefaults(... |
diff --git a/src/net/incredibles/brtaquiz/activity/ResultActivity.java b/src/net/incredibles/brtaquiz/activity/ResultActivity.java
index 033367f..b7cf1d7 100644
--- a/src/net/incredibles/brtaquiz/activity/ResultActivity.java
+++ b/src/net/incredibles/brtaquiz/activity/ResultActivity.java
@@ -1,187 +1,186 @@
package ne... | false | false | null | null |
diff --git a/src/wordcram/BBTree.java b/src/wordcram/BBTree.java
index 5beb54d..c8bcb62 100644
--- a/src/wordcram/BBTree.java
+++ b/src/wordcram/BBTree.java
@@ -1,145 +1,146 @@
package wordcram;
import java.util.ArrayList;
import processing.core.*;
/*
Copyright 2010 Daniel Bernier
Licensed under the Apa... | false | false | null | null |
diff --git a/Factory/src/factory/graphics/AnimatedObject.java b/Factory/src/factory/graphics/AnimatedObject.java
index 742ab83..79f57fa 100644
--- a/Factory/src/factory/graphics/AnimatedObject.java
+++ b/Factory/src/factory/graphics/AnimatedObject.java
@@ -1,117 +1,88 @@
package factory.graphics;
-import GraphicItem;
... | false | false | null | null |
diff --git a/src/share/org/apache/struts/taglib/html/MessagesTag.java b/src/share/org/apache/struts/taglib/html/MessagesTag.java
index 2b2b1e2b5..ace09c821 100644
--- a/src/share/org/apache/struts/taglib/html/MessagesTag.java
+++ b/src/share/org/apache/struts/taglib/html/MessagesTag.java
@@ -1,363 +1,350 @@
/*
- * $He... | false | false | null | null |
diff --git a/SeriesGuide/src/com/battlelancer/seriesguide/ui/OverviewActivity.java b/SeriesGuide/src/com/battlelancer/seriesguide/ui/OverviewActivity.java
index 5da36f686..2d38b75a4 100644
--- a/SeriesGuide/src/com/battlelancer/seriesguide/ui/OverviewActivity.java
+++ b/SeriesGuide/src/com/battlelancer/seriesguide/ui/O... | false | false | null | null |
diff --git a/src/main/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java b/src/main/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java
index d11a2bbe5..8c8a168d9 100644
--- a/src/main/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java
+++ b/src/mai... | true | false | null | null |
diff --git a/nexus/nexus-configuration/src/main/java/org/sonatype/nexus/configuration/source/AbstractApplicationConfigurationSource.java b/nexus/nexus-configuration/src/main/java/org/sonatype/nexus/configuration/source/AbstractApplicationConfigurationSource.java
index 714875b3a..6195e3cbb 100644
--- a/nexus/nexus-confi... | false | false | null | null |
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java
index 46c15ad83..a3ef8df91 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla... | false | false | null | null |
diff --git a/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java b/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java
index 0edec57b05..01c05710fd 100644
--- a/providers/openhosting-east1/src/main/java/org/jclouds... | false | false | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.