rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
handler.removeInstance(removedExtension, objects); | handler.removeExtension(removedExtension, objects); | public void run() { try { handler.removeInstance(removedExtension, objects); } catch (Exception e) { WorkbenchPlugin.log(getClass(), "doRemove", e); //$NON-NLS-1$ } } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/a516ea47ab7a13ac268181f64944d0111397c56f/UIExtensionTracker.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/UIExtensionTracker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
1086,
1435,
288,
7734,
775,
288,
10792,
1838,
18,
4479,
3625,
12,
14923,
3625,
16,
2184,
1769,
7734,
289,
1044,
261,
503,
425,
13,
288,
10792,
4147,
22144,
3773,
18,
1330,
12,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
1086,
1435,
288,
7734,
775,
288,
10792,
1838,
18,
4479,
3625,
12,
14923,
3625,
16,
2184,
1769,
7734,
289,
1044,
261,
503,
425,
13,
288,
10792,
4147,
22144,
3773,
18,
1330,
12,... |
RubyObject[] rubyArgs = new RubyObject[args.length]; for (int i = 0; i < args.length; i++) { rubyArgs[i] = JavaUtil.convertJavaToRuby(getRuby(), args[i], method.getParameterTypes()[i]); } | RubyObject[] rubyArgs = JavaUtil.convertJavaArrayToRuby(getRuby(), args); | public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { RubyObject result = getRuby().getNil(); RubyHash interfaceProcs = (RubyHash) getInstanceVar("interfaceProcs"); RubyString methodName = RubyString.newString(getRuby(), method.getName()); RubyObject proc; ... | 50661 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50661/0a526b01cbfccc8f939ebe1c3b73363469a0bfd5/RubyJavaIObject.java/clean/org/jruby/RubyJavaIObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
4356,
12,
921,
2889,
16,
2985,
707,
16,
1033,
8526,
833,
13,
1216,
4206,
288,
3639,
19817,
921,
563,
273,
4170,
10340,
7675,
588,
12616,
5621,
3639,
19817,
2310,
1560,
626,
21... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
4356,
12,
921,
2889,
16,
2985,
707,
16,
1033,
8526,
833,
13,
1216,
4206,
288,
3639,
19817,
921,
563,
273,
4170,
10340,
7675,
588,
12616,
5621,
3639,
19817,
2310,
1560,
626,
21... |
return clazz.getName().endsWith(DefaultGrailsControllerClass.CONTROLLER) && !Closure.class.isAssignableFrom(clazz); | return isControllerClass(clazz.getName()) && !Closure.class.isAssignableFrom(clazz); | public static boolean isControllerClass( Class clazz ) { return clazz.getName().endsWith(DefaultGrailsControllerClass.CONTROLLER) && !Closure.class.isAssignableFrom(clazz); } | 46315 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46315/991a87d4d0bde7ab8022c393fbcff8eea755f17a/GrailsClassUtils.java/buggy/grails/src/commons/org/codehaus/groovy/grails/commons/GrailsClassUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
2933,
797,
12,
1659,
4003,
262,
288,
202,
202,
2463,
4003,
18,
17994,
7675,
5839,
1190,
12,
1868,
14571,
14573,
2933,
797,
18,
6067,
25353,
13,
225,
597,
401,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
2933,
797,
12,
1659,
4003,
262,
288,
202,
202,
2463,
4003,
18,
17994,
7675,
5839,
1190,
12,
1868,
14571,
14573,
2933,
797,
18,
6067,
25353,
13,
225,
597,
401,
... |
public void setLocation(int x, int y) | public void setLocation(Point p) | public void setLocation(int x, int y) { this.x = x; this.y = y; } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/24330cfb4cc445da21a71a819ce54efe764fab6e/Point.java/buggy/core/src/classpath/java/java/awt/Point.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
21751,
12,
2148,
293,
13,
225,
288,
565,
333,
18,
92,
273,
619,
31,
565,
333,
18,
93,
273,
677,
31,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
21751,
12,
2148,
293,
13,
225,
288,
565,
333,
18,
92,
273,
619,
31,
565,
333,
18,
93,
273,
677,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
throw new RuntimeException ("DbSource \""+sourceName+"\" not found for prototype "+typename); | app.logEvent ("*** Data Source for prototype "+typename+" does not exist: "+sourceName); app.logEvent ("*** accessing or storing a "+typename+" object will cause an error."); | public synchronized void update () { table = props.getProperty ("_tablename"); idgen = props.getProperty ("_idgen"); // see if there is a field which specifies the prototype of objects, if different prototypes // can be stored in this table prototypeField = props.getProperty ("_prototypefield"); // see if this prot... | 3798 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3798/94e086dfd8ee87fe852ada98e72c926f5ca470b1/DbMapping.java/clean/src/helma/objectmodel/DbMapping.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
1089,
1832,
288,
202,
2121,
273,
3458,
18,
588,
1396,
7566,
67,
7032,
14724,
8863,
202,
350,
4507,
273,
3458,
18,
588,
1396,
7566,
67,
350,
4507,
8863,
202,
759,
2621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
1089,
1832,
288,
202,
2121,
273,
3458,
18,
588,
1396,
7566,
67,
7032,
14724,
8863,
202,
350,
4507,
273,
3458,
18,
588,
1396,
7566,
67,
350,
4507,
8863,
202,
759,
2621,
... |
AST ast= fOriginalNode.getAST(); | protected ASTRewrite getRewrite() throws CoreException { AST ast= fOriginalNode.getAST(); CompilationUnit cu= ASTResolving.findParentCompilationUnit(fOriginalNode); SimpleName node= fOriginalNode; ASTRewrite rewrite= new ASTRewrite(cu); if (fVariableKind == PARAM) { doAddParam(ast, node, rewrite); } else if ... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/fc19f84e4c7a5c29bdee6774cfe0acf477dc6287/NewVariableCompletionProposal.java/clean/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
432,
3902,
12341,
4170,
12341,
1435,
1216,
30015,
288,
202,
202,
9053,
3364,
33,
284,
8176,
907,
18,
588,
9053,
5621,
202,
202,
19184,
2802,
15985,
33,
9183,
2903,
6282,
18,
47... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
432,
3902,
12341,
4170,
12341,
1435,
1216,
30015,
288,
202,
202,
9053,
3364,
33,
284,
8176,
907,
18,
588,
9053,
5621,
202,
202,
19184,
2802,
15985,
33,
9183,
2903,
6282,
18,
47... | |
if (_log.shouldLog(Log.ERROR)) _log.error("Error decrypting the payload"); | if (_log.shouldLog(Log.WARN)) _log.warn("Error decrypting the payload"); | private Payload decryptPayload(MessagePayloadMessage msg, I2PSessionImpl session) throws DataFormatException { Payload payload = msg.getPayload(); byte[] data = _context.elGamalAESEngine().decrypt(payload.getEncryptedData(), session.getDecryptionKey()); if (data == null) { if (_log.s... | 27433 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27433/c17433cb9342d6d49730c0ed662f8cb0369629bb/MessagePayloadMessageHandler.java/buggy/core/java/src/net/i2p/client/MessagePayloadMessageHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11320,
8420,
6110,
12,
1079,
6110,
1079,
1234,
16,
467,
22,
52,
2157,
2828,
1339,
13,
1216,
1910,
9291,
288,
3639,
11320,
2385,
273,
1234,
18,
588,
6110,
5621,
3639,
1160,
8526,
501... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11320,
8420,
6110,
12,
1079,
6110,
1079,
1234,
16,
467,
22,
52,
2157,
2828,
1339,
13,
1216,
1910,
9291,
288,
3639,
11320,
2385,
273,
1234,
18,
588,
6110,
5621,
3639,
1160,
8526,
501... |
if (!RefactoringMessageUtil.checkReadOnlyStatus(project, field)) return; | if (!CommonRefactoringUtil.checkReadOnlyStatus(project, field)) return; | public void invoke(Project project, Editor editor, PsiField field) { if (!field.isWritable()) { if (!RefactoringMessageUtil.checkReadOnlyStatus(project, field)) return; } if (!field.hasModifierProperty(PsiModifier.FINAL)) { String message = RefactoringBundle.message("0.refactoring.is.supported.only... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/baee929cd58a1e84ca4320072f225f752948f30b/InlineConstantFieldHandler.java/buggy/source/com/intellij/refactoring/inline/InlineConstantFieldHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
4356,
12,
4109,
1984,
16,
18451,
4858,
16,
453,
7722,
974,
652,
13,
288,
565,
309,
16051,
1518,
18,
291,
12061,
10756,
288,
1377,
309,
16051,
6517,
426,
3493,
6053,
1304,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
4356,
12,
4109,
1984,
16,
18451,
4858,
16,
453,
7722,
974,
652,
13,
288,
565,
309,
16051,
1518,
18,
291,
12061,
10756,
288,
1377,
309,
16051,
6517,
426,
3493,
6053,
1304,
18,
... |
return super.getDimensionProperty( ReportItem.WIDTH_PROP ); | return super.getDimensionProperty( IReportItemModel.WIDTH_PROP ); | public DimensionHandle getWidth( ) { return super.getDimensionProperty( ReportItem.WIDTH_PROP ); } | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/d802c33711e0d111551ae23575895cd060f085b6/ReportItemHandle.java/buggy/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportItemHandle.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
13037,
3259,
8557,
12,
262,
202,
95,
202,
202,
2463,
2240,
18,
588,
8611,
1396,
12,
8706,
1180,
18,
10023,
67,
15811,
11272,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
13037,
3259,
8557,
12,
262,
202,
95,
202,
202,
2463,
2240,
18,
588,
8611,
1396,
12,
8706,
1180,
18,
10023,
67,
15811,
11272,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
checkForUnderflow(); | if (pos >= limit) throw new BufferUnderflowException(); | public char get () { checkForUnderflow(); char result = backing_buffer [position ()]; position (position () + 1); return result; } | 45163 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45163/3a3b655bdfd8b1655b2fb03ce4d742117a96705e/CharBufferImpl.java/buggy/libjava/java/nio/CharBufferImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1149,
336,
1832,
225,
288,
565,
309,
261,
917,
1545,
1800,
13,
604,
394,
3525,
14655,
2426,
503,
5621,
565,
1149,
563,
273,
15394,
67,
4106,
306,
3276,
1832,
15533,
565,
1754,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1149,
336,
1832,
225,
288,
565,
309,
261,
917,
1545,
1800,
13,
604,
394,
3525,
14655,
2426,
503,
5621,
565,
1149,
563,
273,
15394,
67,
4106,
306,
3276,
1832,
15533,
565,
1754,
261,
... |
XMPPConnection connection = new XMPPConnection(server); | } catch (Exception e) { ThreadCategory.getInstance(getClass()).error(e.getMessage()); return 1; } | public int send(List arguments) { try { this.props.load(new FileInputStream(ConfigFileConstants.getFile(ConfigFileConstants.XMPP_CONFIG_FILE_NAME))); String[] parsedArgs = this.parseArguments(arguments); String server = this.props.getProperty("xmpp.server"); String user =... | 11849 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11849/1ada31f0efd3e08bfa387811c19bf3f9a52faf3e/XMPPNotificationStrategy.java/clean/src/services/org/opennms/netmgt/notifd/XMPPNotificationStrategy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1366,
12,
682,
1775,
13,
288,
3639,
775,
288,
540,
202,
2211,
18,
9693,
18,
945,
12,
2704,
11907,
12,
13705,
2918,
18,
29925,
12,
13705,
2918,
18,
60,
19388,
67,
7203,
67,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1366,
12,
682,
1775,
13,
288,
3639,
775,
288,
540,
202,
2211,
18,
9693,
18,
945,
12,
2704,
11907,
12,
13705,
2918,
18,
29925,
12,
13705,
2918,
18,
60,
19388,
67,
7203,
67,
... |
AST tmp2467_AST_in = (AST)_t; | AST tmp2468_AST_in = (AST)_t; | public final void grant_rev_to(AST _t) throws RecognitionException { AST grant_rev_to_AST_in = (_t == ASTNULL) ? null : (AST)_t; if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case TO: { AST __t2316 = _t; AST tmp2464_AST_in = (AST)_t; match(_t,TO); _t = _t.getFirstChild(); { if (_t==null) _t=A... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/865876f0e6319c071fef156818ff116c276cfdff/TreeParser03.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
7936,
67,
9083,
67,
869,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
7936,
67,
9083,
67,
869,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
7936,
67,
9083,
67,
869,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
7936,
67,
9083,
67,
869,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
... |
initial_hosts=createInitialHosts(str); | try { initial_hosts=createInitialHosts(str); } catch(UnknownHostException e) { if(log.isErrorEnabled()) log.error("failed constructing initial list of hosts", e); return false; } | public boolean setProperties(Properties props) { String str; str=props.getProperty("gossip_host"); if(str != null) { gossip_host=str; props.remove("gossip_host"); } str=props.getProperty("gossip_port"); if(str != null) { gossip_port=Integer.... | 48949 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48949/497094902213c9673fd6b23407e81740ccf528dd/PING.java/clean/src/org/jgroups/protocols/PING.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
23126,
12,
2297,
3458,
13,
288,
3639,
514,
609,
31,
3639,
609,
33,
9693,
18,
588,
1396,
2932,
75,
15616,
67,
2564,
8863,
3639,
309,
12,
701,
480,
446,
13,
288,
5411,
25625,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
23126,
12,
2297,
3458,
13,
288,
3639,
514,
609,
31,
3639,
609,
33,
9693,
18,
588,
1396,
2932,
75,
15616,
67,
2564,
8863,
3639,
309,
12,
701,
480,
446,
13,
288,
5411,
25625,
... |
lineSeparator = (String) System.getProperty("line.separator"); | lineSeparator = (String) System.getProperty("line.separator"); | public ReaderThread(ThreadGroup group, String name, InputStream in, OutputStream out) { super(group, name); fOutputStream= out; fInputStream= in; setDaemon(true); lineSeparator = (String) System.getProperty("line.separator"); } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/74206bb9c0adfac164644b684d089bbdf8757013/ProcessClosure.java/buggy/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/ProcessClosure.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
5393,
3830,
12,
3830,
1114,
1041,
16,
514,
508,
16,
5037,
316,
16,
8962,
596,
13,
288,
1082,
202,
9565,
12,
1655,
16,
508,
1769,
1082,
202,
74,
4632,
33,
596,
31,
1082,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
5393,
3830,
12,
3830,
1114,
1041,
16,
514,
508,
16,
5037,
316,
16,
8962,
596,
13,
288,
1082,
202,
9565,
12,
1655,
16,
508,
1769,
1082,
202,
74,
4632,
33,
596,
31,
1082,
202... |
if(!((WholeMethodPosition) pos).container.getName().equals(SootMethod.constructorName)) return null; return new PreinitializationShadowMatch(); | SootMethod container=((WholeMethodPosition) pos).container; if(!container.getName().equals(SootMethod.constructorName)) return null; return new PreinitializationShadowMatch(container); | public static PreinitializationShadowMatch matchesAt(MethodPosition pos) { if(!(pos instanceof WholeMethodPosition)) return null; if(!((WholeMethodPosition) pos).container.getName().equals(SootMethod.constructorName)) return null; return new PreinitializationShadowMatch(); } | 236 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/236/d45218d3f23409f4835ce8be423b29bea3a0207f/PreinitializationShadowMatch.java/buggy/aop/abc/src/abc/weaving/matching/PreinitializationShadowMatch.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
2962,
6769,
1588,
12957,
2060,
1885,
861,
12,
1305,
2555,
949,
13,
288,
202,
430,
12,
5,
12,
917,
1276,
3497,
790,
1305,
2555,
3719,
327,
446,
31,
202,
430,
12,
5,
12443,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
2962,
6769,
1588,
12957,
2060,
1885,
861,
12,
1305,
2555,
949,
13,
288,
202,
430,
12,
5,
12,
917,
1276,
3497,
790,
1305,
2555,
3719,
327,
446,
31,
202,
430,
12,
5,
12443,
2... |
int count = cmodel.getConversationCount(null); | int count = cmodel.getConversationCount(); | public void removeSearch(String description) { _model.removeSearch(description); ConversationModel cmodel = _frameworkModel.getConversationModel(); int count = cmodel.getConversationCount(null); for (int i=0; i<count; i++) { ConversationID id = cmodel.getConversationAt(null, i... | 8554 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8554/5cd0631e882b72a5ed80c126194f77856e1d210a/Search.java/buggy/src/org/owasp/webscarab/plugin/search/Search.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1206,
2979,
12,
780,
2477,
13,
288,
3639,
389,
2284,
18,
4479,
2979,
12,
3384,
1769,
3639,
16765,
1488,
276,
2284,
273,
389,
12303,
1488,
18,
588,
15717,
1488,
5621,
3639,
509,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1206,
2979,
12,
780,
2477,
13,
288,
3639,
389,
2284,
18,
4479,
2979,
12,
3384,
1769,
3639,
16765,
1488,
276,
2284,
273,
389,
12303,
1488,
18,
588,
15717,
1488,
5621,
3639,
509,... |
public ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse response, Object command, BindException errors) throws Exception { FileUpload fileUpload = (FileUpload) command; MultipartHttpServletRequest multipartReq... | 3521 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3521/80008e99696cfc1bbb4ada81a3ec1e25b70a36be/FileUploadController.java/clean/extras/spring/src/web/org/appfuse/webapp/action/FileUploadController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3164,
1876,
1767,
603,
11620,
12,
2940,
18572,
590,
16,
4766,
12446,
766,
16,
1033,
1296,
16,
4766,
6936,
503,
1334,
13,
565,
1216,
1185,
288,
2398,
202,
812,
4777,
585,
4777,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3164,
1876,
1767,
603,
11620,
12,
2940,
18572,
590,
16,
4766,
12446,
766,
16,
1033,
1296,
16,
4766,
6936,
503,
1334,
13,
565,
1216,
1185,
288,
2398,
202,
812,
4777,
585,
4777,
273,
... | ||
if (recipes.size() != 0) { Iterator metIter = recipes.iterator(); while (metIter.hasNext()) { DbRecipe dbRecipe = (DbRecipe) metIter.next(); RecipeComponent mc = createRecipeComponent(dbRecipe.name, dbRecipe.cls); setRecipeComponentProperties(dbRecipe, mc); AgentComponent[] recagents = mc.getAgents(); if (recagents !=... | private void createCMTExperiment(DefaultMutableTreeNode node, String originalExperimentName, String experimentName, String experimentId, String trialId) {// private void createCMT... | 9368 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9368/1889753b121dc64c94396a08df02a1fa122016f3/Organizer.java/clean/csmart/src/org/cougaar/tools/csmart/ui/viewer/Organizer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
752,
39,
6152,
22338,
12,
1868,
19536,
12513,
756,
16,
4766,
282,
514,
2282,
22338,
461,
16,
4766,
282,
514,
8724,
461,
16,
4766,
282,
514,
8724,
548,
16,
4766,
282,
514,
129... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
752,
39,
6152,
22338,
12,
1868,
19536,
12513,
756,
16,
4766,
282,
514,
2282,
22338,
461,
16,
4766,
282,
514,
8724,
461,
16,
4766,
282,
514,
8724,
548,
16,
4766,
282,
514,
129... | |
actionList.add( null ); | actionList.add( null ); | protected List getItems( ) { ArrayList actionList = new ArrayList( ); StyleHandle currentStyle = getStyleHandle( ); ApplyStyleAction reset = new ApplyStyleAction( null ); reset.setSelection( getSelection( ) ); reset.setChecked( currentStyle == null ); actionList.add( reset ); actionList.add( null );//Adds separ... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/682c38b50c5ceb9f9e26d1868e85fa2221d269ce/ApplyStyleMenuAction.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/ApplyStyleMenuAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
987,
15515,
12,
262,
202,
95,
202,
202,
19558,
1301,
682,
273,
394,
2407,
12,
11272,
202,
202,
2885,
3259,
783,
2885,
273,
14210,
3259,
12,
11272,
202,
202,
7001,
2885,
1803,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
987,
15515,
12,
262,
202,
95,
202,
202,
19558,
1301,
682,
273,
394,
2407,
12,
11272,
202,
202,
2885,
3259,
783,
2885,
273,
14210,
3259,
12,
11272,
202,
202,
7001,
2885,
1803,
... |
protected int sizeResources(SessionState state) { String mode = (String) state.getAttribute(STATE_MODE); String contextString = (String) state.getAttribute(STATE_CONTEXT_STRING); // all the resources for paging List returnResources = new Vector(); boolean allowAddAssignment = AssignmentService.allowAddAssignment(... | 54270 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54270/90f9fbd9d2aefbde92121700e7d5a732c5f66165/AssignmentAction.java/clean/assignment-tool/tool/src/java/org/sakaiproject/assignment/tool/AssignmentAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
509,
963,
3805,
12,
2157,
1119,
919,
13,
202,
95,
202,
202,
780,
1965,
273,
261,
780,
13,
919,
18,
588,
1499,
12,
7998,
67,
7038,
1769,
202,
202,
780,
819,
780,
273,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
509,
963,
3805,
12,
2157,
1119,
919,
13,
202,
95,
202,
202,
780,
1965,
273,
261,
780,
13,
919,
18,
588,
1499,
12,
7998,
67,
7038,
1769,
202,
202,
780,
819,
780,
273,
261,
... | ||
} }); | } }); | public EMWindow (String title, String binDir, String url, int winnum, EmbeddedMozilla Creator) { super(title); popup = new PopupMenu(); creator = Creator; currentURL = url; winNum = winnum; myBinDir = binDir; System.out.println("constructed with binDir: " + binDir + " url: " + ... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/afee19ff581e3d13844917014bf035cd25e515ae/EMWindow.java/clean/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7141,
3829,
261,
780,
2077,
16,
514,
4158,
1621,
16,
514,
880,
16,
509,
5657,
2107,
16,
21829,
49,
11142,
10745,
29525,
13,
377,
288,
202,
9565,
12,
2649,
1769,
565,
10431,
273,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7141,
3829,
261,
780,
2077,
16,
514,
4158,
1621,
16,
514,
880,
16,
509,
5657,
2107,
16,
21829,
49,
11142,
10745,
29525,
13,
377,
288,
202,
9565,
12,
2649,
1769,
565,
10431,
273,
3... |
System.out.print("static const int VM_Constants_ESP = " | p("static const int VM_Constants_ESP = " | static void emitVirtualMachineDeclarations (int bootImageAddress) { // load address for the boot image // System.out.print("static const int bootImageAddress = 0x" + Integer.toHexString(bootImageAddress) + ";\n"); // values in VM_Constants, from VM_Configuration // //-#... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/23b56e5e288693bb113ee939c9ca6e410ad03d56/GenerateInterfaceDeclarations.java/clean/rvm/src/tools/bootImageRunner/GenerateInterfaceDeclarations.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
918,
3626,
27454,
21408,
261,
474,
4835,
2040,
1887,
13,
288,
565,
368,
1262,
1758,
364,
326,
4835,
1316,
565,
368,
565,
2332,
18,
659,
18,
1188,
2932,
3845,
1866,
509,
4835,
2040,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
918,
3626,
27454,
21408,
261,
474,
4835,
2040,
1887,
13,
288,
565,
368,
1262,
1758,
364,
326,
4835,
1316,
565,
368,
565,
2332,
18,
659,
18,
1188,
2932,
3845,
1866,
509,
4835,
2040,
... |
System.out.println("Only reporting default-sized results list"); | public static void doCMDLineQuery(String query) { System.out.println("Command line query: " + query); try { Context c = new Context(); HashMap results = doQuery(c, query); List itemlist = getItemResults(results); List colllist = getColl... | 31338 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31338/8f858d84dc2fcea79f7852722d5a8a3ed610ba7d/DSQuery.java/clean/dspace/src/org/dspace/search/DSQuery.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2332,
18,
659,
18,
8222,
2932,
3386,
16096,
805,
17,
87,
1235,
1686,
666,
8863,
225,
2332,
18,
659,
18,
8222,
2932,
3386,
16096,
805,
17,
87,
1235,
1686,
666,
8863,
225,
2332,
18,
659,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2332,
18,
659,
18,
8222,
2932,
3386,
16096,
805,
17,
87,
1235,
1686,
666,
8863,
225,
2332,
18,
659,
18,
8222,
2932,
3386,
16096,
805,
17,
87,
1235,
1686,
666,
8863,
225,
2332,
18,
659,
18,
... | |
this.add(jSplitPane1, java.awt.BorderLayout.CENTER); this.add(jToolBar1, java.awt.BorderLayout.NORTH); | this.add(jSplitPane1, java.awt.BorderLayout.CENTER); this.add(jToolBar1, java.awt.BorderLayout.NORTH); | private void initComponents() { jSplitPane1 = new JSplitPane(); jPanel1 = new JPanel(); jScrollPane2 = new JScrollPane(); propertyTable = new JTable(); targetLabel = new javax.swing.JLabel(); jPanel2 = new JPanel(); jScrollPane1 = new JScrollPane(); tree = new JTree(); jToolBar1 = new JToolBar(); addCubeButt... | 4891 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4891/b5b5168edc3af09cb74945a80b0c36e6630ed502/SchemaExplorer.java/clean/src/main/mondrian/gui/SchemaExplorer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1208,
7171,
1435,
202,
95,
202,
202,
78,
5521,
8485,
21,
273,
394,
804,
5521,
8485,
5621,
202,
202,
78,
5537,
21,
273,
394,
24048,
5621,
202,
202,
78,
26360,
22,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1208,
7171,
1435,
202,
95,
202,
202,
78,
5521,
8485,
21,
273,
394,
804,
5521,
8485,
5621,
202,
202,
78,
5537,
21,
273,
394,
24048,
5621,
202,
202,
78,
26360,
22,
273,
... |
cflowExpressionList.add(pointcut.getExpressionInfo().getCflowExpression()); | cflowExpressionList.add(pointcut.getExpressionInfo().getCflowExpressionRuntime()); | private static RttiInfo setRttiInfo(final int joinPointType, final int joinPointHash, final Class declaringClass, final AspectSystem system, final Object thisInstance, final Object targetInstance, final Class targetClass) { RttiInf... | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/44395ae6f1bc25dd7c1e9ba497dc6ed779ba0b8c/JitCompiler.java/buggy/aspectwerkz3/src/main/org/codehaus/aspectwerkz/joinpoint/management/JitCompiler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
534,
748,
77,
966,
444,
54,
748,
77,
966,
12,
6385,
509,
1233,
2148,
559,
16,
727,
509,
1233,
2148,
2310,
16,
727,
1659,
3496,
14682,
16,
4766,
3639,
727,
2970,
1181,
3163,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
534,
748,
77,
966,
444,
54,
748,
77,
966,
12,
6385,
509,
1233,
2148,
559,
16,
727,
509,
1233,
2148,
2310,
16,
727,
1659,
3496,
14682,
16,
4766,
3639,
727,
2970,
1181,
3163,
... |
if (previousEvent != null) { | if (previousEvent != null) { | public UMOEvent createOutboundEvent(UMOMessage message, UMOImmutableEndpoint endpoint, UMOEvent previousEvent) throws UMOException { if (endpoint == null) { throw new DispatchException(new Message(Messages.X_IS_NULL, "Outbound Endpoint"), message, endpoint); } if (logge... | 2370 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2370/27c674de7d5d9aa6b6d865afb278ca57d224ba28/MuleSession.java/clean/core/src/main/java/org/mule/impl/MuleSession.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
587,
5980,
1133,
752,
17873,
1133,
12,
2799,
51,
1079,
883,
16,
587,
5980,
16014,
3293,
2494,
16,
587,
5980,
1133,
2416,
1133,
13,
5411,
1216,
587,
5980,
503,
565,
288,
3639,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
587,
5980,
1133,
752,
17873,
1133,
12,
2799,
51,
1079,
883,
16,
587,
5980,
16014,
3293,
2494,
16,
587,
5980,
1133,
2416,
1133,
13,
5411,
1216,
587,
5980,
503,
565,
288,
3639,
309,
... |
public Favorite(BugReport bug) { | public Favorite(BugzillaReport bug) { | public Favorite(BugReport bug) { this(bug.getRepositoryUrl(), bug.getId(), bug.getSummary(), "", BugzillaSearchResultCollector.getAttributeMap(bug)); } | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/2e0d85c21fe52d1b2e012b87f56bf0d88ade7911/Favorite.java/clean/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/internal/Favorite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
478,
9444,
1137,
12,
19865,
4820,
7934,
13,
288,
202,
202,
2211,
12,
925,
18,
588,
3305,
1489,
9334,
7934,
18,
26321,
9334,
7934,
18,
588,
4733,
9334,
23453,
16907,
15990,
24916... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
478,
9444,
1137,
12,
19865,
4820,
7934,
13,
288,
202,
202,
2211,
12,
925,
18,
588,
3305,
1489,
9334,
7934,
18,
26321,
9334,
7934,
18,
588,
4733,
9334,
23453,
16907,
15990,
24916... |
private String buildClassPath(PipelineContext context) { StringBuffer classpath = new StringBuffer(); StringBuffer jarpath = new StringBuffer(); String propJarpath = getPropertySet().getString(JARPATH_PROPERTY); String propClasspath = getPropertySet().getString(CLASSPATH_PROPERTY); ... | 51410 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51410/a1e09eec730a4aefbdb73826aa6879f24555c5b7/JavaProcessor.java/buggy/src/java/org/orbeon/oxf/processor/JavaProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
1361,
22158,
12,
8798,
1042,
819,
13,
288,
3639,
6674,
10006,
273,
394,
6674,
5621,
3639,
6674,
7334,
803,
273,
394,
6674,
5621,
3639,
514,
2270,
10813,
803,
273,
3911,
694,
76... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
1361,
22158,
12,
8798,
1042,
819,
13,
288,
3639,
6674,
10006,
273,
394,
6674,
5621,
3639,
6674,
7334,
803,
273,
394,
6674,
5621,
3639,
514,
2270,
10813,
803,
273,
3911,
694,
76... | ||
nestedIA.setContext(context); | nestedSimpleIA.setContext(context); | protected void addImplicitRules(Interpreter interpreter) { NestedComponentIA nestedIA = new NestedComponentIA(); nestedIA.setContext(context); interpreter.addImplicitAction(nestedIA); NestedSimplePropertyIA nestedSimpleIA = new NestedSimplePropertyIA(); nestedIA.setContext(context); interpreter.addI... | 45789 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45789/cd5686d976f1993d6cc606a0b2d7b9f8ae6f1a31/SimpleConfigurator.java/clean/logback-core/src/test/java/ch/qos/logback/core/joran/SimpleConfigurator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
527,
15787,
4478,
12,
30010,
16048,
13,
288,
565,
19071,
1841,
15188,
4764,
15188,
273,
394,
19071,
1841,
15188,
5621,
565,
4764,
5784,
15188,
18,
542,
1042,
12,
2472,
1769,
565,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
527,
15787,
4478,
12,
30010,
16048,
13,
288,
565,
19071,
1841,
15188,
4764,
15188,
273,
394,
19071,
1841,
15188,
5621,
565,
4764,
5784,
15188,
18,
542,
1042,
12,
2472,
1769,
565,... |
Object result=null; | boolean result=false; | public Object remove(int index){ load(); Object result=null; synchronized(mutex){ IndexItem item=list.get(index); if(item!=null){ result=getValue(item); IndexItem prev=list.getPrevEntry(item); prev=prev!=null?prev:root; ... | 11783 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11783/bfaff9b37c815c32ec18911bf038d03724c753d4/ListContainerImpl.java/buggy/activemq-core/src/main/java/org/apache/activemq/kaha/impl/ListContainerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1206,
12,
474,
770,
15329,
3639,
1262,
5621,
3639,
1250,
563,
33,
5743,
31,
3639,
3852,
12,
29946,
15329,
5411,
3340,
1180,
761,
33,
1098,
18,
588,
12,
1615,
1769,
5411,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1206,
12,
474,
770,
15329,
3639,
1262,
5621,
3639,
1250,
563,
33,
5743,
31,
3639,
3852,
12,
29946,
15329,
5411,
3340,
1180,
761,
33,
1098,
18,
588,
12,
1615,
1769,
5411,
309,
... |
case ConsumeItemRequest.EQUIP_WEAPON: if ( hasEquipped( item.getName(), WEAPON ) ) ++count; if ( hasEquipped( item.getName(), OFFHAND ) ) ++count; break; | case ConsumeItemRequest.EQUIP_WEAPON: if ( hasEquipped( item.getName(), WEAPON ) ) ++count; if ( hasEquipped( item.getName(), OFFHAND ) ) ++count; break; | public static boolean hasItem( AdventureResult item, boolean shouldCreate ) { int count = item.getCount( inventory ) + item.getCount( closet ); switch ( TradeableItemDatabase.getConsumptionType( item.getItemID() ) ) { case ConsumeItemRequest.EQUIP_HAT: case ConsumeItemRequest.EQUIP_PANTS: case ConsumeItemRequ... | 50364 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50364/eb8203b0add11024f00f9d7ed2ad7b2b63269aab/KoLCharacter.java/buggy/src/net/sourceforge/kolmafia/KoLCharacter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
711,
1180,
12,
4052,
616,
594,
1253,
761,
16,
1250,
1410,
1684,
262,
202,
95,
202,
202,
474,
1056,
273,
761,
18,
588,
1380,
12,
13086,
262,
397,
761,
18,
588,
138... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
711,
1180,
12,
4052,
616,
594,
1253,
761,
16,
1250,
1410,
1684,
262,
202,
95,
202,
202,
474,
1056,
273,
761,
18,
588,
1380,
12,
13086,
262,
397,
761,
18,
588,
138... |
return value - (result.getAttackerDead() / | return value - (result.getAttackerDead() / | int evaluateCombat(LegionInfo attacker, LegionInfo defender, MasterHex hex) { if (attacker.getPlayerName().equals(defender.getPlayerName())) { return 0; } final int defenderPointValue = defender.getPointValue(); final int attackerPointValue = attacker.getPointValue()... | 51862 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51862/ebf54439529469978860d7d4e7076aac7caf5fbf/RationalAI.java/clean/Colossus/net/sf/colossus/client/RationalAI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
509,
5956,
11328,
270,
12,
8329,
285,
966,
13843,
264,
16,
17167,
285,
966,
1652,
2345,
16,
13453,
7037,
3827,
13,
565,
288,
3639,
309,
261,
4558,
484,
264,
18,
588,
12148,
461,
7675,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
509,
5956,
11328,
270,
12,
8329,
285,
966,
13843,
264,
16,
17167,
285,
966,
1652,
2345,
16,
13453,
7037,
3827,
13,
565,
288,
3639,
309,
261,
4558,
484,
264,
18,
588,
12148,
461,
7675,
1... |
return false; | return hasBeenModified; | public boolean hasBeenModified() throws IOException { long last = getLastModified(); if (cachedLastModified != last) { cachedLastModified = last; return true; } return false; } | 47723 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47723/dffeff7c80f281f47ba2acc4da554c37a3c13fa8/AbstractVirtualFileHandler.java/buggy/src/main/java/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
1250,
711,
25931,
4575,
1435,
1216,
1860,
282,
288,
1377,
1525,
1142,
273,
27068,
5621,
1377,
309,
261,
7097,
14747,
480,
1142,
13,
1377,
288,
540,
3472,
14747,
273,
1142,
31,
540,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
1250,
711,
25931,
4575,
1435,
1216,
1860,
282,
288,
1377,
1525,
1142,
273,
27068,
5621,
1377,
309,
261,
7097,
14747,
480,
1142,
13,
1377,
288,
540,
3472,
14747,
273,
1142,
31,
540,
... |
} | } | void selectPath(JTree tree, TreePath path) { if (path != null) { if (tree.getSelectionModel().getSelectionMode() == TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION) { tree.addSelectionPath(path); tree.setLeadSelectionPath(path); } else if (tree.getSelec... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/3826e72d9ebe31a854c4d01d6c8f1ec65a8d80fe/BasicTreeUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicTreeUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
918,
2027,
743,
12,
46,
2471,
2151,
16,
4902,
743,
589,
13,
282,
288,
1377,
309,
261,
803,
480,
446,
13,
1377,
288,
3639,
309,
261,
3413,
18,
588,
6233,
1488,
7675,
588,
6233,
2309,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
918,
2027,
743,
12,
46,
2471,
2151,
16,
4902,
743,
589,
13,
282,
288,
1377,
309,
261,
803,
480,
446,
13,
1377,
288,
3639,
309,
261,
3413,
18,
588,
6233,
1488,
7675,
588,
6233,
2309,
1... |
Boolean test = ((ScriptableObject)y).equivalentValues(x); if (test != null) { return test.booleanValue(); | Object test = ((ScriptableObject)y).equivalentValues(x); if (test != Scriptable.NOT_FOUND) { return ((Boolean)test).booleanValue(); | public static boolean eq(Object x, Object y) { if (x == null || x == Undefined.instance) { if (y == null || y == Undefined.instance) { return true; } if (y instanceof ScriptableObject) { Boolean test = ((ScriptableObject)y).equivalentValues(x)... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/e056c6cd398e14bb613713e0d2422d282617403a/ScriptRuntime.java/clean/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
7555,
12,
921,
619,
16,
1033,
677,
13,
565,
288,
3639,
309,
261,
92,
422,
446,
747,
619,
422,
22243,
18,
1336,
13,
288,
5411,
309,
261,
93,
422,
446,
747,
677,
422,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
7555,
12,
921,
619,
16,
1033,
677,
13,
565,
288,
3639,
309,
261,
92,
422,
446,
747,
619,
422,
22243,
18,
1336,
13,
288,
5411,
309,
261,
93,
422,
446,
747,
677,
422,
... |
setCompletionValues(scope, kind, first, prev ); | setCompletionValues(scope, kind, first, prev, Key.EMPTY ); | protected ITokenDuple name(IASTScope scope, IASTCompletionNode.CompletionKind kind ) throws BacktrackException, EndOfFileException { IToken first = LA(1); IToken last = null; IToken mark = mark(); List argumentList = new LinkedList(); boolean hasTemplateId = false; boolean startsWithColo... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/1a5788e0dc8eb7824785a35eaf53c7373aa33bdb/ExpressionParser.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ExpressionParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
467,
1345,
40,
2268,
508,
12,
45,
9053,
3876,
2146,
16,
467,
9053,
11238,
907,
18,
11238,
5677,
3846,
262,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
288,
9506,
565,
467... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
467,
1345,
40,
2268,
508,
12,
45,
9053,
3876,
2146,
16,
467,
9053,
11238,
907,
18,
11238,
5677,
3846,
262,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
288,
9506,
565,
467... |
return new Await_c( pos, expr ); | Await n = new Await_c( pos, expr ); n = (Await) n.ext(extFactory().extStmt()); return (Await) n.del(delFactory().delStmt()); | public Await Await(Position pos, Expr expr ) { return new Await_c( pos, expr ); } | 1832 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1832/05afa5e7ebbf7f251a7dace34f01d36e24c29128/X10NodeFactory_c.java/clean/x10.compiler/src/polyglot/ext/x10/ast/X10NodeFactory_c.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
432,
7048,
432,
7048,
12,
2555,
949,
16,
8074,
3065,
262,
288,
377,
202,
37,
7048,
290,
273,
394,
432,
7048,
67,
71,
12,
949,
16,
3065,
11272,
290,
273,
261,
37,
7048,
13,
290,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
432,
7048,
432,
7048,
12,
2555,
949,
16,
8074,
3065,
262,
288,
377,
202,
37,
7048,
290,
273,
394,
432,
7048,
67,
71,
12,
949,
16,
3065,
11272,
290,
273,
261,
37,
7048,
13,
290,
... |
protected void addDesignatorReferences( ASTInitializerClause clause ) { if( clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_INITIALIZER_LIST || clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_ASSIGNMENT_EXPRESSION ) { ISymbol variableSymbol = ((ASTVariable)clause.getOwnerVariableDeclaration()).getSy... | protected void addDesignatorReferences(ASTInitializerClause clause) { if (clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_INITIALIZER_LIST || clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_ASSIGNMENT_EXPRESSION) { ISymbol variableSymbol = ((ASTVariable) clause .getOwnerVariableDeclaration()).getSym... | protected void addDesignatorReferences( ASTInitializerClause clause ) { if( clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_INITIALIZER_LIST || clause.getKind() == IASTInitializerClause.Kind.DESIGNATED_ASSIGNMENT_EXPRESSION ) { ISymbol variableSymbol = ((ASTVariable)clause.getO... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/541fa7e85eea40dd09a8cb946908dd9f930b913f/CompleteParseASTFactory.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/CompleteParseASTFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
15478,
639,
8221,
12,
9183,
14729,
7044,
6591,
262,
565,
288,
3639,
309,
12,
6591,
18,
588,
5677,
1435,
422,
467,
9053,
14729,
7044,
18,
5677,
18,
1639,
11260,
6344,
67,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
15478,
639,
8221,
12,
9183,
14729,
7044,
6591,
262,
565,
288,
3639,
309,
12,
6591,
18,
588,
5677,
1435,
422,
467,
9053,
14729,
7044,
18,
5677,
18,
1639,
11260,
6344,
67,
... |
public void setLastSuccessfulBuild(String newLastSuccessfulBuild) throws CruiseControlException { | public void setLastSuccessfulBuild(String newLastSuccessfulBuild) throws CruiseControlException { | public void setLastSuccessfulBuild(String newLastSuccessfulBuild) throws CruiseControlException { lastSuccessfulBuild = parseFormatedTime(newLastSuccessfulBuild, "lastSuccessfulBuild"); } | 55334 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55334/ddefa64479a1f53c17df7426b7a710087d2d68aa/Project.java/buggy/main/src/net/sourceforge/cruisecontrol/Project.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
17764,
14277,
3116,
12,
780,
394,
3024,
14277,
3116,
13,
1216,
385,
8653,
784,
3367,
503,
288,
3639,
1142,
14277,
3116,
273,
1109,
1204,
690,
950,
12,
2704,
3024,
14277,
3116,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
17764,
14277,
3116,
12,
780,
394,
3024,
14277,
3116,
13,
1216,
385,
8653,
784,
3367,
503,
288,
3639,
1142,
14277,
3116,
273,
1109,
1204,
690,
950,
12,
2704,
3024,
14277,
3116,
... |
EmittedJoinPoint[] emittedJoinPoint) { | EmittedJoinPoint[] emittedJoinPoint, boolean isTriggered) { | public void notifyWeaverListener(IJavaProject jproject, String className, ClassLoader loader, EmittedJoinPoint[] emittedJoinPoint) { //for (Iterator it = m_weaverListeners.iterator(); it.hasNext();) { // ((IWeaverListener)it.next()).onWeaved(jproject, className, loader, emittedJo... | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/ad9e110e05d2c1ad1abf91e328a93bf28f562fa1/AwCorePlugin.java/buggy/eclipse/org.codehaus.aspectwerkz.ide.eclipse.core/src/org/codehaus/aspectwerkz/ide/eclipse/core/AwCorePlugin.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
5066,
3218,
21851,
2223,
12,
45,
5852,
4109,
525,
4406,
16,
514,
2658,
16,
9403,
4088,
16,
2398,
9506,
4697,
512,
7948,
4572,
2148,
8526,
17826,
4572,
2148,
16,
1250,
353,
6518... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
5066,
3218,
21851,
2223,
12,
45,
5852,
4109,
525,
4406,
16,
514,
2658,
16,
9403,
4088,
16,
2398,
9506,
4697,
512,
7948,
4572,
2148,
8526,
17826,
4572,
2148,
16,
1250,
353,
6518... |
if (!ExplorerSettingsEditor.this.isShowing()) return; ApplyAction.this.setEnabled(mySelectedConfigurable != null && mySelectedConfigurable.isModified()); addUpdateRequest(this); } | selectConfigurable(configurable, index); } | public void run() { if (!ExplorerSettingsEditor.this.isShowing()) return; ApplyAction.this.setEnabled(mySelectedConfigurable != null && mySelectedConfigurable.isModified()); addUpdateRequest(this); } | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/8b20704356bb402b1ae87d1957eefaff420073b1/ExplorerSettingsEditor.java/buggy/source/com/intellij/openapi/options/ex/ExplorerSettingsEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
1850,
309,
16051,
20938,
2628,
6946,
18,
2211,
18,
291,
5706,
310,
10756,
327,
31,
1850,
5534,
1803,
18,
2211,
18,
542,
1526,
12,
4811,
7416,
31660,
480,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
1850,
309,
16051,
20938,
2628,
6946,
18,
2211,
18,
291,
5706,
310,
10756,
327,
31,
1850,
5534,
1803,
18,
2211,
18,
542,
1526,
12,
4811,
7416,
31660,
480,
446,
... |
final WebClient webClient = new WebClient(BrowserVersion_); | final WebClient webClient = new WebClient(BROWSER_VERSION); | public void testSourceForge_secure() throws Exception { try { final WebClient webClient = new WebClient(BrowserVersion_); webClient.setPrintContentOnFailingStatusCode(true); assertInstanceOf( webClient.getPage( new URL( "https://sourceforge.net/projects/htmlunit/" ) ), HtmlPa... | 3508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3508/ce8302ac28bf1fb5d0cc242a8bf82d819d0eac2c/SanityCheck.java/buggy/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/SanityCheck.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1830,
1290,
908,
67,
8869,
1435,
1216,
1185,
288,
3639,
775,
288,
5411,
727,
2999,
1227,
3311,
1227,
273,
394,
2999,
1227,
12,
38,
24846,
67,
5757,
1769,
5411,
3311,
1227... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1830,
1290,
908,
67,
8869,
1435,
1216,
1185,
288,
3639,
775,
288,
5411,
727,
2999,
1227,
3311,
1227,
273,
394,
2999,
1227,
12,
38,
24846,
67,
5757,
1769,
5411,
3311,
1227... |
ReportScriptExecutor .handleAfterOpenDoc( reportDesign, executionContext ); | protected void openReportDocument( ReportDocumentReader reportDoc ) { ReportDesignHandle reportDesign = executionContext.getDesign( ); ReportScriptExecutor.handleBeforeOpenDoc( reportDesign, executionContext ); this.reportDoc = reportDoc; executionContext.setReportDocument( reportDoc ); // load the information... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/c0422a1db84842d1e332663c3d4c7e2a8109aca8/RenderTask.java/buggy/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1696,
4820,
2519,
12,
8706,
2519,
2514,
2605,
1759,
262,
202,
95,
202,
202,
4820,
15478,
3259,
2605,
15478,
273,
30521,
18,
588,
15478,
12,
11272,
202,
202,
4820,
3651,
63... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1696,
4820,
2519,
12,
8706,
2519,
2514,
2605,
1759,
262,
202,
95,
202,
202,
4820,
15478,
3259,
2605,
15478,
273,
30521,
18,
588,
15478,
12,
11272,
202,
202,
4820,
3651,
63... | |
protected UnconditionalValueDerefDataflow analyze(Method method) throws CFGBuilderException, DataflowAnalysisException { CFG cfg = getCFG(method); ValueNumberDataflow vnd = getValueNumberDataflow(method); UnconditionalValueDerefAnalysis analysis = new UnconditionalValueDerefAnalysis( getReverseDepthFirstSearch(metho... | protected CompactLocationNumbering analyze(Method method) throws CFGBuilderException, DataflowAnalysisException { if (method.getCode() == null) { return null; | protected UnconditionalValueDerefDataflow analyze(Method method) throws CFGBuilderException, DataflowAnalysisException { CFG cfg = getCFG(method); ValueNumberDataflow vnd = getValueNumberDataflow(method); UnconditionalValueDerefAnalysis analysis = new UnconditionalValueDerefAnalysis( getRev... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/d85ce2266570f61b1fbb3b4246a33dd45ad582fb/ClassContext.java/clean/findbugs/src/java/edu/umd/cs/findbugs/ba/ClassContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
1351,
22019,
620,
40,
822,
74,
751,
2426,
12375,
12,
1305,
707,
13,
1216,
7577,
1263,
503,
16,
1910,
2426,
9418,
503,
288,
6862,
9506,
202,
19727,
2776,
273,
1927,
42,
43,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
1351,
22019,
620,
40,
822,
74,
751,
2426,
12375,
12,
1305,
707,
13,
1216,
7577,
1263,
503,
16,
1910,
2426,
9418,
503,
288,
6862,
9506,
202,
19727,
2776,
273,
1927,
42,
43,
1... |
if (is.getStringData() != null) { xis = new XMLInputSource(is.getPublicId(), is.getSystemId(), is.getBaseURI(), new StringReader(is.getStringData()), "UTF-16"); } | /** * An LSParser looks at inputs specified in LSInput in * the following order: characterStream, byteStream, * stringData, systemId, publicId. For consistency * have the same behaviour for XSLoader. */ | private XMLInputSource dom2xmlInputSource(LSInput is) { // need to wrap the LSInput with an XMLInputSource XMLInputSource xis = null; // if there is a string data, use a StringReader // according to DOM, we need to treat such data as "UTF-16". if (is.getStringData() != null) { xis = new XMLInputSource(is.getPub... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/01f576c4d6e6fcca9ee73d93f063a8cb8bb05c36/XMLSchemaLoader.java/buggy/src/org/apache/xerces/impl/xs/XMLSchemaLoader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
3167,
1210,
1830,
4092,
22,
2902,
1210,
1830,
12,
3045,
1210,
353,
13,
288,
202,
202,
759,
1608,
358,
2193,
326,
29204,
1210,
598,
392,
3167,
1210,
1830,
202,
202,
4201,
1210,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
3167,
1210,
1830,
4092,
22,
2902,
1210,
1830,
12,
3045,
1210,
353,
13,
288,
202,
202,
759,
1608,
358,
2193,
326,
29204,
1210,
598,
392,
3167,
1210,
1830,
202,
202,
4201,
1210,
... |
result[i] = rep.newRegExp(scope, left.getString(), | result[i] = rep.newRegExp(cx, scope, left.getString(), | private Object[] generateRegExpLiterals(Context cx, Scriptable scope, Vector regexps) { Object[] result = new Object[regexps.size()]; RegExpProxy rep = cx.getRegExpProxy(); for (int i = 0; i < regexps.size(... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/075b10974042ee49c5f67a5bd883438470bdfcd6/Interpreter.java/clean/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
8526,
2103,
13673,
48,
11235,
12,
1042,
9494,
16,
4766,
5411,
22780,
2146,
16,
4766,
5411,
5589,
3936,
1121,
13,
565,
288,
3639,
1033,
8526,
563,
273,
394,
1033,
63,
7584,
112... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
8526,
2103,
13673,
48,
11235,
12,
1042,
9494,
16,
4766,
5411,
22780,
2146,
16,
4766,
5411,
5589,
3936,
1121,
13,
565,
288,
3639,
1033,
8526,
563,
273,
394,
1033,
63,
7584,
112... |
return new Table_roles( rs ); | return new Integer( rs.getInt( "role_id" ) ); | public Object mapOneRow( ResultSet rs ) throws SQLException { return new Table_roles( rs ); } | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/ceb6434abc174e9f93dd61c0cedb88d1ca009f2b/DatabaseService.java/clean/server/src/imcode/server/db/DatabaseService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
852,
3335,
1999,
12,
10842,
3597,
262,
1216,
6483,
288,
7734,
327,
394,
2144,
12,
3597,
18,
588,
1702,
12,
315,
4615,
67,
350,
6,
262,
11272,
5411,
289,
2,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
852,
3335,
1999,
12,
10842,
3597,
262,
1216,
6483,
288,
7734,
327,
394,
2144,
12,
3597,
18,
588,
1702,
12,
315,
4615,
67,
350,
6,
262,
11272,
5411,
289,
2,
-100,
-100,
-100... |
forwardPool.reset(); | forwardedObjects.reset(); | private final void baseThreadLocalRelease(int order) { values.reset(); remset.reset(); forwardPool.reset(); rootLocations.reset(); interiorRootLocations.reset(); threadLocalRelease(order); } | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/f508cb8aea60b6500c6da32ddc1b6225b90f7805/StopTheWorldGC.java/clean/MMTk/src/org/mmtk/plan/StopTheWorldGC.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
918,
1026,
3830,
2042,
7391,
12,
474,
1353,
13,
288,
565,
924,
18,
6208,
5621,
565,
849,
542,
18,
6208,
5621,
565,
19683,
4710,
18,
6208,
5621,
565,
1365,
10985,
18,
6208,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
918,
1026,
3830,
2042,
7391,
12,
474,
1353,
13,
288,
565,
924,
18,
6208,
5621,
565,
849,
542,
18,
6208,
5621,
565,
19683,
4710,
18,
6208,
5621,
565,
1365,
10985,
18,
6208,
56... |
public static void importProject(String prjFilePath) throws Exception { IPath path = new Path(prjFilePath+File.separator + ".project"); final IProjectDescription newDescription = loadProjectDescription(path); final IProject project = ResourcesPlugin.getWorkspace().getRoot() .getProject(newDescription.getName()); if (pr... | public static void importProject( String prjFilePath ) throws Exception { IPath path = new Path( prjFilePath + File.separator + ".project" ); final IProjectDescription newDescription = loadProjectDescription( path ); final IProject project = ResourcesPlugin.getWorkspace( ).getRoot( ) .getProject( newDescription.getName... | public static void importProject(String prjFilePath) throws Exception { IPath path = new Path(prjFilePath+File.separator + ".project"); final IProjectDescription newDescription = loadProjectDescription(path); final IProject project = ResourcesPlugin.getWorkspace().getRoot() .getProject(newDescription.getName());... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/f83c04e4c661a40917b7f1a4691db27145568807/DebugUtil.java/clean/UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/DebugUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
1930,
4109,
12,
780,
27378,
5598,
13,
1216,
1185,
288,
202,
202,
45,
743,
589,
273,
394,
2666,
12,
683,
78,
5598,
15,
812,
18,
11287,
397,
3552,
4406,
8863,
202,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
1930,
4109,
12,
780,
27378,
5598,
13,
1216,
1185,
288,
202,
202,
45,
743,
589,
273,
394,
2666,
12,
683,
78,
5598,
15,
812,
18,
11287,
397,
3552,
4406,
8863,
202,
2... |
public String getHoverInfo( ITextViewer textViewer, IRegion hoverRegion ) { | public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) { | public String getHoverInfo( ITextViewer textViewer, IRegion hoverRegion ) { ICStackFrame frame = getFrame(); if ( frame != null && frame.canEvaluate() ) { try { IDocument document = textViewer.getDocument(); if ( document == null ) return null; String expression = document.get( hoverRegion.getOffset()... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/da21b108846414112f482bc83d071fba5b66087a/DebugTextHover.java/clean/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/editors/DebugTextHover.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
7628,
1643,
966,
12,
467,
1528,
18415,
977,
18415,
16,
467,
5165,
15758,
5165,
262,
288,
202,
202,
2871,
2624,
3219,
2623,
273,
25396,
5621,
202,
202,
430,
261,
2623,
480,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
7628,
1643,
966,
12,
467,
1528,
18415,
977,
18415,
16,
467,
5165,
15758,
5165,
262,
288,
202,
202,
2871,
2624,
3219,
2623,
273,
25396,
5621,
202,
202,
430,
261,
2623,
480,
... |
View copy=new View(view.getVid(), new Vector(view.getMembers())); Vector members=copy.getMembers(); | Vector members=new Vector(view.getMembers()); | private View generateServiceView(List hosts) { View copy=new View(view.getVid(), new Vector(view.getMembers())); Vector members=copy.getMembers(); members.retainAll(hosts); return copy; } | 47927 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47927/1d890b8178a67da45a5c704185b2c8a416587147/Multiplexer.java/buggy/src/org/jgroups/mux/Multiplexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
4441,
2103,
1179,
1767,
12,
682,
7206,
13,
288,
3639,
4441,
1610,
33,
2704,
4441,
12,
1945,
18,
588,
58,
350,
9334,
394,
5589,
12,
1945,
18,
588,
6918,
1435,
10019,
3639,
5589,
48... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
4441,
2103,
1179,
1767,
12,
682,
7206,
13,
288,
3639,
4441,
1610,
33,
2704,
4441,
12,
1945,
18,
588,
58,
350,
9334,
394,
5589,
12,
1945,
18,
588,
6918,
1435,
10019,
3639,
5589,
48... |
String sChooserTitle = Argo.localize("Actions", "text.save_as_project.chooser_title"); chooser.setDialogTitle(sChooserTitle + p.getName()); chooser.setFileFilter(FileFilters.CompressedFileFilter); | String sChooserTitle = Argo.localize("Actions", "text.save_as_project.chooser_title"); chooser.setDialogTitle(sChooserTitle + p.getName()); chooser.setFileFilter(FileFilters.CompressedFileFilter); | protected File getNewFile() { ProjectBrowser pb = ProjectBrowser.TheInstance; Project p = ProjectManager.getManager().getCurrentProject(); JFileChooser chooser = null; URL url = p.getURL(); if ((url != null) && (url.getFile().length()>0)) { chooser = OsUtil.getFileChooser (url.getFile()); ... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/3d92bb55a802c8eecaa701ef4fc8822d2a42a7d3/ActionSaveProjectAs.java/buggy/src_new/org/argouml/uml/ui/ActionSaveProjectAs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1387,
12654,
812,
1435,
288,
202,
4109,
9132,
6386,
273,
5420,
9132,
18,
1986,
1442,
31,
202,
4109,
293,
273,
5420,
1318,
18,
588,
1318,
7675,
588,
3935,
4109,
5621,
3639,
804,
812,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1387,
12654,
812,
1435,
288,
202,
4109,
9132,
6386,
273,
5420,
9132,
18,
1986,
1442,
31,
202,
4109,
293,
273,
5420,
1318,
18,
588,
1318,
7675,
588,
3935,
4109,
5621,
3639,
804,
812,... |
String path, | Path path, | private NodeIndexer(NodeState node, ItemStateProvider stateMgr, String path, NamespaceMappings mappings) { this.node = node; this.stateProvider = stateMgr; this.path = path; this.mappings = mappings; } | 48761 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48761/a8e9611452abb1c8c64e644f003af347954188d9/NodeIndexer.java/clean/src/java/org/apache/jackrabbit/core/search/lucene/NodeIndexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2029,
20877,
12,
907,
1119,
756,
16,
13491,
4342,
1119,
2249,
919,
9455,
16,
13491,
2666,
589,
16,
13491,
6005,
7742,
7990,
13,
288,
3639,
333,
18,
2159,
273,
756,
31,
3639,
333,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2029,
20877,
12,
907,
1119,
756,
16,
13491,
4342,
1119,
2249,
919,
9455,
16,
13491,
2666,
589,
16,
13491,
6005,
7742,
7990,
13,
288,
3639,
333,
18,
2159,
273,
756,
31,
3639,
333,
... |
public RecordWriter getRecordWriter(final FileSystem fs, JobConf job, String name) throws IOException { | public RecordWriter getRecordWriter(final FileSystem fs, JobConf job, String name) throws IOException { | public RecordWriter getRecordWriter(final FileSystem fs, JobConf job, String name) throws IOException { final File segmentDumpFile = new File(new File(job.getOutputDir(), SegmentReader.DIR_NAME), name); // Get the old copy out of the way fs.delete(segmentDumpFile); fin... | 1316 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1316/82abec76c6fbc6a6fb6149749849e1fb3f354dbd/SegmentReader.java/clean/src/java/org/apache/nutch/segment/SegmentReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
5059,
2289,
11674,
2289,
12,
6385,
10931,
2662,
16,
3956,
3976,
1719,
16,
4766,
1377,
514,
508,
13,
1216,
1860,
288,
282,
727,
1387,
3267,
10628,
812,
273,
377,
394,
1387,
12,
2704,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
5059,
2289,
11674,
2289,
12,
6385,
10931,
2662,
16,
3956,
3976,
1719,
16,
4766,
1377,
514,
508,
13,
1216,
1860,
288,
282,
727,
1387,
3267,
10628,
812,
273,
377,
394,
1387,
12,
2704,... |
public void ruleAction(int ruleNumber) { switch (ruleNumber) { // // Rule 1: TypeName ::= TypeName . ErrorId // case 1: { //#line 6 "C:/eclipse/ws6/x10.compiler/src/x10/parser/MissingId.gi" Name TypeName = (Name) getRhsSym(... | 1769 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1769/13a8963410bb8c85885791a761267a089892a2fc/X10Parser.java/clean/x10.compiler/src/x10/parser/X10Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
1803,
12,
474,
1720,
1854,
13,
565,
288,
3639,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
6781,
404,
30,
225,
21036,
493,
33,
21036,
263,
1068,
548,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
1803,
12,
474,
1720,
1854,
13,
565,
288,
3639,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
6781,
404,
30,
225,
21036,
493,
33,
21036,
263,
1068,
548,
54... | ||
if (needsThis > 0 || singleArgs < primArgTypes.length) | int explicitFrameArg = singleArgs + (varArgs ? 1 : 0) < primArgTypes.length ? 1 : 0; if (needsThis + explicitFrameArg > 0) | public void generateApplyMethodsWithoutContext(LambdaExp lexp) { int numApplyMethods = lexp.applyMethods == null ? 0 : lexp.applyMethods.size(); if (numApplyMethods == 0) return; ClassType save_class = curClass; curClass = lexp.getHeapFrameType(); ClassType procType = typeModuleMethod; if... | 37648 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37648/4aea4c1122fea5b129b7c0396ebe59980295f720/Compilation.java/buggy/gnu/expr/Compilation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2103,
7001,
4712,
8073,
1042,
12,
12025,
2966,
5275,
84,
13,
225,
288,
565,
509,
818,
7001,
4712,
1377,
273,
5275,
84,
18,
9010,
4712,
422,
446,
692,
374,
294,
5275,
84,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2103,
7001,
4712,
8073,
1042,
12,
12025,
2966,
5275,
84,
13,
225,
288,
565,
509,
818,
7001,
4712,
1377,
273,
5275,
84,
18,
9010,
4712,
422,
446,
692,
374,
294,
5275,
84,
18,
... |
this.parent = parent; | this.parentFrame = parent; | public UserInputPanel (InstallerFrame parent, InstallData installData) { super (parent, installData); instanceNumber = instanceCount++; this.parent = parent; // ---------------------------------------------------- // ---------------------------------------------------- la... | 46579 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46579/08ecc635ba8049aeb419722893f373a4a7f99a77/UserInputPanel.java/clean/src/lib/com/izforge/izpack/panels/UserInputPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2177,
1210,
5537,
261,
18678,
3219,
982,
16,
7682,
10284,
751,
565,
3799,
751,
13,
225,
288,
565,
2240,
261,
2938,
16,
3799,
751,
1769,
565,
791,
1854,
273,
791,
1380,
9904,
31,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2177,
1210,
5537,
261,
18678,
3219,
982,
16,
7682,
10284,
751,
565,
3799,
751,
13,
225,
288,
565,
2240,
261,
2938,
16,
3799,
751,
1769,
565,
791,
1854,
273,
791,
1380,
9904,
31,
5... |
_t = __t1353; | _t = __t1354; | public final void entryfunc(AST _t) throws RecognitionException { AST entryfunc_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t1353 = _t; AST tmp1592_AST_in = (AST)_t; match(_t,ENTRY); _t = _t.getFirstChild(); funargs(_t); _t = _retTree; _t = __t1353; _t = _t.getNextSibling(); _retTree = _t; } | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/865876f0e6319c071fef156818ff116c276cfdff/TreeParser03.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1241,
644,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1241,
644,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1241,
644,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1241,
644,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... |
Iterator childIterator = getChildIterator(); | final Iterator childIterator = getChildIterator(); | private FocusableElement getReferencedElement() { final String elementId = getAttributeValue("for"); if (elementId.length() != 0) { final HtmlElement element = getHtmlElementById(elementId); if (element != null && element instanceof HtmlInput) { return (FocusableEl... | 3508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3508/bfbb9e2a2e54bf7040308f5f0b4fd744c80370c8/HtmlLabel.java/clean/htmlunit/src/java/com/gargoylesoftware/htmlunit/html/HtmlLabel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
478,
4560,
429,
1046,
13223,
72,
1046,
1435,
288,
3639,
727,
514,
930,
548,
273,
22777,
2932,
1884,
8863,
3639,
309,
261,
2956,
548,
18,
2469,
1435,
480,
374,
13,
288,
5411,
727,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
478,
4560,
429,
1046,
13223,
72,
1046,
1435,
288,
3639,
727,
514,
930,
548,
273,
22777,
2932,
1884,
8863,
3639,
309,
261,
2956,
548,
18,
2469,
1435,
480,
374,
13,
288,
5411,
727,
... |
GAAttack test = new GAAttack(game, this.enemies.get(en), v, Math.max((v.size()+attacks[i])*4,50), 100); | GAAttack test = new GAAttack(game, this.enemies.get(en), v, Math.max((v.size()+attacks[i])*4,50), 100, en.isEnemyOf((Entity)getEntitiesOwned().elementAt(0))); | public void calculateFiringTurn() { int first_entity = game.getFirstEntityNum(getLocalPlayer()); int entity_num = first_entity; int best_entity = first_entity; double max = java.lang.Double.MIN_VALUE; int[] results = null; Vector winner = null; int arc = 0; if (entity_num == -1) { return; ... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/fa24b181c21748e175526857b252abde9ae52389/TestBot.java/clean/megamek/src/megamek/client/bot/TestBot.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
4604,
42,
11256,
15858,
1435,
288,
565,
509,
1122,
67,
1096,
273,
7920,
18,
588,
3759,
1943,
2578,
12,
588,
2042,
12148,
10663,
565,
509,
1522,
67,
2107,
273,
1122,
67,
1096,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
4604,
42,
11256,
15858,
1435,
288,
565,
509,
1122,
67,
1096,
273,
7920,
18,
588,
3759,
1943,
2578,
12,
588,
2042,
12148,
10663,
565,
509,
1522,
67,
2107,
273,
1122,
67,
1096,
... |
wb.getAdviser().eventLoopException(t); | wb.getAdvisor().eventLoopException(t); | public void handleException(Throwable t) { try { // Ignore ThreadDeath error as its normal to get this when thread dies if (t instanceof ThreadDeath) { throw (ThreadDeath) t; } // Check to avoid recursive errors exceptionCount++; if (exceptionCount > 2) { if (t instanceof RuntimeException) th... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/2a9e285012b5b01ed76dddb9f4293cffdad5d56c/ExceptionHandler.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ExceptionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
20879,
12,
15155,
268,
13,
288,
202,
202,
698,
288,
1082,
202,
759,
8049,
4884,
758,
421,
555,
487,
2097,
2212,
358,
336,
333,
1347,
2650,
27890,
1082,
202,
430,
261,
88,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
20879,
12,
15155,
268,
13,
288,
202,
202,
698,
288,
1082,
202,
759,
8049,
4884,
758,
421,
555,
487,
2097,
2212,
358,
336,
333,
1347,
2650,
27890,
1082,
202,
430,
261,
88,... |
case 152 : if (DEBUG) { System.out.println("VariableDeclarators ::= VariableDeclarators COMMA..."); } | case 153 : if (DEBUG) { System.out.println("VariableDeclarators ::= VariableDeclarators COMMA..."); } | protected void consumeRule(int act) { switch ( act ) { case 29 : if (DEBUG) { System.out.println("Type ::= PrimitiveType"); } //$NON-NLS-1$ consumePrimitiveType(); break; case 43 : if (DEBUG) { System.out.println("ReferenceType ::= ClassOrInterfaceType"); } //$NON-NLS-1$ consumeReferenceType(); ... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/530677eaedb480550fa104a8b4977fa836eba025/Parser.java/buggy/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
12899,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
12899,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... |
} else if (XMLContentAssistUtilities.isJSPOpenDelimiter(fnDelim)) { | } else if (XMLContentAssistUtilities.isJSPOpenDelimiter(fnDelim)) { | public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int documentPosition) { fTemplateContexts.clear(); IStructuredDocumentRegion sdRegion = ContentAssistUtils.getStructuredDocumentRegion((StructuredTextViewer) viewer, documentPosition); fViewer = viewer; ICompletionProposal[] jspResults =... | 13989 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13989/599ba655e87717cb12b3b35c378ea85552f1a329/JSPContentAssistProcessor.java/clean/bundles/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPContentAssistProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1285,
408,
18415,
14157,
16,
509,
1668,
2555,
13,
288,
202,
202,
74,
2283,
15518,
18,
8507,
5621,
9506,
202,
45,
30733,
251... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1285,
408,
18415,
14157,
16,
509,
1668,
2555,
13,
288,
202,
202,
74,
2283,
15518,
18,
8507,
5621,
9506,
202,
45,
30733,
251... |
if( parent instanceof IDeferredTemplateInstance || parent instanceof ITemplateSymbol ){ if( parent instanceof IDeferredTemplateInstance ){ parent = ((IDeferredTemplateInstance)parent).getTemplate().getTemplatedSymbol(); } else if( parent instanceof ITemplateSymbol ){ parent = ((ITemplateSymbol)parent).getTemplatedSymbo... | private static Map lookupInParents( LookupData data, ISymbol lookIn ) throws ParserSymbolTableException{ IDerivableContainerSymbol container = null; if( lookIn instanceof IDerivableContainerSymbol ){ container = (IDerivableContainerSymbol) lookIn; } else{ throw new ParserSymbolTableError( ParserSymbolTableError... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/441bdd65c80744b9d7dfe57dbaf2f5a72a4004d5/ParserSymbolTable.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/ParserSymbolTable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1635,
3689,
382,
13733,
12,
8834,
751,
501,
16,
4437,
3284,
2324,
382,
262,
1216,
6783,
5335,
1388,
503,
95,
202,
202,
734,
264,
427,
429,
2170,
5335,
1478,
273,
446,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1635,
3689,
382,
13733,
12,
8834,
751,
501,
16,
4437,
3284,
2324,
382,
262,
1216,
6783,
5335,
1388,
503,
95,
202,
202,
734,
264,
427,
429,
2170,
5335,
1478,
273,
446,
31... | |
return ((Byte)callback.readFromStream()).byteValue(); | return ((Byte)peekCallback().readFromStream()).byteValue(); | public byte readByte() throws IOException { return ((Byte)callback.readFromStream()).byteValue(); } | 5142 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5142/b2a7bcfcd2c366d870cdcaa3cce4cee9caa3fc14/CustomObjectInputStream.java/clean/xstream/src/java/com/thoughtworks/xstream/core/util/CustomObjectInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1160,
22301,
1435,
1216,
1860,
288,
3639,
327,
14015,
3216,
13,
347,
3839,
2428,
7675,
896,
1265,
1228,
1435,
2934,
7229,
620,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1160,
22301,
1435,
1216,
1860,
288,
3639,
327,
14015,
3216,
13,
347,
3839,
2428,
7675,
896,
1265,
1228,
1435,
2934,
7229,
620,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
... |
return encode(cx, str, f.methodId == Id_encodeURI); | return encode(cx, str, methodId == Id_encodeURI); | public Object execMethod(IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) { if (f.hasTag(FTAG)) { switch (f.methodId) { case Id_decodeURI: case Id_decodeURIComponent: { String str = Script... | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/b8f8b7755881b715c4310c7923c48146c2eac1ff/NativeGlobal.java/clean/src/org/mozilla/javascript/NativeGlobal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
548,
2083,
284,
16,
1772,
9494,
16,
22780,
2146,
16,
11794,
22780,
15261,
16,
1033,
8526,
833,
13,
565,
288,
3639,
309,
261,
74,
18,
5332,
1805,
12,
4464,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
548,
2083,
284,
16,
1772,
9494,
16,
22780,
2146,
16,
11794,
22780,
15261,
16,
1033,
8526,
833,
13,
565,
288,
3639,
309,
261,
74,
18,
5332,
1805,
12,
4464,
17... |
Field field = (Field) form.getField(fieldName); | Field field = form.getField(fieldName); | public int doStartTag() throws JspException { // Look up this key to see if its a field of the current form boolean requiredField = false; boolean validationError = false; TagUtils tagUtils = TagUtils.getInstance(); ValidatorResources resources = (ValidatorResources) pa... | 30015 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/30015/7dbaa4ba04135ddd125159b6d936e920ba697140/LabelTag.java/clean/src/web/org/appfuse/webapp/taglib/LabelTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
741,
30512,
1435,
1216,
27485,
288,
3639,
368,
10176,
731,
333,
498,
358,
2621,
309,
2097,
279,
652,
434,
326,
783,
646,
3639,
1250,
1931,
974,
273,
629,
31,
3639,
1250,
3379,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
741,
30512,
1435,
1216,
27485,
288,
3639,
368,
10176,
731,
333,
498,
358,
2621,
309,
2097,
279,
652,
434,
326,
783,
646,
3639,
1250,
1931,
974,
273,
629,
31,
3639,
1250,
3379,
... |
if (this == getRuby().getClasses().getObjectClass()) { getRuby().secure(4); } if (getRuby().getSecurityLevel() >= 4 && !isTaint()) { throw new RubySecurityException(getRuby(), "Insecure: can't remove method"); } if (isFrozen()) { } if (methods.remove(methodId) == null) { throw new RubyNameException( getRuby(), "method... | if (this == getRuby().getClasses().getObjectClass()) { getRuby().secure(4); } if (getRuby().getSecurityLevel() >= 4 && !isTaint()) { throw new RubySecurityException(getRuby(), "Insecure: can't remove method"); } if (isFrozen()) { } if (methods.remove(methodId) == null) { throw new RubyNameException( getRuby(), "method... | public void removeMethod(RubyId methodId) { if (this == getRuby().getClasses().getObjectClass()) { getRuby().secure(4); } if (getRuby().getSecurityLevel() >= 4 && !isTaint()) { throw new RubySecurityException(getRuby(), "Insecure: can't remove method"); } if (isFrozen()) { // rb_error_frozen("class/module")... | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyModule.java/clean/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1206,
1305,
12,
54,
10340,
548,
707,
548,
13,
288,
202,
202,
430,
261,
2211,
422,
4170,
10340,
7675,
588,
4818,
7675,
588,
921,
797,
10756,
288,
1082,
202,
588,
54,
10340... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1206,
1305,
12,
54,
10340,
548,
707,
548,
13,
288,
202,
202,
430,
261,
2211,
422,
4170,
10340,
7675,
588,
4818,
7675,
588,
921,
797,
10756,
288,
1082,
202,
588,
54,
10340... |
public Step( BrokerPool pool, int axis ) { | public Step( int axis ) { | public Step( BrokerPool pool, int axis ) { super(); this.axis = axis; this.pool = pool; } | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/bfcf33dba9c98234a0edaa282c8909b27b6a6ac4/Step.java/clean/src/org/exist/xpath/Step.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8693,
12,
509,
2654,
262,
288,
3639,
2240,
5621,
3639,
333,
18,
4890,
273,
2654,
31,
3639,
333,
18,
6011,
273,
2845,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8693,
12,
509,
2654,
262,
288,
3639,
2240,
5621,
3639,
333,
18,
4890,
273,
2654,
31,
3639,
333,
18,
6011,
273,
2845,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
if (newSphere.size() >0) | if (newSphere.size() > 0) | public static void breadthFirstSearch(AtomContainer ac, Vector sphere, AtomContainer[] pathes) throws org.openscience.cdk.exception.NoSuchAtomException { Atom atom = null, nextAtom = null; int atomNr, nextAtomNr; AtomContainer path = null; Vector newSphere = new Vector(); for (int f = 0; f < sphere.size(); f++... | 45254 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45254/df5b60a7f777b019d4b0b428566ad74e4a8debd9/AtomPlacer.java/buggy/src/org/openscience/cdk/layout/AtomPlacer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
324,
25254,
3759,
2979,
12,
3641,
2170,
1721,
16,
5589,
20041,
16,
7149,
2170,
8526,
589,
281,
13,
1216,
2358,
18,
20346,
71,
6254,
18,
71,
2883,
18,
4064,
18,
28341... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
324,
25254,
3759,
2979,
12,
3641,
2170,
1721,
16,
5589,
20041,
16,
7149,
2170,
8526,
589,
281,
13,
1216,
2358,
18,
20346,
71,
6254,
18,
71,
2883,
18,
4064,
18,
28341... |
protected Region createTempQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory) { return new TempQueueRegion(this,destinationStatistics, memoryManager, taskRunnerFactory); | protected Region createTempQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) { return new TempQueueRegion(this,destinationStatistics, memoryManager, taskRunnerFactory, destinationFactory); | protected Region createTempQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory) { return new TempQueueRegion(this,destinationStatistics, memoryManager, taskRunnerFactory); } | 11783 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11783/bfaff9b37c815c32ec18911bf038d03724c753d4/RegionBroker.java/clean/activemq-core/src/main/java/org/apache/activemq/broker/region/RegionBroker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
9164,
752,
7185,
3183,
5165,
12,
5357,
1318,
3778,
1318,
16,
3837,
9709,
1733,
1562,
9709,
1733,
13,
288,
3639,
327,
394,
16380,
3183,
5165,
12,
2211,
16,
10590,
8569,
16,
3778,
131... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
9164,
752,
7185,
3183,
5165,
12,
5357,
1318,
3778,
1318,
16,
3837,
9709,
1733,
1562,
9709,
1733,
13,
288,
3639,
327,
394,
16380,
3183,
5165,
12,
2211,
16,
10590,
8569,
16,
3778,
131... |
tokens.add(new Area3DPtg(first+":"+second,externIdx)); | if (look == '!') { Match('!'); String third=GetName(); if (!sheetName.equals(second)) throw new RuntimeException("Unhandled double sheet reference."); tokens.add(new Area3DPtg(first+":"+third,externIdx)); } else { tokens.add(new Area3DPtg(first+":"+second,externIdx)); } | private void Ident() { String name; name = GetName(); if (look == '('){ //This is a function function(name); } else if (look == ':') { // this is a AreaReference String first = name; Match(':'); String second = GetName(); ... | 509 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/509/4859068eb4915c534d610cb3c13ddc0f91a1052d/FormulaParser.java/clean/src/java/org/apache/poi/hssf/model/FormulaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
13128,
1435,
288,
3639,
514,
508,
31,
3639,
508,
273,
17159,
5621,
3639,
309,
261,
7330,
422,
7321,
15329,
5411,
368,
2503,
353,
279,
445,
5411,
445,
12,
529,
1769,
3639,
289,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
13128,
1435,
288,
3639,
514,
508,
31,
3639,
508,
273,
17159,
5621,
3639,
309,
261,
7330,
422,
7321,
15329,
5411,
368,
2503,
353,
279,
445,
5411,
445,
12,
529,
1769,
3639,
289,
... |
push(fnClassName); | aload(contextLocal); addSpecialInvoke(fnClassName, "<init>", "(Lorg/mozilla/javascript/Scriptable;" + "Lorg/mozilla/javascript/Context;)", "V"); if (inFunction) { addByteCode(ByteCode.ALOAD_0); } else { aload(variableObjectLocal); } | private void generateFunctionInits(Vector fns) { // make an array to put them in, so they're available // for decompilation. push(fns.size()); addByteCode(ByteCode.ANEWARRAY, "org/mozilla/javascript/NativeFunction"); /* note that nested function decompilation currently * d... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/3700676b23de6f5e245970aae9264c23d9eb2b4c/Codegen.java/clean/js/rhino/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2103,
2083,
382,
1282,
12,
5018,
21930,
13,
288,
3639,
368,
1221,
392,
526,
358,
1378,
2182,
316,
16,
1427,
2898,
4565,
2319,
3639,
368,
364,
443,
2919,
6613,
18,
3639,
1817,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2103,
2083,
382,
1282,
12,
5018,
21930,
13,
288,
3639,
368,
1221,
392,
526,
358,
1378,
2182,
316,
16,
1427,
2898,
4565,
2319,
3639,
368,
364,
443,
2919,
6613,
18,
3639,
1817,
... |
match(_t,SUBMENU); _t = _t.getNextSibling(); break; } case TEXT: | match(_t,TEXT); _t = _t.getNextSibling(); break; } case TOGGLEBOX: | public final void createwidgetstate(AST _t) throws RecognitionException { AST createwidgetstate_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t334 = _t; AST tmp911_AST_in = (AST)_t; match(_t,CREATE); _t = _t.getFirstChild(); { if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case VALUE: { valueexp... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/041a16c78289f1c3ae5e575d3edc5e893a658e50/TreeParser01.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser01/TreeParser01.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
752,
6587,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
752,
6587,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
752,
6587,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
752,
6587,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,... |
if (first == t.first && last == t.last) | if (first == t.firstVar && last == t.lastVar) | BddTree bddtree_addrange_rec(BddTree t, BddTree prev, int first, int last, boolean fixed, int id) { if (first < 0 || last < 0 || last < first) return null; /* Empty tree -> build one */ if (t == null) { t = bddtree_new(id); t.f... | 5661 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5661/36904e06e435c6de3401e122171d5c52d3013a9e/JFactory.java/buggy/JavaBDD/net/sf/javabdd/JFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
605,
449,
2471,
324,
449,
3413,
67,
1289,
3676,
67,
3927,
12,
27128,
2471,
268,
16,
605,
449,
2471,
2807,
16,
4766,
509,
1122,
16,
509,
1142,
16,
1250,
5499,
16,
509,
612,
13,
565,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
605,
449,
2471,
324,
449,
3413,
67,
1289,
3676,
67,
3927,
12,
27128,
2471,
268,
16,
605,
449,
2471,
2807,
16,
4766,
509,
1122,
16,
509,
1142,
16,
1250,
5499,
16,
509,
612,
13,
565,
28... |
public org.quickfix.field.OrigTime get(org.quickfix.field.OrigTime value) | public quickfix.field.OrigTime get(quickfix.field.OrigTime value) | public org.quickfix.field.OrigTime get(org.quickfix.field.OrigTime value) throws FieldNotFound { getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/News.java/buggy/src/java/src/quickfix/fix41/News.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
4741,
950,
336,
12,
19525,
904,
18,
1518,
18,
4741,
950,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
12,
1132,
1769,
327,
460,
31,
289,
2,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
4741,
950,
336,
12,
19525,
904,
18,
1518,
18,
4741,
950,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
12,
1132,
1769,
327,
460,
31,
289,
2,
-100... |
System.out.println( s.getEvent().hashCode() + " == " + t.getEvent().hashCode() + " ??" ); | private boolean advance() throws LemRuntimeException { metamodel.Class c = instance.getInstanceClass() ; metamodel.StateMachine m = c.getStateMachine() ; metamodel.State currentState = instance.currentState ; if ( m.getStateTransitionCount() == 0 ) return false; ... | 10434 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10434/d6c8a38156925e4a09b1fa8d0835e99b076a3f78/InstanceInterpreter.java/buggy/trunk/src/runtime/InstanceInterpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
8312,
1435,
1216,
511,
351,
11949,
288,
3639,
5100,
13474,
18,
797,
276,
273,
791,
18,
588,
1442,
797,
1435,
274,
3639,
5100,
13474,
18,
1119,
6981,
312,
273,
276,
18,
588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
8312,
1435,
1216,
511,
351,
11949,
288,
3639,
5100,
13474,
18,
797,
276,
273,
791,
18,
588,
1442,
797,
1435,
274,
3639,
5100,
13474,
18,
1119,
6981,
312,
273,
276,
18,
588,
... | |
Long id = new Long(bundle.getBundle().getBundleId()); | private void unresolveBundle(ResolverBundle bundle, boolean removed) { if (bundle == null) return; // check the removed list if unresolving then remove from the removed list Long id = new Long(bundle.getBundle().getBundleId()); BundleDescription[] removedBundles = null; if ((removedBundles = getRemovalPending(b... | 2516 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2516/33621dcd1e3d1f21c4b81a3af69042df4998ade0/ResolverImpl.java/buggy/bundles/org.eclipse.osgi/resolver/src/org/eclipse/osgi/internal/module/ResolverImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
640,
10828,
3405,
12,
4301,
3405,
3440,
16,
1250,
3723,
13,
288,
202,
202,
430,
261,
9991,
422,
446,
13,
1082,
202,
2463,
31,
202,
202,
759,
866,
326,
3723,
666,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
640,
10828,
3405,
12,
4301,
3405,
3440,
16,
1250,
3723,
13,
288,
202,
202,
430,
261,
9991,
422,
446,
13,
1082,
202,
2463,
31,
202,
202,
759,
866,
326,
3723,
666,
309,
... | |
throw (RuntimeException) e.getCause().getCause(); | throw (RuntimeException) e.getCause(); | public Collection run(List<ObjectChange> changes) throws ExcepcaoPersistencia, ClassNotFoundException, IllegalAccessException, NoSuchMethodException, InstantiationException { beforeRun(changes); Hashtable<ObjectKey, Object> objects = new Hashtable<ObjectKey, Object>(); for (O... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/179a336416588f68edb5e41862665afb8821be99/UpdateObjects.java/buggy/src/net/sourceforge/fenixedu/applicationTier/Servico/renderers/UpdateObjects.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
1086,
12,
682,
32,
921,
3043,
34,
3478,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
16,
10403,
16,
5411,
11900,
16,
15959,
16,
19248,
288,
3639,
1865,
1997,
12,
6329,
1769,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
1086,
12,
682,
32,
921,
3043,
34,
3478,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
16,
10403,
16,
5411,
11900,
16,
15959,
16,
19248,
288,
3639,
1865,
1997,
12,
6329,
1769,... |
int length= findString.length(); | private int replaceAll(String findString, String replaceString, boolean forwardSearch, boolean caseSensitive, boolean wrapSearch, boolean wholeWord, boolean global) { int replaceCount= 0; int findReplacePosition= 0; if (wrapSearch) { // search the whole text findReplacePosition= 0; forwardSearch= true; } else ... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/25b2d3565b38115cccc3b73fb113ca39c4c2947a/FindReplaceDialog.java/clean/bundles/org.eclipse.ui/Eclipse UI Text Editor/org/eclipse/ui/texteditor/FindReplaceDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
509,
10344,
12,
780,
1104,
780,
16,
514,
1453,
780,
16,
1250,
5104,
2979,
16,
1250,
20975,
16,
1250,
2193,
2979,
16,
1250,
7339,
3944,
16,
1250,
2552,
13,
288,
202,
202,
474,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
509,
10344,
12,
780,
1104,
780,
16,
514,
1453,
780,
16,
1250,
5104,
2979,
16,
1250,
20975,
16,
1250,
2193,
2979,
16,
1250,
7339,
3944,
16,
1250,
2552,
13,
288,
202,
202,
474,... | |
public static boolean isDesigner( HttpServletRequest request ) { boolean inDEsigner = false; if ( "true".equalsIgnoreCase( getParameter( request, PARAM_DESIGNER ) ) ) //$NON-NLS-1$ { inDEsigner = true; } return inDEsigner; } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/4f8d9ec70a9a4bdebe627870db17ed54ddb4e8ef/ParameterAccessor.java/clean/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
15478,
264,
12,
9984,
590,
262,
202,
95,
202,
202,
6494,
316,
1639,
2977,
264,
273,
629,
31,
9506,
202,
430,
261,
315,
3767,
9654,
14963,
5556,
12,
5575,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
15478,
264,
12,
9984,
590,
262,
202,
95,
202,
202,
6494,
316,
1639,
2977,
264,
273,
629,
31,
9506,
202,
430,
261,
315,
3767,
9654,
14963,
5556,
12,
5575,
12,
... | ||
decls = tu.getDeclarations(name_x2.resolveBinding()); | decls = tu.getDeclarationsInAST(name_x2.resolveBinding()); | public void testDesignatedInitializers() throws ParserException { StringBuffer buffer = new StringBuffer("typedef struct {\n"); //$NON-NLS-1$ buffer.append(" int x;\n"); //$NON-NLS-1$ buffer.append(" int y;\n"); //$NON-NLS-1$ buffer.append("} Coord;\n"); //$NON-NLS-1$ buffer.appen... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/75cbff035e927043ff1116bbd1e33e89ab93b9cb/AST2Tests.java/buggy/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2Tests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
15478,
690,
4435,
8426,
1435,
1216,
27990,
288,
3639,
6674,
1613,
273,
394,
6674,
2932,
723,
536,
1958,
18890,
82,
8863,
4329,
3993,
17,
5106,
17,
21,
8,
3639,
1613,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
15478,
690,
4435,
8426,
1435,
1216,
27990,
288,
3639,
6674,
1613,
273,
394,
6674,
2932,
723,
536,
1958,
18890,
82,
8863,
4329,
3993,
17,
5106,
17,
21,
8,
3639,
1613,
18,
... |
policy.allow( policy.Context_isCallerInRole ); } catch ( IllegalStateException ise ) { | policy.allow(policy.Context_isCallerInRole); } catch (IllegalStateException ise) { | protected void testAllowedOperations(String methodName) { OperationsPolicy policy = new OperationsPolicy(); /*[0] Test getEJBHome /////////////////*/ try { ejbContext.getEJBHome(); policy.allow(policy.Context_getEJBHome); } catch ( IllegalStateException ise ) { ... | 47052 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47052/752037458c317f29601012a2e0efc461c25b1dc8/BasicBmpBean.java/clean/openejb2/modules/itests/src/java/org/openejb/test/entity/bmp/BasicBmpBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1842,
5042,
9343,
12,
780,
4918,
13,
288,
3639,
25938,
2582,
3329,
273,
394,
25938,
2582,
5621,
540,
1748,
63,
20,
65,
7766,
4774,
8877,
8684,
368,
2105,
18235,
19,
5549,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1842,
5042,
9343,
12,
780,
4918,
13,
288,
3639,
25938,
2582,
3329,
273,
394,
25938,
2582,
5621,
540,
1748,
63,
20,
65,
7766,
4774,
8877,
8684,
368,
2105,
18235,
19,
5549,
3639,... |
classification += "; "+classifications[i] ; | classification += ", "+classifications[i] ; | static public String getMetaDataFromDb (String meta_id, String parent_meta_id, User user, String host, String htmlFile, boolean showRoles ) throws IOException { String imcserver = Utility.getDomainPref("adminserver",host) ; final int NORMAL = 0 ; final int CHECKBOX = 1 ; final int OTHER = 2 ; String [] me... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/a5fdebea4d2b1a378cbf78d248e3ab56fc60a772/MetaDataParser.java/clean/server/src/imcode/util/MetaDataParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1071,
514,
23028,
1265,
4331,
261,
780,
2191,
67,
350,
16,
514,
982,
67,
3901,
67,
350,
16,
2177,
729,
16,
514,
1479,
16,
25083,
565,
514,
1729,
812,
16,
1250,
2405,
6898,
262,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1071,
514,
23028,
1265,
4331,
261,
780,
2191,
67,
350,
16,
514,
982,
67,
3901,
67,
350,
16,
2177,
729,
16,
514,
1479,
16,
25083,
565,
514,
1729,
812,
16,
1250,
2405,
6898,
262,
1... |
WorkbenchPart part = (WorkbenchPart)getActivePart(); | IWorkbenchPart part = getActivePart(); | public void run() { WorkbenchPart part = (WorkbenchPart)getActivePart(); if(part != null) ((PartSite)part.getSite()).getPane().showPaneMenu();} | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/8a28c3b8bd1305702e7ceba48edfed57e3b0a68f/ShowMenuAction.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ShowMenuAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1086,
1435,
288,
202,
2421,
22144,
1988,
1087,
273,
261,
2421,
22144,
1988,
13,
588,
3896,
1988,
5621,
202,
430,
12,
2680,
480,
446,
13,
202,
202,
12443,
1988,
4956,
13,
2680,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1086,
1435,
288,
202,
2421,
22144,
1988,
1087,
273,
261,
2421,
22144,
1988,
13,
588,
3896,
1988,
5621,
202,
430,
12,
2680,
480,
446,
13,
202,
202,
12443,
1988,
4956,
13,
2680,
18,
... |
public boolean visit(Block node) { | public boolean visit(AnonymousClassDeclaration node) { | public boolean visit(Block node) { this.result.append('{'); visitList(node, Block.STATEMENTS_PROPERTY, null); this.result.append('}'); return false; } | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14/ASTRewriteFlattener.java/clean/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
3757,
12,
1768,
756,
13,
288,
202,
202,
2211,
18,
2088,
18,
6923,
2668,
95,
8284,
202,
202,
11658,
682,
12,
2159,
16,
3914,
18,
28411,
55,
67,
9900,
16,
446,
1769,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
3757,
12,
1768,
756,
13,
288,
202,
202,
2211,
18,
2088,
18,
6923,
2668,
95,
8284,
202,
202,
11658,
682,
12,
2159,
16,
3914,
18,
28411,
55,
67,
9900,
16,
446,
1769,
202... |
System.out.println(raster +" "+ width +" "+ height); | private void createRaster(int dataType) { boolean createdValidBuffer = false; try{ raster = cm.createCompatibleWritableRaster(width, height); int rasterType = raster.getDataBuffer().getDataType(); if (rasterType == dataType) { switch (rasterType) { ... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/1380f0b7d7529273757b8c60cba9603d41c15f4d/BufferedImageFilter.java/clean/modules/awt/src/main/java/common/java/awt/image/BufferedImageFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
752,
18637,
12,
474,
8891,
13,
288,
3639,
1250,
2522,
1556,
1892,
273,
629,
31,
3639,
775,
95,
5411,
12553,
273,
5003,
18,
2640,
14599,
12061,
18637,
12,
2819,
16,
2072,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
752,
18637,
12,
474,
8891,
13,
288,
3639,
1250,
2522,
1556,
1892,
273,
629,
31,
3639,
775,
95,
5411,
12553,
273,
5003,
18,
2640,
14599,
12061,
18637,
12,
2819,
16,
2072,
1769,
... | |
else if (element.equals(REGISTRYDBLOCATION)) | else if (element.getName().equals(REGISTRYDBLOCATION)) | public static MartRegistry DocumentToMartRegistry(Document doc) throws ConfigurationException { Element thisElement = doc.getRootElement(); MartRegistry martreg = new MartRegistry(); for (Iterator iter = thisElement.getChildren().iterator(); iter.hasNext();) { Element element = (Element) iter.next(); ... | 2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/97370f18ee12b38e40ec8a45143810986ec45a69/MartRegistryXMLUtils.java/clean/src/java/org/ensembl/mart/lib/config/MartRegistryXMLUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
490,
485,
4243,
4319,
774,
49,
485,
4243,
12,
2519,
997,
13,
1216,
22196,
288,
202,
202,
1046,
333,
1046,
273,
997,
18,
588,
2375,
1046,
5621,
202,
202,
49,
485,
4243,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
490,
485,
4243,
4319,
774,
49,
485,
4243,
12,
2519,
997,
13,
1216,
22196,
288,
202,
202,
1046,
333,
1046,
273,
997,
18,
588,
2375,
1046,
5621,
202,
202,
49,
485,
4243,
... |
public TextDocumentParser( IMCServiceInterface serverobject ) { | public TextDocumentParser( ImcmsServices serverobject ) { | public TextDocumentParser( IMCServiceInterface serverobject ) { this.service = serverobject; } | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/d060a6873350aa2972f54c354321cf3756f50e6f/TextDocumentParser.java/buggy/server/src/imcode/server/parser/TextDocumentParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3867,
2519,
2678,
12,
2221,
6851,
5676,
1438,
1612,
262,
288,
3639,
333,
18,
3278,
273,
1438,
1612,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3867,
2519,
2678,
12,
2221,
6851,
5676,
1438,
1612,
262,
288,
3639,
333,
18,
3278,
273,
1438,
1612,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
else { if (dc == '0') {/* ECMA 3, 1-9 or 01-99 */ if ((dp + 2) < da.length) { dc = da[dp + 2]; if (NativeRegExp.isDigit(dc)) { num = NativeRegExp.unDigit(dc); cp = dp + 3; } else return null; } else return null; /* $0 is not valid */ } else { num = NativeRegExp.unDigit(dc); cp = dp + 2; if ((dp + 2) < da.length) { dc =... | static SubString interpretDollar(RegExpImpl res, char[] da, int dp, int bp, int[] skip) { char[] ca; int cp; char dc; int num, tmp; /* Allow a real backslash (literal "\\") to escape "$1" etc. */ if (da[dp] != '$') throw new... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/bcf6134bdea4b7078a51fba9f7ad09d436f5fab3/RegExpImpl.java/buggy/js/rhino/org/mozilla/javascript/regexp/RegExpImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
469,
288,
309,
261,
7201,
422,
296,
20,
6134,
288,
20308,
7773,
5535,
890,
16,
404,
17,
29,
578,
8743,
17,
2733,
1195,
309,
14015,
9295,
397,
576,
13,
411,
5248,
18,
2469,
13,
288,
6744,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
469,
288,
309,
261,
7201,
422,
296,
20,
6134,
288,
20308,
7773,
5535,
890,
16,
404,
17,
29,
578,
8743,
17,
2733,
1195,
309,
14015,
9295,
397,
576,
13,
411,
5248,
18,
2469,
13,
288,
6744,
2... | |
public Preprocessor(Reader reader, String filename, IScannerInfo info, ISourceElementRequestor requestor, ParserMode mode, ParserLanguage language, IParserLogService logService ) { super(reader, filename, info, requestor, mode, language, logService ); | public Preprocessor(Reader reader, String filename, IScannerInfo info, ISourceElementRequestor requestor, ParserMode mode, ParserLanguage language, IParserLogService logService, IScannerExtension scannerExtension ) { super(reader, filename, info, requestor, mode, language, logService, scannerExtension ); | public Preprocessor(Reader reader, String filename, IScannerInfo info, ISourceElementRequestor requestor, ParserMode mode, ParserLanguage language, IParserLogService logService ) { super(reader, filename, info, requestor, mode, language, logService ); } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/6dbe39d0d05fc79c35b81cae69bd88ac089585bb/Preprocessor.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/Preprocessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2962,
8700,
12,
2514,
2949,
16,
514,
1544,
16,
467,
11338,
966,
1123,
16,
467,
1830,
1046,
691,
280,
590,
280,
16,
6783,
2309,
1965,
16,
6783,
3779,
2653,
16,
467,
2678,
1343,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2962,
8700,
12,
2514,
2949,
16,
514,
1544,
16,
467,
11338,
966,
1123,
16,
467,
1830,
1046,
691,
280,
590,
280,
16,
6783,
2309,
1965,
16,
6783,
3779,
2653,
16,
467,
2678,
1343,... |
case '0': break; case 'Z': loop = false; break; | case 'Z': l_endQuery = true; break; | public Object fastpath(int fnid, boolean resulttype, FastpathArg[] args) throws SQLException { // added Oct 7 1998 to give us thread safety synchronized (stream) { // send the function call try { // 70 is 'F' in ASCII. Note: don't use SendChar() here as it adds padding // that confuses the backend. The ... | 45534 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45534/ef7d7910745cf2812007668138eaaf0a8e1d8d99/Fastpath.java/clean/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
14469,
12,
474,
2295,
350,
16,
1250,
563,
723,
16,
9545,
803,
4117,
8526,
833,
13,
1216,
6483,
202,
95,
202,
202,
759,
3096,
29482,
2371,
23673,
28,
358,
8492,
584,
2650... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
14469,
12,
474,
2295,
350,
16,
1250,
563,
723,
16,
9545,
803,
4117,
8526,
833,
13,
1216,
6483,
202,
95,
202,
202,
759,
3096,
29482,
2371,
23673,
28,
358,
8492,
584,
2650... |
LayoutUtil.setWidthHint(fContainerDialogField.getLabelControl(null), widthHint); LayoutUtil.setHorizontalSpan(fContainerDialogField.getLabelControl(null), 2); | Text textControl= fContainerDialogField.getTextControl(inner); GridData textData= new GridData(); textData.widthHint= widthHint; textData.grabExcessHorizontalSpace= true; textData.horizontalIndent= indent; textControl.setLayoutData(textData); | protected Control createDialogArea(Composite parent) { Composite composite= (Composite)super.createDialogArea(parent); int widthHint= convertWidthInCharsToPixels(60); Composite inner= new Composite(composite, SWT.NONE); GridLayout layout= new GridLayout(); layout.marginHeight= 0; layout.marginWidth= 0; layo... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/c3490497f52e9918326edad5d4ad9b745e0b4d58/OutputLocationDialog.java/clean/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
8888,
752,
6353,
5484,
12,
9400,
982,
13,
288,
202,
202,
9400,
9635,
33,
261,
9400,
13,
9565,
18,
2640,
6353,
5484,
12,
2938,
1769,
9506,
202,
474,
1835,
7002,
33,
1765,
2384... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
8888,
752,
6353,
5484,
12,
9400,
982,
13,
288,
202,
202,
9400,
9635,
33,
261,
9400,
13,
9565,
18,
2640,
6353,
5484,
12,
2938,
1769,
9506,
202,
474,
1835,
7002,
33,
1765,
2384... |
subSequenceSpecifiers = new ArrayList(); | subSequenceSpecifiers = new java.util.ArrayList(); | public void handleAttrs(Attributes attlist) throws FOPException { super.handleAttrs(attlist); subSequenceSpecifiers = new ArrayList(); if (parent.getName().equals("fo:layout-master-set")) { this.layoutMasterSet = (LayoutMasterSet)parent; String pm = this.properties.get("ma... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/541f74f88cfcdb9a5aaa1fa33cca4d89d74de80e/PageSequenceMaster.java/buggy/src/org/apache/fop/fo/pagination/PageSequenceMaster.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1640,
8262,
12,
2498,
2403,
1098,
13,
1216,
478,
3665,
503,
288,
3639,
2240,
18,
4110,
8262,
12,
4558,
1098,
1769,
3639,
720,
4021,
1990,
3383,
273,
394,
2252,
18,
1367,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1640,
8262,
12,
2498,
2403,
1098,
13,
1216,
478,
3665,
503,
288,
3639,
2240,
18,
4110,
8262,
12,
4558,
1098,
1769,
3639,
720,
4021,
1990,
3383,
273,
394,
2252,
18,
1367,
18,
... |
deleteRow( HandleAdapterFactory.getInstance( ) .getRowHandleAdapter( temp.get( i ) ) .getRowNumber( ) ); | deleteRow( HandleAdapterFactory.getInstance( ).getRowHandleAdapter( temp.get( i ) ).getRowNumber( ) ); | public void deleteRow( int[] rows ) throws SemanticException { if ( rows == null ) { return; } transStar( TRANS_LABEL_DELETE_ROWS ); if ( getRowCount( ) == rows.length ) { getHandle( ).drop( ); transEnd( ); return; } Arrays.sort( rows ); List temp = new ArrayList( ); int len = rows.length; for ( int... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/f20dffa9abb940a955b0a18cf6914d4f48216b6c/TableHandleAdapter.java/buggy/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1430,
1999,
12,
509,
8526,
2595,
262,
1216,
24747,
503,
202,
95,
202,
202,
430,
261,
2595,
422,
446,
262,
202,
202,
95,
1082,
202,
2463,
31,
202,
202,
97,
202,
202,
233... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1430,
1999,
12,
509,
8526,
2595,
262,
1216,
24747,
503,
202,
95,
202,
202,
430,
261,
2595,
422,
446,
262,
202,
202,
95,
1082,
202,
2463,
31,
202,
202,
97,
202,
202,
233... |
else { int offset = getTabRunOffset(tabPlacement, tabPane.getTabCount(), tabPane.getSelectedIndex(), (tabPlacement == SwingConstants.RIGHT) ? true : false); selectAdjacentRunTab(tabPlacement, tabPane.getSelectedIndex(), offset); } | else { int offset = getTabRunOffset(tabPlacement, tabPane.getTabCount(), tabPane.getSelectedIndex(), (tabPlacement == SwingConstants.RIGHT) ? true : false); selectAdjacentRunTab(tabPlacement, tabPane.getSelectedIndex(), offset); } | protected void navigateSelectedTab(int direction) { int tabPlacement = tabPane.getTabPlacement(); if (tabPlacement == SwingConstants.TOP || tabPlacement == SwingConstants.BOTTOM) { if (direction == SwingConstants.WEST) selectPreviousTabInRun(tabPane.getSelectedIndex()); else if (direction == Swin... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/3826e72d9ebe31a854c4d01d6c8f1ec65a8d80fe/BasicTabbedPaneUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicTabbedPaneUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
28479,
7416,
5661,
12,
474,
4068,
13,
225,
288,
565,
509,
3246,
12420,
273,
3246,
8485,
18,
588,
5661,
12420,
5621,
565,
309,
261,
7032,
12420,
422,
26145,
2918,
18,
10462,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
28479,
7416,
5661,
12,
474,
4068,
13,
225,
288,
565,
509,
3246,
12420,
273,
3246,
8485,
18,
588,
5661,
12420,
5621,
565,
309,
261,
7032,
12420,
422,
26145,
2918,
18,
10462,
363... |
final PsiMethod method = (PsiMethod) PsiTreeUtil.getParentOfType(expression, PsiMethod.class); if (method != null) { | final PsiMethod method = (PsiMethod) PsiTreeUtil.getParentOfType(expression, PsiMethod.class); if(method != null) { | private boolean expressionMustAssignVariable(PsiVariable field, PsiExpression expression, Set checkedMethods) { if (expression == null) { return false; } if (expression instanceof PsiThisE... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/dba8b183fc1b08e7ad664812bfc0c64d1e4abd3c/InitializationReadUtils.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/psiutils/InitializationReadUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
2652,
10136,
4910,
3092,
12,
52,
7722,
3092,
652,
16,
4766,
1171,
453,
7722,
2300,
2652,
16,
4766,
1171,
1000,
5950,
4712,
13,
288,
3639,
309,
261,
8692,
422,
446,
13,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
2652,
10136,
4910,
3092,
12,
52,
7722,
3092,
652,
16,
4766,
1171,
453,
7722,
2300,
2652,
16,
4766,
1171,
1000,
5950,
4712,
13,
288,
3639,
309,
261,
8692,
422,
446,
13,
288,
... |
public Analysis doAnalysis(Story story) { | public Analysis doAnalysis(Story story, String topic) { | public Analysis doAnalysis(Story story) { Analysis a = new Analysis(); a.setID(story.getID()); String content = story.getContent(); if (content.matches("IJsland")) { // If the string IJsland appears in the text, it's definitely about // Iceland a.setTopic... | 50380 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50380/7bbd9be8f9612d369cccd104083a8295ee7b7906/KeywordSpotter.java/buggy/src/amber/sieve/KeywordSpotter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
16318,
741,
9418,
12,
510,
630,
17285,
16,
514,
3958,
13,
288,
3639,
16318,
279,
273,
394,
16318,
5621,
3639,
279,
18,
542,
734,
12,
31131,
18,
588,
734,
10663,
3639,
514,
913,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
16318,
741,
9418,
12,
510,
630,
17285,
16,
514,
3958,
13,
288,
3639,
16318,
279,
273,
394,
16318,
5621,
3639,
279,
18,
542,
734,
12,
31131,
18,
588,
734,
10663,
3639,
514,
913,
27... |
return m_filteredItems; | return Collections.unmodifiableList(m_filteredItems); | public List getContent() { if (m_filteredItems == null) { return getAllContent(); } else { return m_filteredItems; } } | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/dd1de739e472ad91ca1cf2a12f1f0e99ddff5d6d/CmsHtmlList.java/clean/src/org/opencms/workplace/list/CmsHtmlList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
5154,
1435,
288,
3639,
309,
261,
81,
67,
12071,
3126,
422,
446,
13,
288,
5411,
327,
5514,
1350,
5621,
3639,
289,
469,
288,
5411,
327,
5737,
18,
318,
13388,
682,
12,
81,
67,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
5154,
1435,
288,
3639,
309,
261,
81,
67,
12071,
3126,
422,
446,
13,
288,
5411,
327,
5514,
1350,
5621,
3639,
289,
469,
288,
5411,
327,
5737,
18,
318,
13388,
682,
12,
81,
67,
... |
Utterance utterance = cepstra[cepstra.length-2].getUtterance(); if (utterance != null) { name = utterance.getName(); | for (int i = 0; i < cepstra.length; i++) { if (cepstra[i].getUtterance() != null) { name = cepstra[i].getUtterance().getName(); break; } | public static void main(String[] argv) { if (argv.length < 3) { System.out.println ("Usage: java testClass <testName> " + "<propertiesFile> <audiofilename>"); } try { String testName = argv[0]; String propertiesFile = argv[1]; String audioFi... | 48839 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48839/43a03c35edd6dec76314617cd38a463c839240a2/EnergyEndpointerTest.java/clean/sphinx4/tests/frontend/EnergyEndpointerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
5261,
13,
288,
202,
430,
261,
19485,
18,
2469,
411,
890,
13,
288,
202,
565,
2332,
18,
659,
18,
8222,
7734,
7566,
5357,
30,
2252,
1842,
797,
411,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
5261,
13,
288,
202,
430,
261,
19485,
18,
2469,
411,
890,
13,
288,
202,
565,
2332,
18,
659,
18,
8222,
7734,
7566,
5357,
30,
2252,
1842,
797,
411,
3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.