query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
7f85cae0830e75baa382f285173561f2
build a hierarchy of context, maintaining a reference to only the last one
[ { "docid": "b99d51db7c81a3867dec8a27d7a937b3", "score": "0.0", "text": "@Test(dataProvider = \"contextHierarchyTestDataProvider\")\n public void createContextHierarchiesTest(final String[] resourceNames, final BeanSpec[] expectedBeans)\n throws JAXBException, ContextInitializationException...
[ { "docid": "fe375261f492c4e9c773419507fdf4ef", "score": "0.6852866", "text": "public synchronized void buildContext(){\n\t}", "title": "" }, { "docid": "c5f28a0638a2729fd75d53c7c5f05932", "score": "0.57440823", "text": "public VarContext removeParentContext(int levels) {\n St...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "f56977497e80c4e799c53c87f9c0e7c0", "score": "0.0", "text": "public View mo2559c() {\n return this.f1770s;\n }", "title": "" } ]
[ { "docid": "390d921098961c53502c34ee7bbc409d", "score": "0.6940669", "text": "expand_C()\n {\n }", "title": "" }, { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66318566", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, { "doc...
f797d13ae7d3bdc187996c5b156492ba
Wait until vision is initialized
[ { "docid": "aa8b6132a47e87296075ae9ef8880f4d", "score": "0.6624364", "text": "@Override\n public void init_loop() {\n if (vision != null) {\n vision.setDetectionMode(DetectionMode.GOLD_CUBE);//Tell the camera to look for gold cube\n vision.setScreenOrientation(FrameGrabbe...
[ { "docid": "afa093fab1478c4d7e1903ff43f54d2b", "score": "0.6644189", "text": "protected void initialize() {\n \tdriveTrain = (DriveTrain)Robot.getSubSystems().get(\"Drive Train\");\n\t\tvision.setRunning(true);\n\t\tvision.setFinished(false);\n }", "title": "" }, { "docid": "244738ddec...
32490873d872b206d0c3fe43ea6d338c
The stage of the OpenidConnectProviderContract update allowing to specify clientSecret.
[ { "docid": "05b2b18b37fc9151df7eaf24a79361a9", "score": "0.7148966", "text": "interface WithClientSecret {\n /**\n * Specifies the clientSecret property: Client Secret of developer console which is the client application..\n *\n * @param clientSecret Client...
[ { "docid": "bf2ddd4c1874629e085886d97ef72681", "score": "0.7597967", "text": "Update withClientSecret(String clientSecret);", "title": "" }, { "docid": "6a78413599a1ce711620b54aa42fee22", "score": "0.6602496", "text": "public OpenidConnectProviderUpdateContractProperties withClientSe...
856bb64fc1a5ae9ce120c2870078c444
/ Method : cancelReservation Description : Used to cancel the flight Reservation.
[ { "docid": "81c79ec50539369a5c332b5843822f9b", "score": "0.74201846", "text": "@Override\n\tpublic boolean cancelReservation(Integer bookingId, Integer flightId) {\n\n\t\tBooking bd = daoObject.getBookingDetails(bookingId);\n\t\tFlight flight = daoObject.getFlight(flightId);\n\n\t\tif (bd != null) {\n\t...
[ { "docid": "e3ca96726069f616c84932d791bd0620", "score": "0.7336837", "text": "@Override\n\tpublic Reservation cancelReservation(Long id) {\n\t\tReservation reservation=this.reservationRepository.findOneById(id);\n\t\tthis.reservationRepository.delete(reservation);\n\t\treturn reservation;\n\t}", "ti...
3a3d278c2a4aceec78c78a68199ea049
optional uint64 matchid = 2;
[ { "docid": "fed5cb0e29a85148cdc3ff1d81f95fcb", "score": "0.5290725", "text": "public Builder clearMatchid() {\n bitField0_ = (bitField0_ & ~0x00000002);\n matchid_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "d2f2f7c95a0fd6dd1cda19db2f813597", "score": "0.777908", "text": "long getMatchid();", "title": "" }, { "docid": "d2f2f7c95a0fd6dd1cda19db2f813597", "score": "0.777908", "text": "long getMatchid();", "title": "" }, { "docid": "5ae1810fb2271adc0ac59f3bcec4db70",...
b6d12ce19d4fc2e2156028618fe7c8c1
save List to database
[ { "docid": "14f8fd7b4278a4323dee15c6132202da", "score": "0.0", "text": "public static void save(Collection<RecommendationOriginalData> recommendationOriginalDataList) throws Exception {\r\n\t\tif (recommendationOriginalDataList != null && !recommendationOriginalDataList.isEmpty()) {\r\n\t\t\tSession ses...
[ { "docid": "40773aa3688e78ed9cd82046cc0b6014", "score": "0.7787174", "text": "public void save(List entidades);", "title": "" }, { "docid": "1411eaef65c029279a4e03f4af2ef403", "score": "0.7700911", "text": "public abstract void save(List<Prescription> list) throws Exception;", "t...
cff7263462dfeb550dbe9d5baddd8bf8
Callback received when a permissions request has been completed.
[ { "docid": "e5c7c1c315556e751c83ebb9e906439c", "score": "0.0", "text": "@Override\n public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions,\n @NonNull int[] grantResults) {\n Log.i(TAG, \"onRequestPermissionResult\");\n ...
[ { "docid": "64bcbc190a9c030b644e066c26605675", "score": "0.7327205", "text": "@Override\n public void onRequestPermissionSuccess() {\n }", "title": "" }, { "docid": "cf1d40a6a5ed6dd7d6f45bc5f441e41b", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "51deea76be0aa7a5c4ae6b93893fb0cb", "score": "0.0", "text": "@Override\n\t\tprotected String doInBackground(String... params){\n\t\t\tString result = null;\n\t\t\ttry {\n\t\t\t\tresult = RemovePartyService\n\t\t\t\t\t\t.sendDataByHttpClientPost(url, myid, list_id);\n\t\t\t} catch (Exception e...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
bb2f4495a95b52817a40b43ab82d05b0
your code goes here!
[ { "docid": "aed34e22cacfcb0476b3a7b19b9cea46", "score": "0.0", "text": "public static int findMultipleOfThree(int[] arr)\n {\n int index = 0;\n for (int i=0; i<arr.length; i++){\n if(arr[i] % 3 == 0){\n index = i;\n }\n }\n if (index ==...
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.5864192", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "637c52ca7739704d93c8dd7d1829d246", "score": "0.5770222", "text": "void customize();", "title": "" }, { "docid": "d21c0...
bf9f30811ff786564b18c436c6d146ac
Delete the whole database
[ { "docid": "4944369ca09fd5e763cc9f07d1fc8b18", "score": "0.75567865", "text": "public void deleteDB(SQLiteDatabase db){\n\t\t\n\t\tdb=getWritableDatabase();\n\t\tdb.execSQL(\"DROP TABLE Sities\");\n\t\tdb.execSQL(sql);\n\t\t\n\t\tsize=0;\n\t\t\n\t\tdb.close();\n\t}", "title": "" } ]
[ { "docid": "3ede102de1e926cb6a13bda8fb2ca264", "score": "0.7917823", "text": "public void executeDeleteDatabase() {\r\n //TODO: Add confirmation box with warning\r\n DatabaseProvisioner.deleteDatabase();\r\n }", "title": "" }, { "docid": "7472488e7b6894b70ae20aa45f52deb3", ...
99318a343f478d7becc684b06b641994
repeated string selected_state_names = 2;
[ { "docid": "14eecf0b141f0fa4d525e3e6c1c92e0b", "score": "0.5552726", "text": "public Builder setSelectedStateNames(\n int index, java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureSelectedStateNamesIsMutable();\n selectedStateName...
[ { "docid": "02785ab1ab5d223d186ec38430f0d72f", "score": "0.74440366", "text": "java.lang.String getSelectedStateNames(int index);", "title": "" }, { "docid": "a6a46851eb7835219e9a0583af4d2eb1", "score": "0.70401573", "text": "int getSelectedStateNamesCount();", "title": "" }, ...
7d875c3979333cf87bb6d9862da46c15
Represents a function that is passed with the arguments resolve and reject.
[ { "docid": "3a6ea970595bec0423b84ebdcfb4098f", "score": "0.491904", "text": "@FunctionalInterface\npublic interface Executor<T, U> {\n\n void accept(T t, U u) throws Throwable;\n\n}", "title": "" } ]
[ { "docid": "d0d405bfea798e1a36fa84c22d2ad905", "score": "0.5710827", "text": "public interface Function<A, R> {\n R apply(A argument);\n}", "title": "" }, { "docid": "884faf4b6cf210bc063688b4681f924b", "score": "0.5701936", "text": "public interface PromiseResolver<R> {\n void re...
37b2cdb3c2895c997b2da7c7e06310cf
backgroundFish method creates basic fish with predetermined location, color, and speed
[ { "docid": "0ccf8b4ae47d48a254aa683faad7551c", "score": "0.7651122", "text": "public void backgroundFish ()\r\n {\r\n\t//local colour variable for the water\r\n\tColor waterBlue = new Color (0, 195, 255);\r\n\t//loop used to animate the moving fish\r\n\tfor (int x = 0 ; x < 760 ; x++)\r\n\t{\r\n\t ...
[ { "docid": "402a1e4c5a92a33d513a5648fc2da8df", "score": "0.6829565", "text": "Fish(int foodThres, double eatRadius, double fullInterval, double hungerTimeout,\n double createdTime) {\n this.foodThres = foodThres;\n this.eatRadius = eatRadius;\n this.fullInterval = fullInterval;\n this.h...
9dca5638073d55122091bff6446aa9da
/ Retrieves the max flow allowed on the path from source s to destination/sink t in the BFS generated traversal
[ { "docid": "f3df4412d0aa09a79e42821c579ac4fa", "score": "0.61631405", "text": "public int minFlow(LinkedList<Node> pt, Node s,HashMap<String,LinkedList<Node>> bfsCheckGraph)\n\t{\n\t\tLinkedList<Node> temp=bfsCheckGraph.get(s.getNodeName());\n\t\tListIterator<Node> it=temp.listIterator();\n\t\tint cap=0...
[ { "docid": "64cc04504a1005b3c34ab2e8a52c9558", "score": "0.6909822", "text": "static int getMaxFlow(Collection<Node> graph, Node source, Node sink) {\r\n\t\t\tint nodes = graph.size();\r\n\t\t\tint[] count = new int[2 * nodes];\r\n\r\n\t\t\tcount[nodes] = 1;\r\n\t\t\tcount[0] = 1;\r\n\r\n\t\t\tsource.he...
9b7ee2cea70f6a6ad4377ed73299aa4f
Delete the Buerger_ by a specified oid.
[ { "docid": "4d725b1a33871f8ed7f1f2e89b7d9e50", "score": "0.72948635", "text": "@Override\n\t@CacheEvict(value = CACHE, key = \"#p0\")\n\t@PreAuthorize(\"hasAuthority('buerger_DELETE_Buerger')\")\n\tvoid delete(UUID oid);", "title": "" } ]
[ { "docid": "5b174a8154e9ff0f760a3e73c062f356", "score": "0.6641077", "text": "BookBO delete(String id) throws Exception;", "title": "" }, { "docid": "c933777e34c9877ed4d3540a5895775d", "score": "0.63938564", "text": "@Override\n\t@CacheEvict(value = CACHE, key = \"#p0.oid\")\n\t@PreA...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "9ffa607c89b6d9232183c4922c4c889d", "score": "0.0", "text": "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof IR)) {\r\n return false;\r\n }\r\n IR other = (IR) object;\r\n if ((this.id == null && other.id != null) || (th...
[ { "docid": "27d40fad6ffddfb882d4698918a44f23", "score": "0.68939245", "text": "private void setId(Integer id) { this.id = id; }", "title": "" }, { "docid": "c520db2892ba2af63fa6d93e9c1cb59a", "score": "0.6838206", "text": "private Integer getId() { return this.id; }", "title": ""...
4b4eee81c88e406e5f7b0fcad6f7cdf6
scalar_flat_expr: IDENT | array_access_expr | bool_literal | INT_LITERAL | FLOAT_LITERAL | STRING_LITERAL
[ { "docid": "dcea82094a043358be22d1634c9a792c", "score": "0.8152442", "text": "final public void scalar_flat_expr() throws ParseException {\n /*@bgen(jjtree) ScalarFlatExpr */\n ASTScalarFlatExpr jjtn000 = new ASTScalarFlatExpr(this, JJTSCALARFLATEXPR);\n boolean jjtc000 = true;\n jjtree.openNodeScope(jj...
[ { "docid": "399f60eda9fa9685c2e91a79cf0291bd", "score": "0.7628377", "text": "final public void scalar_flat_exprs() throws ParseException {\n scalar_flat_expr();\n label_9:\n while (true) {\n switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {\n case COMMA:\n ;\n break;\n defau...
62badb62de2fd1b5d8157a322e7d9308
found Element in desk
[ { "docid": "04115b3e8b2892412adcb8cbeab2148b", "score": "0.54954904", "text": "public boolean findElementInDeskHome(By by) throws InterruptedException {\n boolean found =false;\n this.pressHome();\n this.pressHome();\n long time = System.currentTimeMillis();\n whi...
[ { "docid": "de3a208ee72f93f7bfd35313fa505fb5", "score": "0.6437185", "text": "private boolean momGetElement(WebDriver driver) {\n //Name may be normallized like 'q' search\n boolean isDisplayed;\n boolean success = false;\n boolean sibling = false;\n String elementName...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a2a25f844e9c56e89da18fef8a3ff1c6", "score": "0.0", "text": "@Override\r\n\t\tpublic void mouseClicked(MouseEvent e) {\n\t\t\tint num;\r\n\t\t\tJPanel ClickedPanel = (JPanel)e.getSource();\r\n\t\t\t\r\n\t\t\tfor(int i = 0; i < size; i++) {\r\n\t\t\t\tif(ClickedPanel.equals(panel[i])) {\r\n\t\...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
5288b9cb6847a73d657681029e644acb
EmailJFrame newEmailJFrame = new EmailJFrame();
[ { "docid": "2e6835f49d7dc779f35dbdd042707cba", "score": "0.0", "text": "public void actionPerformed(ActionEvent ae) {\n\t\t\t\tDesktop desktop;\n\t\t\t\tif (Desktop.isDesktopSupported() && (desktop = Desktop.getDesktop()).isSupported(Desktop.Action.MAIL)) {\n\t\t\t\t\tURI mailto;\n\t\t\t\t\ttry {\n\t\t\...
[ { "docid": "0d65a329da521ad224e469bf4860f084", "score": "0.7468244", "text": "public NewJFrame() {\n initComponents();\n }", "title": "" }, { "docid": "0d65a329da521ad224e469bf4860f084", "score": "0.7468244", "text": "public NewJFrame() {\n initComponents();\n }",...
efe76ac967b523d21e2e0cfaaf4ceef1
check if this is the finishing move
[ { "docid": "352879db77d8279c950d6e92f325c780", "score": "0.0", "text": "private static int getMoveValue(CellData[][] cells, int fromX, int fromY,\n\t\t\tint toX, int toY) {\n\t\tPair<Boolean, Intersection> moveResult = isMoveLegal(cells,\n\t\t\t\tPair.of(fromX, fromY), Pair.of(toX, toY));\n\t\tif (!move...
[ { "docid": "6fd48083bbc1b44643d81cc2add32a76", "score": "0.8180282", "text": "protected boolean isFinished() {\n \tif (moving) return Robot.armPiston.getMajor() != PistonPositions.Moving; /* && Robot.armPiston.getMinor() != PistonPositions.Moving; */\n \treturn true;\n }", "title": "" }, ...
2ce00a1310495554c331b84c1e840fcd
/all chandler report finished /all ship agent report start
[ { "docid": "6900bf7819d3c879b664b91577b603df", "score": "0.0", "text": "private String commonShipAgent(Model model, LocalDate from, LocalDate to) {\n List< ShipAgentDetail > shipAgentDetails = new ArrayList<>();\n LocalDateTime startAt = dateTimeAgeService.dateTimeToLocalDateStartInDay(from);\n ...
[ { "docid": "d4de5229c2269dc2d476ab8c1573a295", "score": "0.63397294", "text": "@Override\r\n\tpublic void report() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f18554636eda00e6755df67e068d72c7", "score": "0.62427574", "text": "@Override\r\n\tpublic void report() {\n\t}", "title": ...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "0daf850ba2727b9555aa94361530774b", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Pagos)) {\n return false;\n }\n Pagos other = (Pagos) object;\n if ((this.pagoId == null && other.pagoId != null)...
[ { "docid": "57c157d9d98d88367182b07788ed701c", "score": "0.6703078", "text": "public void setId(int id){ this.id = id; }", "title": "" }, { "docid": "c9ad8de47d46ec1488118a482444eddc", "score": "0.66992784", "text": "public void setId(int id){ this.id = id;}", "title": "" }, ...
8e009105a911e0de9b017d96b2cbe7ad
/ Access methods for optional leaf child: "odbps". Gets the value for child leaf "odbps".
[ { "docid": "225100d1a716fcf9a0cc7a4d32dcdfd2", "score": "0.61433315", "text": "public YangEnumeration getOdbPsValue() throws JNCException {\n YangEnumeration odbPs = (YangEnumeration)getValue(\"odb-ps\");\n if (odbPs == null) {\n odbPs = new YangEnumeration(\"disable\", new Stri...
[ { "docid": "59e03073a94aa6f3dc0aaf13242f9220", "score": "0.5995382", "text": "public void addOdbPs() throws JNCException {\n setLeafValue(Epc.NAMESPACE,\n \"odb-ps\",\n null,\n childrenNames());\n }", "title": "" }, { "docid": "a12ac48296ca368321696...
1878e42e43297c8354053a4b3005eaae
<< define INANGPCHECKSourceOfItemOnHighestCost(%obj) $piece(%obj,"~",272)
[ { "docid": "cc1264f17d3c97472aa474ed76016c1f", "score": "0.733863", "text": "public static Object $$$INANGPCHECKSourceOfItemOnHighestCost(mContext m$, Object ... _p) {\n mVar p$obj = m$.varRef(\"p$obj\",(((_p!=null)&&(_p.length>=1))?_p[0]:null));\n return (m$.Fnc.$piece(p$obj.get(),\"~\",272));\n ...
[ { "docid": "665a955386c53f19deea25a329e75e68", "score": "0.7508582", "text": "public static Object $$$StrINANGPCHECKSourceOfItemOnHighestCost(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INANGPCHECK\",272));\n }", "title": "" }, { "docid": "2bf8c0e631cafe48e87d527b2d3d...
8d4e336eb192090170026fc1598a8bfa
Redirects to careers page.
[ { "docid": "bec24e5e294c8a0bfebc824c0e0270eb", "score": "0.69621277", "text": "public String goToCareers() {\n\t\tlogger.debug (\"Starting goToCareers.\");\n\t\tString toPage = \"careers?faces-redirect=true\";\n\t this.findAll();\n\t return toPage;\n\t}", "title": "" } ]
[ { "docid": "e7706cfb55f3331b21ce2e56a98bd5d1", "score": "0.5922494", "text": "public String goToAddCareer() {\n\t String toPage = \"updateCareer?faces-redirect=true\";\n\t logger.debug (\"Starting goToAddProfile.\");\n\t return toPage;\n\t}", "title": "" }, { "docid": "5acd306f79f9a...
8ffdba57166096e31a57cec9703a4de8
Gets an image and shows it in the screen
[ { "docid": "7a02460b0f35b69ca7a81bac61fe7724", "score": "0.0", "text": "void drawImage(Image image, int x, int y);", "title": "" } ]
[ { "docid": "0ee3a856df5ecd293ae3c4d3d122fc4f", "score": "0.7251453", "text": "public String getImage();", "title": "" }, { "docid": "920656c7d64516e98144838d0ba7e04d", "score": "0.7227158", "text": "String getImage();", "title": "" }, { "docid": "11aae18364fec3c3b097dc9b8...
d661dd3ee8b545bb088af84275f58783
Checkpoint lock blocks when stop method is called. This method allows continuing the work with a checkpoint lock if needed.
[ { "docid": "a92a055c0372ac81569febb0a68f5a41", "score": "0.7233396", "text": "public void unblockCheckpointLock() {\n checkpointTimeoutLock.start();\n }", "title": "" } ]
[ { "docid": "6ffb4c7b01a06e076a7e48242f332882", "score": "0.6457286", "text": "public void waitForCheckpoint() throws InterruptedException;", "title": "" }, { "docid": "d3485eef44b9a1683b87c779e914d8dd", "score": "0.6393873", "text": "public void endCheckpoint() throws Exception;", ...
d9f13c8478b206376016eb15ea0bbe18
from 3.0.11 to 3.0.12
[ { "docid": "37f39b56b37ba243e2efea124dee60e3", "score": "0.53935015", "text": "private void migrate39(File dataDir, Stack<Integer> versions) {\n\t}", "title": "" } ]
[ { "docid": "9b13367e991961b10b474b1d4ada2d10", "score": "0.61797464", "text": "private final void checkVersion ( )\n {\n }", "title": "" }, { "docid": "67a857e0d4aadd0d4d24e42e533a058f", "score": "0.60073537", "text": "private int getLocalVersion() {\n ...
bc481e12b8d1f0f48a4dae8682e5b92c
Returns the third word ID of this trigram
[ { "docid": "980a39c0f2a99e9bd19fc68df58f0381", "score": "0.55563784", "text": "public int getWordID() {\n return wordID;\n }", "title": "" } ]
[ { "docid": "4ae6c059eded574e61231d3930bf0fc6", "score": "0.6151145", "text": "public String getThirdId() {\n return thirdId;\n }", "title": "" }, { "docid": "f6dbdc158dbc9b8461a07108a2c6dee6", "score": "0.61311924", "text": "public abstract int getTrieID(char[] word, int of...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9f8b8525a65d2b04cc3bfd5e9755c633", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\tJOptionPane.showMessageDialog(null, \"Suppression !!!\",\r\n\t\t\t\t\t\t\"Succes de l'operation\",\r\n\t\t\t\t\t\tJOptionPane.INFORMATION_MESSAGE);\r\n\t\t\...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
57b2b84d8aa7b84c8035fa4454645e95
Tests a single Subquery in compare predicate criteria
[ { "docid": "f8b94d32c31322e5a72f9f8883e7b444", "score": "0.7312925", "text": "@Test public void testSubqueryComparePredicate2() {\n String sql = \"SELECT e1 FROM pm1.g1 WHERE e2 = SOME (SELECT e2 FROM pm2.g1)\"; //$NON-NLS-1$\n\n // Create expected results\n List[] expected = new Li...
[ { "docid": "f956ae18ee43e97e9e7aab78edf1c759", "score": "0.7792802", "text": "@Test public void testSubqueryComparePredicate() {\n String sql = \"SELECT e1 FROM pm1.g1 WHERE e2 = ANY (SELECT e2 FROM pm2.g1)\"; //$NON-NLS-1$\n\n // Create expected results\n List[] expected = new List...
303ad66c208edd4a48950db9c6f5fdda
Returns the value of the 'Trace Class Name' attribute. If the meaning of the 'Trace Class Name' attribute isn't clear, there really should be more of a description here...
[ { "docid": "eb4a3d74d2c07980a8d9868213e450b7", "score": "0.83130634", "text": "String getTraceClassName();", "title": "" } ]
[ { "docid": "df2e039d37c460c41eba0906f9973241", "score": "0.7110354", "text": "public String getClassString() {\n return getClass().getSimpleName();\n }", "title": "" }, { "docid": "f28c9c3385e9aeb4fcecd81eaa965f64", "score": "0.6932832", "text": "public final String getClas...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1ea48e53db5003b59fad9553e3846ec4", "score": "0.0", "text": "@Override\n protected void prepareForUseImpl(TaskMonitor monitor,\n ObjectRepository repository) {\n }", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
7e6aa58fc807eb55dadc44f682573d06
add or update an entry
[ { "docid": "aeba46ee3d8f917b3d354e79331a7189", "score": "0.0", "text": "public List<Patient> getListSortedbyName();", "title": "" } ]
[ { "docid": "e4d24b28c837efcd8bf1984d265b41a6", "score": "0.7506449", "text": "Entry addEntry(Entry entry) throws DaoException;", "title": "" }, { "docid": "fb7551a0d6205ae6a50fda6a1d2edfb7", "score": "0.7361392", "text": "public void updateEntry(){\n }", "title": "" }, { ...
5da5a75e8e5e10c1ffc9e4a8219f91a1
/ evaluate Evaluate the projection
[ { "docid": "f4b0b23b3c1872ee3df769ab8fc702f9", "score": "0.0", "text": "public Array evaluate(Array a, int svm_type, int kernel_type, double c, double gamma, int degree) {\n if (svmm == null) {\n model(svm_type, kernel_type, c, gamma, degree);\n }\n\n Matrix t = a.x.copy(...
[ { "docid": "8eac48ef4edcea552495299a4aea32d7", "score": "0.603816", "text": "public abstract Object evaluate( double l, double r ) throws Exception;", "title": "" }, { "docid": "dc2a30d2b7ed3e49554147508944ae7f", "score": "0.60353863", "text": "public abstract double evaluate();", ...
0bb1c7dafda9e30afd1a08227ddecc66
repeated .proto_def.BanBanListResp.VoiceCharacter banbans = 1;
[ { "docid": "e798dae40d361485286435bd2e953306", "score": "0.6766569", "text": "public proto_def.UserMessage.BanBanListResp.VoiceCharacter.Builder addBanbansBuilder() {\n return getBanbansFieldBuilder().addBuilder(\n proto_def.UserMessage.BanBanListResp.VoiceCharacter.getDefaultInstance(...
[ { "docid": "ba3ad0096de7015db99e07a69c052b7c", "score": "0.81069475", "text": "proto_def.UserMessage.BanBanListResp.VoiceCharacter getBanbans(int index);", "title": "" }, { "docid": "5a2a6eef66e62e2faff408ee96f01ef3", "score": "0.78608286", "text": "java.util.List<proto_def.UserMessa...
83efe89ec7b245cd13c063937a71cb49
Transform an InputStream into a String
[ { "docid": "a63d5dd395f94cc73f2864df64f0dacb", "score": "0.0", "text": "private static String convertStreamToString(final InputStream is, final boolean isGzipEnabled, final int method, final int contentLength)\n throws IOException {\n InputStream cleanedIs = is;\n if (isGzipEnab...
[ { "docid": "3bd0afe47c467d4d3b6701fd7c6676b6", "score": "0.81329495", "text": "private String convertStreamToString(InputStream is) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(is));\n StringBuilder sb = new StringBuilder();\n\n String line = null;\n t...
493e1c0371de49ebb915f7799e0dd6c6
Array of disks associated with this instance. Persistent disks must be created before you can assign them. repeated .google.cloud.compute.v1.AttachedDisk disks = 95594102;
[ { "docid": "8a5c244a44f4f0d00c6234bc479acd38", "score": "0.67654294", "text": "public com.google.cloud.compute.v1.AttachedDisk getDisks(int index) {\n if (disksBuilder_ == null) {\n return disks_.get(index);\n } else {\n return disksBuilder_.getMessage(index);\n }\n }", ...
[ { "docid": "03f9b1eb306631f1ba999e983f603ba9", "score": "0.80157214", "text": "@java.lang.Override\n public java.util.List<com.google.cloud.compute.v1.AttachedDisk> getDisksList() {\n return disks_;\n }", "title": "" }, { "docid": "79b1d730e27e036bc2945f278d7fce56", "score": "0.7905...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a2d88bce5ee1717b3624270e491cd6a6", "score": "0.0", "text": "public void onStatusChanged(String arg0, int arg1, Bundle arg2) {\n }", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
36cc5c22e77c57d2e12bd2ebc18884f1
/ / / / /
[ { "docid": "854f6586f5933b2daf7d3f710a1ce81b", "score": "0.0", "text": "public final synchronized void lineTo(double paramDouble1, double paramDouble2)\n/* */ {\n/* 352 */ needRoom(true, 2);\n/* 353 */ this.pointTypes[(this.numTypes++)] = 1;\n/* 354 */ this.floatCoords[(thi...
[ { "docid": "ed09b76919f53c65643ece0f61410ec7", "score": "0.5583485", "text": "public String toString(){\n return \"/\";\n }", "title": "" }, { "docid": "447d4d4bcbddbf9a2e265683f0e09b34", "score": "0.5566", "text": "@Override\r\n\tpublic void divide() {\n\t\t\r\n\t}", "title"...
73e144723624e7a24869af9e47b74cf8
Gets Array List of Cone Objects.
[ { "docid": "eb074348e6e095bca46957b9c827203f", "score": "0.84268975", "text": "public Cone[] getList()\n {\n return coneObject;\n }", "title": "" } ]
[ { "docid": "764aad7995c95698f6dcab9e5ef03a7e", "score": "0.73318744", "text": "public ArrayList<Cone> getList()\r\n {\r\n return myCones;\r\n }", "title": "" }, { "docid": "1c702f805c2ccdafe72216fb7e352b73", "score": "0.67206883", "text": "public List<T> getObjects() {\n\t\t...
1901f0433b53d87881c32d3821a38d52
Tags from toolkits category repeated string toolkits = 20 [(.clarifai.api.utils.cl_show_if_empty) = true];
[ { "docid": "37d7726ed0a6a27d94a82e686c00588d", "score": "0.60680115", "text": "public int getToolkitsCount() {\n return toolkits_.size();\n }", "title": "" } ]
[ { "docid": "960c42b09da5ddb118dd3f80f6ce732f", "score": "0.6253553", "text": "public Builder clearToolkits() {\n toolkits_ = com.google.protobuf.LazyStringArrayList.EMPTY;\n bitField0_ = (bitField0_ & ~0x00000001);\n onChanged();\n return this;\n }", "title": "" }, { "...
c440c4ac33a866397ff3e3aa392b455e
Return the JMenuItem5 property value.
[ { "docid": "34bc85c876b4375719109dc094bc3b77", "score": "0.0", "text": "private javax.swing.JMenuItem getMniObjectCatalog() {\n\tif (ivjMniObjectCatalog == null) {\n\t\ttry {\n\t\t\tivjMniObjectCatalog = new javax.swing.JMenuItem();\n\t\t\tivjMniObjectCatalog.setName(\"MniObjectCatalog\");\n\t\t\tivjMni...
[ { "docid": "c592bdbb7ee56e6a57b346cd4e987fef", "score": "0.5935224", "text": "public String getComponent5() {\n return getComponent(5);\n }", "title": "" }, { "docid": "490625c7e1d03fd5669ea153aa31fe31", "score": "0.5696601", "text": "public String getVALUE5() {\n re...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "670f407a51073571748801a092ebb32f", "score": "0.0", "text": "@Override\n\tpublic void removeEntity(T entity) {\n\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
3fd6c1e1fa4293a18185ce4499b1d170
Number of assigned requests in the current schedule
[ { "docid": "4ff70b42c9943ac57fdb21be62e62752", "score": "0.6214681", "text": "public int getNrAssigned() {\n int assigned = 0;\n for (int i=0;i<iAssignment.length;i++)\n if (iAssignment[i]!=null) assigned++; \n return assigned;\n }",...
[ { "docid": "2887d2fddee1cf684e203f56f2d020f9", "score": "0.7344279", "text": "int getRequestsCount();", "title": "" }, { "docid": "2887d2fddee1cf684e203f56f2d020f9", "score": "0.7344279", "text": "int getRequestsCount();", "title": "" }, { "docid": "c12b100afb464c77be009b...
d1bec9fccad03efc3465b3dd2c4befda
repeated .INP1003U01layDeleteInfo layDelete = 1;
[ { "docid": "2282c8a0a3d1b9b4671308d422c087ab", "score": "0.5857464", "text": "public nta.med.service.ihis.proto.InpsModelProto.INP1003U01layDeleteInfoOrBuilder getLayDeleteOrBuilder(\n int index) {\n if (layDeleteBuilder_ == null) {\n return layDelete_.get(index); } else {\n ...
[ { "docid": "4dff89581d11173d8f442eeceada51ab", "score": "0.6410987", "text": "nta.med.service.ihis.proto.InpsModelProto.INP1003U01layDeleteInfo getLayDelete(int index);", "title": "" }, { "docid": "61e0fec2fb9add72433aeb1bea7b439f", "score": "0.5969651", "text": "public nta.med.servi...
c8e9cb6ceedc585b5dbff6fbcbe4fa64
Check correctness of each student's input/answer
[ { "docid": "fafbf8833a0db14304d357701f1cae07", "score": "0.0", "text": "public void right_wrong_ans(String tfoption){\n if(tfoption==\"Right\"){\r\n System.out.println(\"The student was correct!\");\r\n isRight++; //for stat\r\n }\r\n else{\r\n Syste...
[ { "docid": "c3d1828a74e74d72536c36542b46946e", "score": "0.670042", "text": "private boolean isCorrect(Student stu) {\n\t\t\n\t\tint numOfCorrectAnswer = 0;\n\t\tString[] correctAnswerChoices = findCorrectAnswerChoices();\n\t\tfor (int i = 0; i < studentAnswers.length; i++) {\n\t\t\tfor (int j = 0; j <...
eba7966199a771a7b3c6748a3263ec8c
Executes the real object if it's a task. If it's not a task (e.g. a data type) then this method does nothing.
[ { "docid": "b2321a155e1634ae9a39ef28178cbbf1", "score": "0.6777495", "text": "public void execute() {\n if (realThing == null) {\n // plain impossible to get here, maybeConfigure should\n // have thrown an exception.\n throw new BuildException(\"Could not crea...
[ { "docid": "9e8f0748e67cd06b5f7e05d9d14ef124", "score": "0.6782556", "text": "private Object execute(Task task) throws RemoteException,NotAMemberException{\n Object obj = comp.executeTask(task);\n if(obj == null){\n throw new NotAMemberException(\"Fehler: Sie sind kein Mitglied ...
15723234c09bf53beebff38037781310
$ANTLR end "rule__XClosure__Group_1_0__0" $ANTLR start "rule__XClosure__Group_1_0__0__Impl" ../org.xtext.tortoiseshell.ui/srcgen/org/xtext/tortoiseshell/ui/contentassist/antlr/internal/InternalTortoiseShell.g:7040:1: rule__XClosure__Group_1_0__0__Impl : ( ( rule__XClosure__Group_1_0_0__0 )? ) ;
[ { "docid": "c7310272abe8843fc5bb7b70acd80ea0", "score": "0.82918185", "text": "public final void rule__XClosure__Group_1_0__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.tortoiseshell.ui/src-gen/org/xtext...
[ { "docid": "21029c607fef25819b5f58248d379dfa", "score": "0.8282922", "text": "public final void rule__XClosure__Group_1_0_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.tortoiseshell.ui/src-gen/org/xtex...
17a225297e99a6c64c5140cb9c8dfef8
required .Author author = 3;
[ { "docid": "c4bf0e95557b9d3430a8824c4d20a865", "score": "0.55971205", "text": "boolean hasAuthor();", "title": "" } ]
[ { "docid": "b5de178501b3f2ffd75eabd6fdd90155", "score": "0.70150936", "text": "public void setAuthor(String author) {}", "title": "" }, { "docid": "be51dc80eb261007e98ad23c1faea40a", "score": "0.6875191", "text": "Author(String fname,String lname){\n this.fname = fname;\n this.lnam...
08c1ea1848e5640c21b42ee59686aa38
Return the correct world increment value for slowly panning the viewport.
[ { "docid": "4c2d722f3885d0514e9b6045e7c17360", "score": "0.5008675", "text": "public double getWxInc() { return extents.getWidth() /getMyWidth(); }", "title": "" } ]
[ { "docid": "d3ebe21198e75fddcc5c6a018f3f99a6", "score": "0.5768483", "text": "protected long travel() {\n\n return Math.round(((1 / Factory.VERTEX_PER_METER_RATIO) / (this.speed / 3.6)) * 1000);\n }", "title": "" }, { "docid": "0b84815c13f724332f5c125d99bebf90", "score": "0.571...
8052dd4c395e4dba4ce5e3112d6d9b64
Go to General User Login Screen
[ { "docid": "d23596d033948e3588971c7cf29f73b6", "score": "0.0", "text": "@Override\n public void onClick(View view) {\n Intent mainIntent2= new Intent(loginType.this, Login.class);\n loginType.this.startActivity(mainIntent2);\n loginType.this.finish...
[ { "docid": "258743a7f950eb2d58f7945387c3b927", "score": "0.76725733", "text": "@Override\n\tpublic void goToLogin() {\n\t\t\n\t}", "title": "" }, { "docid": "3bd0dbb52f9cc0273582300db89a8fdd", "score": "0.7670937", "text": "public static void goToUserFromLogin() {\n\t\tloginStage.hid...
b7173972c6110515f9cafb53aafb2d02
Get the sorted unique names of all classes, interfaces and annotations found during the scan.
[ { "docid": "4cfaa0567489d7ad40d938900eb00952", "score": "0.60141474", "text": "public List<String> getNamesOfAllClasses() {\n return namesOfAllClasses.get(\"\");\n }", "title": "" } ]
[ { "docid": "1f5d6230ed5abcbfca618bf329666f5a", "score": "0.62130105", "text": "private static String[] getClassNames() {\r\n\t\tString[] a = { \"\" };\r\n\t\tArrayList<String> classNames = new ArrayList<String>();\r\n\t\ttry {\r\n\t\t\tList<Class> classList = UtilIntrospection.getClasses(PACKAGE_NAME);\...
3c6ba5be3f5cebe8ceb57db0dbc0d0da
func in this instance is hasFood
[ { "docid": "43ef708692c6c37c1315324a36244679", "score": "0.0", "text": "public DirectionalAutomaton(Color c, String name, int i, boolean func){\n\t\tsuper(c,name,i);\n\t\tmyFunc = func;\n\t\tinitialize();\n\t}", "title": "" } ]
[ { "docid": "dd8e4fdffa1df707270411eab565f378", "score": "0.7363436", "text": "@Override\r\n public Boolean isHerbivoreFood() {\r\n return true;\r\n }", "title": "" }, { "docid": "b9a9b7fc2cadc7533c3b4892f84ca007", "score": "0.68870294", "text": "@Override\r\n public B...
f2ff3aca2d298a18096f9323f48d7a7c
Detaches listeners. Calls fireEditingStopped and returns true.
[ { "docid": "f8615b1ef70b055588ddbc6a39f8e485", "score": "0.4953289", "text": "public boolean stopCellEditing() {\r\n\t\t\tif (prop != null)\r\n\t\t\t\tdetachEditor();\r\n\t\t\treturn super.stopCellEditing();\r\n\t\t}", "title": "" } ]
[ { "docid": "277c8a3f9af1093ab7fd0003a08007db", "score": "0.6186986", "text": "protected void removeListeners() {\n\t\tDomainListenersRegistry.getInstance().removeListeners(\n\t\t\t\tgetEditingDomain());\n\t}", "title": "" }, { "docid": "e834d723a2c238e62e87052a400e0ada", "score": "0.6105...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2f322b917863d5f6403ad2be1b74b7bd", "score": "0.0", "text": "public Integer deletePublishLevel(PublishLevel persistentInstance)\n throws DataAccessException {\n int deletedCount = entityManager.createQuery(\n \"delete from PublishLevel where publishLevelId=\"\...
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
7221c37e59864053211fea58f99d8395
Functiion to update the category name
[ { "docid": "b9decfc2c126a5788b67cfdabebeeacc", "score": "0.69712377", "text": "public boolean updateCategoryName(String oldCategoryName, String newCategoryName) {\n SQLiteDatabase db = mDBHelper.getWritableDatabase();\n ContentValues contentValues = new ContentValues();\n contentVal...
[ { "docid": "29da374ffdd12ea0396f53b1a57c9632", "score": "0.7634116", "text": "@Override\r\n\tpublic void updateCategory(Category cat) {\n\t\t\r\n\t}", "title": "" }, { "docid": "aae5499d6622faaeca5a7754de74e111", "score": "0.7222676", "text": "void update(Category category);", "t...
4055795cc18e4a5a97607447edded377
Returns a sum of all the elements in a given list
[ { "docid": "e1dc51c093083882c6c26ab52f4e633f", "score": "0.8192608", "text": "private int sumList(List<Integer> list) {\r\n int sum = 0;\r\n for (int i : list) {\r\n sum += i;\r\n }\r\n return sum;\r\n }", "title": "" } ]
[ { "docid": "5b29406f93b0ec417c236ee0cf083178", "score": "0.8076297", "text": "public static double sum(List<Number> list) {\n double total = 0;//initialize total\n //calculate sum\n for (Number element : list) {\n total += element.doubleValue();\n }\n return...
5f4f3cf140fbd0ea27d1fe40caf79739
create User object from the linkedin profile
[ { "docid": "a8585295594f2c4a40d08206ca41eb4c", "score": "0.0", "text": "@Override\n public void onApiSuccess(ApiResponse apiResponse) {\n try {\n userEmail = apiResponse.getResponseDataAsJson().getString(\"emailAddress\").toString();\n user...
[ { "docid": "fd703cf5bddf236da4f81dd3f732f54c", "score": "0.63750535", "text": "Long createUserProfile(UserProfile userProfile);", "title": "" }, { "docid": "9c41f07dbbe7fa77ee13295597bab097", "score": "0.6195129", "text": "public User(String usernameIn, String passwordIn, String emai...
de2b08d3801e5ab14a72766e81a0ea78
Vesting events as a sequence of durations and amounts, starting relative to start_time. repeated .cosmos.vesting.v1beta1.Period vesting_periods = 5 [(.gogoproto.nullable) = false];
[ { "docid": "d97c139a2049d7c1683cbea02755427e", "score": "0.616682", "text": "public Builder setVestingPeriods(\n int index, cosmos.vesting.v1beta1.Vesting.Period value) {\n if (vestingPeriodsBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException()...
[ { "docid": "c1370f24e20056644151a50be2bbad49", "score": "0.6931563", "text": "cosmos.vesting.v1beta1.Vesting.Period getVestingPeriods(int index);", "title": "" }, { "docid": "2e8a47f32ae4b05fdd1e406a039b929c", "score": "0.6839662", "text": "cosmos.vesting.v1beta1.Vesting.PeriodOrBuil...
077f03a4b1d390c3d686c9d83fe30c22
Make reference to item view elements
[ { "docid": "4d7cae09902562710efd36124917ffaa", "score": "0.0", "text": "public MyViewHolder(View v) {\n super(v);\n textName = v.findViewById(R.id.txtName);\n textCity = v.findViewById(R.id.txtCity);\n textDate = v.findViewById(R.id.txtDate);\n }", ...
[ { "docid": "81a3c70ab143c411bdb5b4881caadee8", "score": "0.6685849", "text": "private void bindViews() {\n View view = LayoutInflater.from(getContext()).inflate(R.layout.view_templateitem, this);\n\n img_simple = (ImageView) view.findViewById(R.id.img_simple);\n tv_type = (TextView)...
5c7fe3377f1573fb80fef1f61099d595
Returns the item of the current node being called.
[ { "docid": "ceb3670e04c8f0d5d4923155fc947c06", "score": "0.6614361", "text": "public E getItem()\r\n {\r\n return item;\r\n }", "title": "" } ]
[ { "docid": "e09d85bdf0384ad7d84b793bf77bb324", "score": "0.7227747", "text": "public Item getCurrentTargetItem();", "title": "" }, { "docid": "c80bbfe92dbe6e4b5cd19928adc9d499", "score": "0.70116127", "text": "public TreeNode getCurrentItem() {\n if ((drawItems == null) || (ge...
4ac7051193bb2a3f87d0c660bf995f44
optional .TensorMap data = 2;
[ { "docid": "ba37b46f25213823b6f9cf59fd32ccbe", "score": "0.0", "text": "public boolean hasData() {\n return data_ != null;\n }", "title": "" } ]
[ { "docid": "3f8a1c6730dae0d0a3864bbec7c9993d", "score": "0.77411896", "text": "FlBaseProto.TensorMap getData();", "title": "" }, { "docid": "3f8a1c6730dae0d0a3864bbec7c9993d", "score": "0.77411896", "text": "FlBaseProto.TensorMap getData();", "title": "" }, { "docid": "3f...
175184f2967b617d29e4eda81e17935a
This method adds one point to the player, that is, it is used if the player wins.
[ { "docid": "cad6f7abe62e076d13e8202c766a7b45", "score": "0.7025358", "text": "public void win(){\n this.points=this.points+1.;\n }", "title": "" } ]
[ { "docid": "1ee8045ce17d8060317c48a7c01d9efb", "score": "0.79703426", "text": "private void addPointToPlayer(Player player) {\n if (player == null)\n return;\n\n player.addPoint();\n updateScoreboard();\n\n if (isGameOver()) {\n setPointButtonsEnabled(fa...
fb8213651566dde4d8814f9b523b8ce4
This method does a move on the gameboard and changes the board accordingly. The method assumes a move is correct.
[ { "docid": "e89d5592830cf55e25ea4acbf7c3904f", "score": "0.0", "text": "@Override\n public void doMove(int pos, int player) {\n getBoard().setBoardPos(pos, player);\n for(int dir=0; dir < 8; dir++){\n if(checkDir(dir, pos, player)){\n flipDir(pos, dir, player);...
[ { "docid": "059899a2db3724f234437dc71ed2526f", "score": "0.7751089", "text": "private void doTurn() {\r\n if (checkMove()) {\r\n chess_board.move(from_y, from_x, to_y, to_x);\r\n removeAll();\r\n repaint();\r\n turn_tracker.setColor();\r\n tu...
ebb0c9f9963dd1263b78753933164e00
Generates the export file
[ { "docid": "39ce40aa780801e173dce8755c424c1a", "score": "0.0", "text": "public int migrate() {\n\n int exported = 0;\n\n try {\n\n List<File> metaDataFiles = getMetaDataFiles();\n StringBuilder sb = new StringBuilder();\n \n for (File metaDataFile: metaDataFiles) {\n\n ...
[ { "docid": "22ceb70d0c59e075d5c84096561d65ff", "score": "0.6692744", "text": "@Override\r\n\tpublic void exportar() {\n\r\n\t}", "title": "" }, { "docid": "99bc89c614df1622ef3a43f6fa0b1587", "score": "0.6647404", "text": "public static void export() {\n\t\n}", "title": "" }, ...
79ef92482f3a0b0ff637370c34072d5f
required string senderAdressBase64 = 1;
[ { "docid": "2fcc7c55b4f379188abcd1e5ec837a39", "score": "0.63772947", "text": "public com.google.protobuf.ByteString\n getSenderAdressBase64Bytes() {\n java.lang.Object ref = senderAdressBase64_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = \n ...
[ { "docid": "9b8734cd4207aa235afd2d683abca565", "score": "0.823924", "text": "java.lang.String getSenderAdressBase64();", "title": "" }, { "docid": "cd803bfebc1710e1fc12b45f6e72585c", "score": "0.7912574", "text": "java.lang.String getReceiverAdressBase64();", "title": "" }, {...
ac49c9c6633fbae7481603652d4d37dc
make system generated view and remove it from root
[ { "docid": "03d0b96373a54fcf635b3db59885ed15", "score": "0.52754784", "text": "@Override\n public void setAnchorView(View view) {\n super.setAnchorView(view);\n\n View controllerRoot = getChildAt(0);\n removeView(controllerRoot);\n\n // generate new root\n makeRootL...
[ { "docid": "c974f668ebce2d51a2df896bc6bd9073", "score": "0.6428499", "text": "public void DespegarView() {\n\t\r\n\t}", "title": "" }, { "docid": "c95a31f4ddf7220d5e05fd7949c13c0b", "score": "0.62750334", "text": "public void remViewImport(){\n rem(MvwDMSAG.__viewImport);\n ...
ce985e819583614d171a173201c27174
The entity reportCards is defined as null before being initialized.
[ { "docid": "966b703e146d35f3f9ac283c86cf2ff1", "score": "0.48539138", "text": "protected abstract void _reportCards(Wrap<List<ReportCard>> c);", "title": "" } ]
[ { "docid": "8880f4426243279828bb0ee419c23441", "score": "0.6310113", "text": "public void setDefendingCards() {\r\n\t\tdefendingcards.clear();\r\n\t\tdefendingcards.addAll(field.getCards());\r\n\t}", "title": "" }, { "docid": "be305587cb76d795d950fd415646c9e1", "score": "0.5908682", ...
1db556850692edceb2df93ae430c90fc
Initialize with data from file.
[ { "docid": "24f40f163d769fca978e3c59c296b077", "score": "0.6516837", "text": "@Override\n\tpublic void initialize(String strFileName) throws IOException {\n\t\tFileReader fIn = new FileReader(strFileName);\n\t\tBufferedReader bufIn = new BufferedReader(fIn);\n\n\t\tm_mapData.clear();\n\n\t\tString strLn...
[ { "docid": "aa525084fd9c2a2407eaec8c2b2f904f", "score": "0.79408467", "text": "protected void initDataFromFile() {\n }", "title": "" }, { "docid": "67813bb443987878fb2e8af7fc17205c", "score": "0.73072946", "text": "private void init(File file) throws FileNotFoundException {\r\n ...
cf48258c6d6ac35b95608fb3ac2c0f0e
Returns the number of the enemies that have been defeated by the player at the moment.
[ { "docid": "7c1fc16300f31fd22350a9f952fab6de", "score": "0.8278176", "text": "public int getNumEnemiesDefeated(){\n\t\treturn this.numEnemiesDefeated;\n\t}", "title": "" } ]
[ { "docid": "15c40d66a5cabe5ca066c83ef958ee87", "score": "0.7691232", "text": "int getEnemiesCount();", "title": "" }, { "docid": "4501be19a9ca085c96ad6e005eff8b97", "score": "0.7608183", "text": "public int getNumEnemies() {\n\t\tint numEnemies = this.getOthers() - this.getNumTeammat...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "33c82161cecc5d66f996c95269d96f27", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
3d59c6cccd6edff8216bfb15e671d92b
create an invoice and make sure we receive the correct price value back (EUR)
[ { "docid": "cf03ab9c7e78c44a8666f89f424cbfdb", "score": "0.7807761", "text": "@Test\n public void testShouldCreateInvoice100Eur() {\n Invoice invoice = new Invoice(100.0, Currency.EUR);\n Invoice basicInvoice = null;\n try {\n invoice = this._bitpay.createInvoice(invoi...
[ { "docid": "c607d81965bf467bc5cf4bd301baf01f", "score": "0.74729437", "text": "@Test\n public void testShouldCreateInvoice100Usd() {\n Invoice invoice = new Invoice(100.0, Currency.USD);\n Invoice basicInvoice = null;\n try {\n invoice = this._bitpay.createInvoice(invo...
3c87c4aaec6e06e9036af153159d86ea
Before running code in separate thread
[ { "docid": "94862cb8c68064423b17a21d5d783445", "score": "0.0", "text": "@Override protected void onPreExecute() {\n\t\t\t// Create a new progress dialog.\n\t\t\t// progressDialog = new ProgressDialog(context);\n\t\t\t// progressDialog.setMessage(\"Henter rute...\");\n\t\t\t// progressDialog.setCancelabl...
[ { "docid": "e311d5d3d8eacd1756745cead98702d6", "score": "0.67896867", "text": "private void doRun() {\n run();\n }", "title": "" }, { "docid": "158c18a8d87acf89ec1f5510cf486467", "score": "0.67117155", "text": "@Override\n\tpublic void preInvoke() {\n\t\t\n\t}", ...
7215723cf907ad23239db9d8f7f4823e
Called when a drawer's position changes.
[ { "docid": "d867cad9022f695a6cdc5a83cebbaab6", "score": "0.6331809", "text": "@Override\n public void onDrawerSlide(@NonNull View drawerView, float slideOffset) {\n setProgress(slideOffset);\n\n }", "title": "" } ]
[ { "docid": "4b93dbe4313e2403c33fd398407b7414", "score": "0.7049697", "text": "@Override\n public void onDrawerStateChanged(int i) {\n }", "title": "" }, { "docid": "dbf21272de6acd4e19964bfaca5ecf1f", "score": "0.6995321", "text": "@Override\n\t\t\t\t\t\t\t\t\t\tpublic void onDr...
e2d9daad6a1d8384fc260893143777ca
required string c2s_toPlayerId = 1;
[ { "docid": "aa448b7702ab6299e8967982d5a1e105", "score": "0.0", "text": "public boolean hasC2SToPlayerId() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "911b18c54d2d960178f8a2df1a4d2ac7", "score": "0.80659556", "text": "java.lang.String getC2SToPlayerId();", "title": "" }, { "docid": "982896cabc2429a0b7d6d80e03ee3a2e", "score": "0.73346364", "text": "public java.lang.String getC2SToPlayerId() {\n java.lang.Object ref...
f988dcd5807b778216679be653dd6749
Write your code here to invoke NO event
[ { "docid": "50594bde8c009555019287553046666c", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int which) {\n\t\t\t Toast.makeText(getApplicationContext(), \"Searching movies in Dharwar\", Toast.LENGTH_SHORT).show();\n\t\t\t Bundle bd=new Bundle();\n\t\t\t ...
[ { "docid": "7c90d6bcdb844bb747cd216b88e65936", "score": "0.74895674", "text": "protected Event no() {\n\t\treturn getEventFactorySupport().no(this);\n\t}", "title": "" }, { "docid": "f46408a8bae90f758acf6901d4354b76", "score": "0.703834", "text": "public void noPressed(ActionEvent ac...
9c70de2ee7795de8d3d4ab92937e64a0
Addition will be successful if the given index is inside the bound of the array. If successful return 0 to the user.
[ { "docid": "1749dba3c9112c47070cae5e637e5f29", "score": "0.5758063", "text": "public int add(int index, int d) {\n\n int temp = this.array[index];\n\n //Declaring a temporary array which can hold the new element.\n int [] tempArray = new int[this.size + 1];\n\n //Copying elem...
[ { "docid": "7dd20c922857f4b6ff48c34770133055", "score": "0.6479013", "text": "public int add() {\n if (this.CurrentI + 1 > 3) {\r\n CurrentI = 0;\r\n //if it is going out of bound it'll assign the index to 0\r\n return 0;\r\n } else return ++CurrentI;\r\n ...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "fdae97bbc29ad358813070679dda235d", "score": "0.0", "text": "public C4493b m17053d() {\n return this.f14096f;\n }", "title": "" } ]
[ { "docid": "9f469cde9b8a8717840b90103ccb3930", "score": "0.7022046", "text": "@Override\n\tpublic void d() {\n\t\t\n\t}", "title": "" }, { "docid": "9f469cde9b8a8717840b90103ccb3930", "score": "0.7022046", "text": "@Override\n\tpublic void d() {\n\t\t\n\t}", "title": "" }, { ...
0c5b21db0d085f6252982cfd3b9e7a79
Determines and sets the new direction of the player.
[ { "docid": "4483d2ed2ca11e8936ebb5cb05c27ec3", "score": "0.57566625", "text": "private boolean determineNewDirection() {\r\n\t\tfinal int posX = model.getPosX(); // Shortcut to the posX of the player \r\n\t\tfinal int posY = model.getPosY(); // Shortcut to the posY of the player\r\n\r\n\t\t// There ...
[ { "docid": "1624daaa4175eeab88446294c86242ca", "score": "0.7280802", "text": "public void updateDirection() {\n //The angle of direction perpendicular to the camera and parallel to the camera.\n double xAngle = -1, yAngle = -1;\n\n //Get the direction perpendicular to the camera.\n ...
fe994e04b8533c05fbca7bc9a9d8ea2a
This method was generated by MyBatis Generator. This method returns the value of the database column FIS.HMFS_JM_INTEREST.RATE
[ { "docid": "1c257f93a4bceae6d450307d1d81b901", "score": "0.5904357", "text": "public String getRate() {\n return rate;\n }", "title": "" } ]
[ { "docid": "3a417b13a58a98788a3d423d8f61f981", "score": "0.6268785", "text": "public BigDecimal getRate() {\n return this.rate;\n }", "title": "" }, { "docid": "6f472f17250b76e9c18ecb53cc0a4e58", "score": "0.62166893", "text": "public java.math.BigDecimal getRate() {\n\tret...
555f682d8c280ec555d7ae052e0af06b
We can safely assume an element has only one type associated with it
[ { "docid": "c5f3c217cf912ea3f36d25c3b36f3fb4", "score": "0.0", "text": "public void serialize(\n\t\t\t\tfinal javax.xml.namespace.QName parentQName,\n\t\t\t\tfinal org.apache.axiom.om.OMFactory factory,\n\t\t\t\torg.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,\n\t\t\t\tboole...
[ { "docid": "46956aeaf782120a6719b0f0578c159a", "score": "0.62986916", "text": "public Type getElementType();", "title": "" }, { "docid": "7ab76fb9998d1a3206382b361281cf2a", "score": "0.59238285", "text": "private boolean makeTypeElement(Class type,\n\t\t\t\t QName qName,\n\t\t\t\t ...
4b6cb8d7f7244c060934de4c1588c099
Sets value as the attribute value for ArQty.
[ { "docid": "5b45932d80d23dc6395e1d37472bc429", "score": "0.81305474", "text": "public void setArQty(BigDecimal value) {\r\n setAttributeInternal(ARQTY, value);\r\n }", "title": "" } ]
[ { "docid": "958a072684119a5aa00799889e1ba6ab", "score": "0.7522742", "text": "public void setQty(int value) {\n this.qty = value;\n }", "title": "" }, { "docid": "2f829c0d26ebb1b664fef805c3619c06", "score": "0.73440576", "text": "public com.kafang.atgo.memory.avro.record.Or...
af5faca7b92f8ccf26f3153bd42f4173
stat : IDENT actuals
[ { "docid": "e2a9262158a9d6eff028c1184a78ea32", "score": "0.0", "text": "private int yyr12() {\n { yyrv = new Call(((Ident)yysv[yysp-2]), ((Actuals)yysv[yysp-1])); }\n yysv[yysp-=2] = yyrv;\n return 21;\n }", "title": "" } ]
[ { "docid": "793ff6dbbce3c5b903e5d5b7f480722c", "score": "0.719331", "text": "@DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present\r\n @VTID(12)\r\n short stat();", "title": "" }, { "docid": "361b752a94b0f8ea9c5d6a396649b8ce", "score": "0.71252286", "text"...
a87c7ca35d0d18aa6ec47f04b520ebc3
Compare this DoubleArrayBag to another object for equality of value
[ { "docid": "a5d17792ec6a4d6ed070e1b670a23364", "score": "0.77570266", "text": "@Override\r\n public boolean equals(Object other) {\r\n if ( other == null ) return false;\r\n\r\n if ( !(other instanceof DoubleArrayBag) ) return false;\r\n\r\n DoubleArrayBag candidate = (DoubleArrayBag...
[ { "docid": "43e33b8c8ea86f21bbad6d116b76fbb2", "score": "0.6872243", "text": "public boolean equals(Object rhs){return ((DoubleRef)rhs).value == value;}", "title": "" }, { "docid": "0b7d788656c9e8a4e3d634d50ec09619", "score": "0.6469355", "text": "@Override\n public boolean equals(...
109879e0bf2cdd5c1dc35c757553f0a4
Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu);
[ { "docid": "4a39f78aa55688da0f6c50c300267c6d", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.82982165", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
301d15cc1a936d226d86e97e64939581
Sets the name of a user.
[ { "docid": "1ca25a7319885297871d3ab3ea9d647f", "score": "0.0", "text": "public void setName(String theName) { myName = theName; }", "title": "" } ]
[ { "docid": "1a2b2982f3b46670af265958955cfc89", "score": "0.84120995", "text": "public void setName(String name) {\n\t\tthis.userName = name;\n\t}", "title": "" }, { "docid": "4ab6b9ac1d0cf093b94be140dd5af54e", "score": "0.7909165", "text": "public void setUsername(String name ) {\n\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e45e1d4ca43ac150c5fc6ce196c972a0", "score": "0.0", "text": "@Override\n\t\tpublic void mouseEntered(MouseEvent e) {\n\t\t\t\n\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
f01b4df102c9f8dcea5156c3d8be205d
Test of setCatalogPack method, of class CatalogOrders.
[ { "docid": "f65694fef1fd379f9593cf4b9d8fcd76", "score": "0.77333194", "text": "@Test\r\n public void testSetCatalogPack() {\r\n System.out.println(\"setCatalogPack\");\r\n CatalogPackageInterface<CatalogPackage> catalogPack = catalogPackage;\r\n CatalogOrders instance = new Catal...
[ { "docid": "43b9384c831e1b8a28759069b39d4aec", "score": "0.6465691", "text": "@Test\r\n public void testGetCatalogPack() {\r\n System.out.println(\"getCatalogPack\"); \r\n CatalogPackageInterface<CatalogPackage> expResult = catalogPackage;\r\n CatalogPackageInterface<Catalo...
d1cc0684b83f8f33a422cad04e9e2f96
Book b1=new Book(); private constructor 1st way
[ { "docid": "8fe97e1ae365572c1c83cf2819590e4e", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\tBook b2=Book.getinstanceof();\r\n\t\t\t\r\n\t\t\tBook b3=Book.getinstanceof();\r\n\t\t\tSystem.out.println(b2==b3);\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "ffe4b80b5ae3471d3888b8a71bdb17ce", "score": "0.788995", "text": "public Book() {}", "title": "" }, { "docid": "e9b86df12d4f3bf96df7f616ebfc6efe", "score": "0.77024823", "text": "public Book() {\n }", "title": "" }, { "docid": "e23dfbf5140a7c5248edf274a7b655...
ae98a321821c486abbd2a02943a711f7
Returns false/true depending on value set by 'setGrantSupported()' method.
[ { "docid": "f3cd4abea40decc0d298b80727144153", "score": "0.8339753", "text": "public boolean grantSupported() {\n ++grantSupNum;\n return isGrantSupported;\n }", "title": "" } ]
[ { "docid": "2b9cfdb6a45ab86965b377469854b716", "score": "0.8295296", "text": "public void setGrantSupported(boolean val) {\n isGrantSupported = val;\n }", "title": "" }, { "docid": "a6be84d0b368d017553683e3482502be", "score": "0.646453", "text": "public boolean isValid() {\...
47e171a89f0d0241a228af7d2fd0f9d1
Calculate the ID ranges with the optimal number of rows for the given type.
[ { "docid": "22f8eee908791c21f1745006a03b209c", "score": "0.7283642", "text": "public List<IdRange> calculateRangesForType(MigrationType migrationType, long minimumId, long maximumId, long optimalNumberOfRows);", "title": "" } ]
[ { "docid": "6a312b5edf6f76dc9562208c6c44c325", "score": "0.57087505", "text": "public int deleteByRange(TypeData type, long minimumId, long maximumId);", "title": "" }, { "docid": "93ebb396501690cc748d17c82ec62b66", "score": "0.56923914", "text": "public List<LotReportRow> generateRe...
fe3bbf2502d97a729f7af5045295c253
Determine if this BitTorrent download is finished yet.
[ { "docid": "62f32ed52bce6a06b39db1c8ecaf16b8", "score": "0.7920822", "text": "public boolean isCompleted() {\n\n\t\t// Ask the ManagedTorrent object\n\t\treturn _torrent.isComplete();\n\t}", "title": "" } ]
[ { "docid": "153a538902041e574cd8e6dcb60acb18", "score": "0.76527065", "text": "public boolean hasFinished() {\n return finished;\n }", "title": "" }, { "docid": "6558b7f31852f7c84170507afc21adb7", "score": "0.7586402", "text": "protected boolean isFinished() {\n retu...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "15acdb8cf2929bf0a129817321e802e0", "score": "0.0", "text": "@Override\n\tpublic AbstractService<Reserva> myService() {\n\t\treturn resService;\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
5f65eba9e2429fe60f147b050261e6e6
This method will return the all parameters after the path e.g path "/test" uri "/test/api?f=file&t=bar" The return request map is "f=file,t=bar"
[ { "docid": "b5e60bebc3929b4a59534a52f367946b", "score": "0.64295375", "text": "public Map<String, List<String>> getParameters() {\r\n return getURIParameters(httpExchange.getRequestURI());\r\n }", "title": "" } ]
[ { "docid": "3ca48ca4b1f9884817b33470fd51ec9d", "score": "0.7062766", "text": "public Map<String, String> params() {\n Map<String, String> params = new HashMap<String, String>();\n\n String[] routeParts = route.getPath().split(\"/\");\n String[] pathParts = path().split(\"/\");\n\n ...
8e0fcc85620a262b4929b7b1b80a09f4
This constructor takes in no arguments and just sets the hand to a new ArrayList of Cards
[ { "docid": "a2b4edb0ad283cb03b304c9d735b9fbd", "score": "0.6812352", "text": "public PlayerHand() {\r\n\t\thand = new ArrayList<Card>();\r\n\t\t// System.out.println(\"Player Hand Size: \" +\r\n\t\t// Board.getDeck().getCurrentDeck().size());\r\n\t\t// hand.add(Board.getDeck().getCurrentDeck();\r\n\t\t/...
[ { "docid": "59e8d3da7b0e7e5afa6fd67496234b14", "score": "0.81050986", "text": "public Cards(){\n cards = new ArrayList<>();\n }", "title": "" }, { "docid": "fa2edae520c27654ec8a7f0b3914e3b5", "score": "0.80685836", "text": "public Hand(ArrayList<Card> cards){\n setCa...
5e3983b4226121385f672883946161dd
Default constructor, puts together list
[ { "docid": "caea21323b4f1bce47a8c9de1e82d933", "score": "0.0", "text": "public GenericTree()\n {\n //By Default: Construct the List\n this.children = new ArrayList();\n }", "title": "" } ]
[ { "docid": "42be5c7c0b68929f47a850910e1bbd89", "score": "0.72665286", "text": "public List() {\n \n }", "title": "" }, { "docid": "dd9bc77b9a541b75b7ea79c6a2123737", "score": "0.7145019", "text": "public IndirectList() {\n this(10);\n }", "title": "" }, { ...
a19887ccf75b722f68d01eb43085e672
Cleanup the temp folder which tests can use to write data.
[ { "docid": "941f72ead358755384ab2771fef31222", "score": "0.73305786", "text": "@Deprecated\n @After\n public void cleanupTempFolder() throws IOException {\n if (cleanupTempFolder) {\n log.debug(\"Deleting \" + testTempFolder.getAbsolutePath());\n FileUtils.deleteDirectory(testTempFolder);...
[ { "docid": "4a0e90562e575bafb18b378e52c9df73", "score": "0.823425", "text": "@BeforeClass\n public static void cleanupTmpDirs() {\n TestUtils.cleanupTmpDirs();\n }", "title": "" }, { "docid": "a968a4c57c5b18b9c48e1ef70dfe264c", "score": "0.7979255", "text": "@After\n pu...