query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
4eeb728f28b02a7aee44f43fd657fcb1
Subordinate constructor, when this actor is executed as a part of a bigger FSM. When a master is given, all messages sent by this actor have sender=master.
[ { "docid": "91540097f2b9f2aa0cb037619823be5c", "score": "0.5710932", "text": "public BGWProtocolActor(ProtocolParameters protocolParam, ActorRef master) {\n\t\tthis.protocolParameters = protocolParam;\n\t\tthis.master = master != null ? master : self();\n\t\t\n\t\tstartWith(States.INITILIZATION, BGWData...
[ { "docid": "8165574ac9c4ac80ae09bd3c2ccc5267", "score": "0.614924", "text": "public Actor(){\n\t}", "title": "" }, { "docid": "94bcea20dd5671401daf26e9a205a5ab", "score": "0.6013508", "text": "@Override\n protected void init(NodeMainExecutor nodeMainExecutor) {\n imagePubli...
79788ba4319760204884290fe11fb778
Sets up demo environment.
[ { "docid": "2637aa418030f02733594824dec2ad20", "score": "0.61553204", "text": "protected void setUp() throws Exception {\n demoController = new DemoController();\n coordinateArea = new CoordinateArea(demoController);\n zoomPanel = new ZoomPanel(coordinateArea);\n }", "title":...
[ { "docid": "b134d84bacc6824909c241f0ac6b8bf2", "score": "0.67628163", "text": "protected void initializeTestingEnvironment() {\n GUIView jfw = new GUIView();\n MidiView midiView = new MidiView();\n CompositeView compositeView = new CompositeView(jfw, midiView);\n view = compositeView;\n m...
f97f1bfca314736a8a384fd7492244a6
Gets the taxability of GroceryItem.
[ { "docid": "2cd6cef608fd4019dd452d8c0169a6a1", "score": "0.65540487", "text": "public boolean getTaxable() {\n\t\treturn taxable;\n\t}", "title": "" } ]
[ { "docid": "bfefa35c277b83ee3cdf99bb1d76342d", "score": "0.67813855", "text": "public double getTax( ) {\n\t\tdouble tax = 0;\n\t\tif ( taxCalculator instanceof TurboTax ) {\n\t\t\tTurboTax calc = (TurboTax) taxCalculator;\n\t\t\ttax = calc.getTax( items );\n\t\t}\n\t\telse if ( taxCalculator instanceof...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "1fb9f65716ebe85b10c442a0489dc7b2", "score": "0.0", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "bd091204fa37a7e91c29f6887e39b9a4", "score": "0.7442579", "text": "public void handlePost( String httpMethodString,\n HttpServletRequest request,\n HttpServletResponse response ) throws ServletException, IOException {\n\n super.doPost(request, response);\n \n }", "title":...
9c7af7c0aaa25b7d9d09e7758874c899
System.out.println( "Hello World!" );
[ { "docid": "56e9da19bf5da5e3de39c8474b0c145d", "score": "0.0", "text": "public static void main( String[] args )\n {\n \tSpringApplication spr=new SpringApplication(App.class);\n \tspr.run();\n }", "title": "" } ]
[ { "docid": "7e40802c82bc8632ca4b180dfbdfa155", "score": "0.8634763", "text": "public static void main (String[] args) {\nSystem.out.println(\"Hello world !\");\n}", "title": "" }, { "docid": "7fca21ca6b15d9faf5a073d7e876741a", "score": "0.8467834", "text": "static void sayHelloWorld(...
98dd8c9d8b91e6202fdd9210a694fece
This method was generated by MyBatis Generator. This method corresponds to the database table lt_ticket
[ { "docid": "1cf417969f015d010221c103860629b7", "score": "0.47608685", "text": "int insert(Ticket record);", "title": "" } ]
[ { "docid": "a1a36021704482e89069623e922f4035", "score": "0.5658929", "text": "Ticket selectByPrimaryKey(Integer id);", "title": "" }, { "docid": "60d02390fed2e7fc8dc3cf987b29a906", "score": "0.5651524", "text": "List<TicketStatut> getListTicketStatut();", "title": "" }, { ...
914c51fa055e6f9aab24fd599353b317
Returns true or false if a value is in the Array
[ { "docid": "5243cd93d474536783e3de91972ae992", "score": "0.69912064", "text": "public boolean doesArrayContainThisValue(int searchValue) {\n\t\tboolean isValueInArray = false;\n\t\t\n\t\tfor(int i = 0; i < arraySize; i++) {\n\t\t\tif(theArray[i] == searchValue) {\n\t\t\t\tisValueInArray = true;\n\t\t\t\...
[ { "docid": "dd0eb3bf431599f17342c66a6cf324c8", "score": "0.7578555", "text": "private static boolean AContains(int[] array, int value)\n {\n for (int i=0; i<array.length; i++)\n { if (array[i]==value) return true; }\n return false;\n }", "title": "" }, { "docid": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "46073ad62f26612646c7ecdefa1ddc3c", "score": "0.0", "text": "@Override\n \tpublic void addBrick() {\n \t\t\n \t\tmap.addBrick(brick);\n \n \t}", "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...
c0da19e58c3630975ba6005497089d8f
This method was generated by MyBatis Generator. This method sets the value of the database column bbs_reply.topic_id
[ { "docid": "15f427b4f72a0a32bb034b023737d6d0", "score": "0.61073935", "text": "public void setTopicId(Long topicId) {\r\n this.topicId = topicId;\r\n }", "title": "" } ]
[ { "docid": "ec6fab9f33a4b97094db951b3513f855", "score": "0.66646844", "text": "public void setTopicId(int value) {\n this.topicId = value;\n }", "title": "" }, { "docid": "a46d933b66154a5f348712be4bd8743f", "score": "0.62726164", "text": "public void setTopicid(Integer topi...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4cc17ab0e198d85844bae9f04348e0d3", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic int compare(Integer o1, Integer o2) {\n\t\t\t\t\t\treturn o2 - o1;\n\t\t\t\t\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}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5bf2af4f4b249e64b94d626fd2336d3c", "score": "0.0", "text": "@Override\r\n\t\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\t\tif (v == mBtn_back) {\r\n\t\t\t\t\t\t\tPicActivity.this.finish();\r\n\t\t\t\t\t\t}else if( v == mBtn_next )\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tif( mViewPager.getCurren...
[ { "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}", ...
f54c148caed9b0b56b7b13d72ec865f8
Checks whether the circular deque is full or not.
[ { "docid": "202c9fd5a75d7f19246a99fa73574e70", "score": "0.78571343", "text": "public boolean isFull() {\n return size == queue.length;\n }", "title": "" } ]
[ { "docid": "9e16db48bafd4de80f7ddd6bd407ec1c", "score": "0.87094593", "text": "public boolean isFull() {\n return deque.size() >= size;\n }", "title": "" }, { "docid": "6068d2de9c98438bc1f868031ba98633", "score": "0.86177194", "text": "@Override\n\tpublic boolean isFull() {...
e98664d2baf753adb81f8736d8cbe853
Initializes a vector from a float array
[ { "docid": "08685de4f82a0de3384958497d66821f", "score": "0.6076472", "text": "public static Vector4 fromArray(Vector4 vec, float[] arr, int pos)\r\n\t{\r\n\t\tif (arr.length >= (pos + 4))\r\n\t\t{\t\t\r\n\t\t\tvec.X = arr[pos + 0];\r\n\t\t\tvec.Y = arr[pos + 1];\r\n\t\t\tvec.Z = arr[pos + 2];\r\n\t\t\tv...
[ { "docid": "eb8fd8d3a25c2b7719d566ac723a5170", "score": "0.7616231", "text": "public Vector(final float[] v) {\n\t\tthis(v[0], v[1]);\n\t}", "title": "" }, { "docid": "634ed17e37d8aaac09b0c016c7a0ed82", "score": "0.7511532", "text": "public Vector4f(float v[])\n {\n super(v);\...
cca4a5620705391de1159b839c359704
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
[ { "docid": "921fb0aeddf565543598cda82cefe14c", "score": "0.0", "text": "@Override\n protected String getMainComponentName() {\n return \"jessenative\";\n }", "title": "" } ]
[ { "docid": "616169fd31d7487bf2d438d9f614cb33", "score": "0.7161306", "text": "String getComponentName();", "title": "" }, { "docid": "616169fd31d7487bf2d438d9f614cb33", "score": "0.7161306", "text": "String getComponentName();", "title": "" }, { "docid": "3927d5e88742e66f...
af37c1ca548c647645e7cf94c719b8e9
Check whether the value stored in the parameter matches the value from the GUI entry widget, WITHOUT changing either value. Classes implementing this method must be careful to implement it in a way that does not alter the value stored in the parameter, or the value stored in the GUI entry widget, if it exists. If the e...
[ { "docid": "76be11729a891a0d7b3928fb092d9139", "score": "0.6274155", "text": "public boolean hasChanged()\n {\n if ( !hasGUI() ) // GUI can't change if it's\n return false; // not there!\n\n try\n {\n Vector gui_value = getWidgetValue();...
[ { "docid": "ddf3bd72c8b1cb7917b8648ac5d70955", "score": "0.6135332", "text": "private static boolean match(final String requestedValue, final String entryValue) {\n return requestedValue == null || requestedValue.equals(entryValue);\n }", "title": "" }, { "docid": "c8b6edc1a6774c3a...
dca415e5bbac4bdc063533edcc248934
Checks whether the Task contains the following search substring, subject to special rules and behaviours based on capitalization and whitespace.
[ { "docid": "54c55dd5a078c11105e90fb19578a23c", "score": "0.58292276", "text": "public boolean containsSearch(String search) {\n String targetString = description;\n boolean isCaseInsensitive = search.toLowerCase().contains(search);\n if (isCaseInsensitive) {\n targetStrin...
[ { "docid": "10f208ca1ccd12e4860d5bbc5d321c16", "score": "0.65100574", "text": "public ArrayList<Task> search(String substring) {\n ArrayList<Task> have_substring = new ArrayList<>();\n for (Task t : this.getList_of_tasks()) {\n if (t.getName().contains(substring)) {\n ...
2a773e299f5060ea63355399341f1cb4
required string version = 2;
[ { "docid": "26e0f1496d055a5f18dda408ea37e7cf", "score": "0.0", "text": "public boolean hasVersion() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "title": "" } ]
[ { "docid": "600afda0b1941345b8529de80b5370eb", "score": "0.7152119", "text": "public void setVersion(String version);", "title": "" }, { "docid": "5e0347f7c3bb1809c265f39b94c0feef", "score": "0.7007416", "text": "void setVersion(String version);", "title": "" }, { "docid"...
80331fddef66051a07519e2070a665da
Checks if the node or its descendants can reach the goal
[ { "docid": "0ea8c6bb3fcefa8ac15af4e111ce84bd", "score": "0.5454518", "text": "public boolean search(int maxDepth)\n {\n visitedSpaces[location[0]][location[1]] = true; // Set the current tile as visited, as we are now visiting it\n boolean isGoal = false; // Assume the tile ...
[ { "docid": "ee6f17433e198618073f0c4e3b91ff9e", "score": "0.6823614", "text": "public boolean goalReached() {\n\t\treturn contains(_graph.getGoalNode());\n\t}", "title": "" }, { "docid": "fbbfeed149a1639868d4c1895389f0ab", "score": "0.64787716", "text": "public boolean canTraverseOuts...
77cffea1fff5995540da460992b53ad7
Sends a client message to the server with the given ID.
[ { "docid": "2eebb3c636f3bc512be89d65137b602e", "score": "0.55351216", "text": "public NetworkStatus sendToServer(String serverId, ClientMessage cm) {\n\t\ttry {\n\n\t\t\tserversOut.get(serverId).writeInt32NoTag(cm.getSerializedSize());\n\t\t\tcm.writeTo(serversOut.get(serverId));\n\t\t\tserversOut.get(s...
[ { "docid": "c7c122281b60c8aa967d9e1f2c485499", "score": "0.6909139", "text": "public void turn(int id) throws IOException {\n ByteArrayOutputStream baos = new ByteArrayOutputStream();\n DataOutputStream out = new DataOutputStream (baos);\n out.writeByte('T');\n out.writeByte(...
5107edfcc41343107ea31f7922b18d98
Handles the HTTP GET method.
[ { "docid": "c94c06dacd08865842f733627ecd98a1", "score": "0.0", "text": "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "title": "" } ]
[ { "docid": "e9bd982f76fa4b0eeeff6706a5123708", "score": "0.7584874", "text": "public Get() {\n\t\tsuper(\"GET\");\n\t}", "title": "" }, { "docid": "2818b6614a1529c29dd40924211b1c74", "score": "0.7451921", "text": "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletR...
4fa3d4823dbf21f3968c37080fc92fae
Use FrameHDReConnect.newBuilder() to construct.
[ { "docid": "5d5da0ad518bddb72e7a3a37262d4b72", "score": "0.7160721", "text": "private FrameHDReConnect(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" } ]
[ { "docid": "2d1aa7fe33a7eba7ce02f9bed2d23c5d", "score": "0.69155127", "text": "private FrameSYNHDReConnect(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" }, { "docid": "e030155d917...
433b9bbe783d4997905d6953139eaa13
return an array of all output buses
[ { "docid": "f8919003670705c5b275eeb97bda6e33", "score": "0.6991277", "text": "public Bus[] getDataOutputBlock()\n\t\t{\n\t\t\tArrayList<Bus> databus=new ArrayList<Bus>();\n\t\t\tfor (Bus b:module.buses)\n\t\t\t{\n\t\t\t\tif (b.input==number)\n\t\t\t\t{\n\t\t\t\t\tdatabus.add(b);\n\t\t\t\t}\n\t\t\t}\n\t\...
[ { "docid": "d2ba6bf4d1de973f0a9f33c865c8a6ce", "score": "0.67873675", "text": "@Override\n\tpublic Wire[] getOutputWires() {\n\t\treturn output;\n\t}", "title": "" }, { "docid": "905d023825c8d93dd9a37df2708e6fe3", "score": "0.66489005", "text": "List<Output> getOutputs();", "titl...
57898e23ef2c0495c7f9af1523db8c98
Get local file of current image not valid if downloading is in progress.
[ { "docid": "bdc3c5e41d6232ab4bbc771ae4ae2d92", "score": "0.69458735", "text": "protected File getCurrentImageFile() {\r\n File srcFile;\r\n URL srcUrl = parseUrl(items.get(position));\r\n\r\n if (srcUrl.getProtocol().equals(\"file\")) {\r\n srcFile = new File(srcUrl.getFi...
[ { "docid": "8a2d0ac160cc5252ff28b70b8ef4f9b3", "score": "0.63212216", "text": "public Bitmap getLocalImage() {\n File image = new File(Constants.ROOT_DIR_EXTERNAL_STORAGE, title + \".jpg\");\n if (image.exists()) {\n return BitmapFactory.decodeFile(Constants.ROOT_DIR_EXTERNAL_ST...
d23716df09c1cddc56ec4a8264e5707d
Ensure the caller (or self, if not processing an IPC) has MODIFY_PHONE_STATE (and is thus a privileged app) or carrier privileges.
[ { "docid": "0546f7da91a99f8720c191af25179b60", "score": "0.7040088", "text": "public static void enforceCallingOrSelfModifyPermissionOrCarrierPrivilege(\n Context context, int subId, String message) {\n if (context.checkCallingOrSelfPermission(android.Manifest.permission.MODIFY_PHONE_S...
[ { "docid": "ef880a0eefe58803e0fa6141283b6ad5", "score": "0.6772959", "text": "private boolean checkPermission()\n {\n if (ContextCompat.checkSelfPermission(\n this, Manifest.permission.READ_PHONE_STATE) ==\n PackageManager.PERMISSION_GRANTED)\n retu...
131c21aa01efe1780fc52eccb9e7508d
The main method, for testing only.
[ { "docid": "2ef08d290e5ef6e4a826054e819d32bd", "score": "0.0", "text": "public static void main(String args[]) {\r\n\r\n\t\tint numberOfCities = 100;\r\n\r\n\t\tTraditionalGraph world = GenerateSparseGraph(numberOfCities);\r\n\r\n\t\tSystem.out.println(world.toString());\r\n\r\n\t\tfor (int i = 0; i < n...
[ { "docid": "352e74fe9be7236a67e8703f282c8a70", "score": "0.8344823", "text": "public static void main() {\n\n\t}", "title": "" }, { "docid": "af849445052b6ceb7a9485e89a48d61f", "score": "0.7531164", "text": "public static void main(String[] args) {\n \n }", "title": "" ...
16aedf71fb9b09a83df75814e4c9c589
Deprecated. The automated early stopping using convex stopping rule. .google.cloud.aiplatform.v1beta1.StudySpec.ConvexStopConfig convex_stop_config = 8 [deprecated = true];
[ { "docid": "f408c0d6d642fe72cb7a1e9b047aab87", "score": "0.71010655", "text": "@java.lang.Deprecated\n boolean hasConvexStopConfig();", "title": "" } ]
[ { "docid": "748f37f1e33b8d1376adbc3e62bc9fbd", "score": "0.837256", "text": "@java.lang.Deprecated\n com.google.cloud.aiplatform.v1beta1.StudySpec.ConvexStopConfig getConvexStopConfig();", "title": "" }, { "docid": "e201de002215040ebb837e89a2ab5abf", "score": "0.81573945", "text": "...
fb2e96fbf819b2ffd3dc4430e41d7235
Adds an Plant into the group
[ { "docid": "caf28c0a71be3c4a68aae41a7452567d", "score": "0.7834885", "text": "public void addPlant(BasePlant Plant){\n Plants.add(Plant);\n }", "title": "" } ]
[ { "docid": "fad2426d4ca127ec3ab981cb357d94e7", "score": "0.72957104", "text": "@Test\r\n\tpublic void testAddPlant() {\r\n\t\tOverallGame testGame\t=\tnew\tOverallGame();\r\n\t\ttestGame.setGameWindow(new\tgameWindow(testGame));\r\n\t\tGame3\t\ttestGame3\t=\tnew\tGame3(testGame);\r\n\t\ttestGame3.getTim...
146f7adc1ffa746002adfe4fe5cae2d6
repeated .proto.elbrus_pb.NciSpanMessage spans = 2;
[ { "docid": "42af91045e745e44dd2aeb9d984450c4", "score": "0.6714619", "text": "public loader.elbrus.proto.ElbrusProto.NciSpanMessageOrBuilder getSpansOrBuilder(\n int index) {\n return spans_.get(index);\n }", "title": "" } ]
[ { "docid": "a9eef1ce87b3656455c928393930699d", "score": "0.74870044", "text": "loader.elbrus.proto.ElbrusProto.NciSpanMessage getSpans(int index);", "title": "" }, { "docid": "0f28aef4ba67f515c88087ee26bdc921", "score": "0.70818037", "text": "java.util.List<? extends loader.elbrus.pr...
3696ecc8c712bd36cded5eb0b1bfe429
This method is used to compute side 2 (side BC).
[ { "docid": "d03bd5262934aaeae0f9044cc35634e5", "score": "0.74374956", "text": "public double getSideBC()\n\t{\n\t\treturn Math.sqrt(Math.pow(b.x - c.x,2) + Math.pow(b.y - c.y,2));\n\t}", "title": "" } ]
[ { "docid": "b357eb489ac65213eed2d0fc9a89f2f1", "score": "0.61182356", "text": "public double getB2()\n {\n return b2; \n }", "title": "" }, { "docid": "9e7a0850ee68a88bd38e2258f23c11c8", "score": "0.5982989", "text": "private boolean side(int a, int b){\n\t\t if (b-a == ...
b1b52e9ce702d7bf0eccafcdfb6075f1
Set the category name
[ { "docid": "ff82af9a12acedf61d1bf60325d4000b", "score": "0.69071865", "text": "public void setCategoryName(String categoryName) {\n this.categoryName = categoryName;\n }", "title": "" } ]
[ { "docid": "c0d9f8e4efba3ad3075716028a89baef", "score": "0.8372627", "text": "public void setNameOfCategory(String nameOfCategory) {\n this.nameOfCategory = nameOfCategory;\n }", "title": "" }, { "docid": "a5e2c4b3848c095f09ad637f8bff7470", "score": "0.78738177", "text": "p...
65949397f8b30cf7ad3c4191f590fc50
Attempt to connect to the database.
[ { "docid": "38351ff8f362d768372ca934a86a06d4", "score": "0.68813646", "text": "public void connect() {\r\n\r\n try {\r\n\r\n Properties props = new Properties();\r\n props.setProperty(\"databaseName\", Name);\r\n props.setProperty(\"user\", User);\r\n p...
[ { "docid": "ea97358651cdaa8ab0dd225843f6fc0f", "score": "0.759822", "text": "private Connection connectToDatabase() throws Exception {\n database = Database.getInstance();\n database.connect();\n return database.getConnection();\n }", "title": "" }, { "docid": "818e28...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d3da2b9bec037cda77e7dee3057c9138", "score": "0.0", "text": "@Override\n\tpublic void setOrientation(float orientation) {\n\t\t\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": "" }, ...
d219308cd248cc7ceebf750454d04a2d
/ if !(obj value)
[ { "docid": "a48f2b448e1b47c8452f89617bd494e6", "score": "0.0", "text": "@Override\n public HashObjShortMapFactory<K/*andV*/> withDefaultValue(short defaultValue) {\n if (defaultValue == /* const value 0 */0)\n return this;\n return new WithCustomKeyEquivalence...
[ { "docid": "2fb5e7f5ee2e47ec319962323976a943", "score": "0.66948533", "text": "public static boolean isNotTrue( Object value ) {\n\t\treturn ! isTrue( value );\n\t}", "title": "" }, { "docid": "d7ca995add0b44489eb713d94726f362", "score": "0.6613861", "text": "public T caseNot(Not obj...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e569bfe2dce84d5d8805558642702f71", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint x=5;\n\t\tint product=5;\n\t\tSystem.out.println(product*=x++);\n\t\tSystem.out.println(x);\n\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
7606b404f25f85b5a083d8d90a7f479e
Marks the leaf "crcerrorsfromms" with operation "delete".
[ { "docid": "e5cab11cfb9113c11686a2ace31b3cc0", "score": "0.82262874", "text": "public void markCrcErrorsFromMsDelete() throws JNCException {\n markLeafDelete(\"crcErrorsFromMs\");\n }", "title": "" } ]
[ { "docid": "1c42e749d9fb31cf36f99ab74c91dff2", "score": "0.6397988", "text": "public void markCrcErrorsFromMsReplace() throws JNCException {\n markLeafReplace(\"crcErrorsFromMs\");\n }", "title": "" }, { "docid": "763bcba8c08a3ff10a2ab37bedfe62aa", "score": "0.6341726", "te...
d40fa4adb3c9d917d5c46762f1218b01
Valid for commands which need a row and column value
[ { "docid": "d6ec25cdfb26f5c52d036ed5c413aeca", "score": "0.0", "text": "public void setRow(int row) {\n\t\tthis.row = row;\n\t}", "title": "" } ]
[ { "docid": "8c25147fbaff5c1e5134e73b4542b062", "score": "0.66306484", "text": "private boolean isValidRowAndColumn(int row, int column) {\r\n return row >= 0 && row < numRows() && column >= 0 && column < numCols();\r\n }", "title": "" }, { "docid": "ae7b31d40d6cb0ec0581276742e5a499...
92f4ba08fecbd61ab9dfb37b885eed66
Test case number: 36 / 19 covered goals: Goal 1. org.apache.commons.math.util.MathUtils.factorial(I)J: I3 Branch 56 IFGE L442 true Goal 2. org.apache.commons.math.util.MathUtils.factorial(I)J: I28 Branch 57 IF_ICMPLE L445 true Goal 3. org.apache.commons.math.util.MathUtils.factorialDouble(I)D: I3 Branch 58 IFGE L473 tr...
[ { "docid": "9baf9e479aa57ef0d4745d02ea3249a9", "score": "0.6560086", "text": "@Test\n public void test036() throws Throwable {\n double double0 = MathUtils.factorialDouble(0);\n }", "title": "" } ]
[ { "docid": "0ffedf8518ccc721693d391e86db3712", "score": "0.6780504", "text": "@Test\n public void test035() throws Throwable {\n double double0 = MathUtils.factorialDouble(31);\n }", "title": "" }, { "docid": "518865ad1eb833d8c08d79053c182996", "score": "0.6723686", "text": ...
97109da1a9c9a845982f19428bbb2689
User should be able to click on Omega
[ { "docid": "9d5892b187c8354fb351414bb00d467b", "score": "0.0", "text": "@Test\n public void testViewOmega() {\n topBrands.ClickViewOmega();\n driver.navigate().back();\n driver.close();\n }", "title": "" } ]
[ { "docid": "ed40cb3b51bad92b58dfd401972e5815", "score": "0.63285595", "text": "public void clickOnDeluxeTrain() {\r\n\t clkNavicons.click();\r\n }", "title": "" }, { "docid": "b99f35835fd5fb92a7c148234b4680cf", "score": "0.6300149", "text": "private static void guidoTest ()\n{\n ...
e05f3b0d4769c60b6c4eb2fa61066617
Method working with envers, find is realized in audited tables
[ { "docid": "96121af8079437b5f0127a886382483b", "score": "0.0", "text": "private <T> T find(Class<T> entityClass, UUID entityId, Long revisionId) {\n\t\tAuditReader reader = this.getAuditReader();\n\n\t\treturn reader.find(entityClass, entityId, revisionId);\n\t}", "title": "" } ]
[ { "docid": "aed5dafd418fc72fac277aea957eb6c0", "score": "0.5781019", "text": "public default E onFind(E entity) {\n\t\treturn entity;\n\t}", "title": "" }, { "docid": "e281847e894e5e1d4e3f3b07a0268d0c", "score": "0.5476415", "text": "@Test\r\n public void testFind() throws Excepti...
f50e0bb3b2e3832a4301c584c79d388e
Entry point for initialization of any command flow. Invokes a certain dialog flow, manages interruptions and topic switch.
[ { "docid": "feb293b062233f17e59a7486744f036f", "score": "0.0", "text": "public List<SendMessage> startCommandFlow(long chatId, String command) {\n\t\tList<SendMessage> msgList = new ArrayList<>(); \n\t\tSendMessage msg = new SendMessage().setChatId(chatId);\n\t\tlogger.info(Long.toString(chatId) + \" \"...
[ { "docid": "24aae581703d97f18302ff9b83536dbc", "score": "0.6416212", "text": "private void handleInitialisationSequence() {\n stage.show();\n // start perspective Observer worker thread\n // TODO create status daemon which observes\n // thread component on\n // failure...
6a6337ff33387fd3fa6348c9abb55510
/ renamed from: android.support.v4.media.session.c$a / compiled from: MediaControllerCompatApi21
[ { "docid": "8537e4e965f9579b6e70168d130cd60a", "score": "0.0", "text": "public interface C0524a {\n /* renamed from: a */\n void mo1705a();\n\n /* renamed from: a */\n void mo1706a(int i, int i2, int i3, int i4, int i5);\n\n /* renamed from: a */\n void mo1707a(...
[ { "docid": "fcce1a43efbd165c0656aef5dfd22182", "score": "0.70547867", "text": "public MediaController getMediaController();", "title": "" }, { "docid": "23d9ab5e93bc1fc4d96d55d25b052b67", "score": "0.6781201", "text": "protected void onMediaControllerConnected() {\n }", "title...
8445405b074e74104bd90d257d83beaf
/ Switch to the iframe
[ { "docid": "0f58626b93e7572ae299f9eaab85d8ae", "score": "0.0", "text": "public Discussion enterDescription(String desc)\n\t{\n\t\tdriver.switchTo().frame(driver.findElement(ckeditor));\n\t\t\n\t\t/* Load in properties */\n\t\tConfigProperties config = new ConfigProperties();\n\t\t\n\t\t/* Set the implic...
[ { "docid": "b0266f4bd11140302b781522312fa16e", "score": "0.77493024", "text": "public void switchToFrame() {\n driver.switchTo().frame(\"mainpanel\");\n }", "title": "" }, { "docid": "d56b2e8bfb20bbe7745c8977a04c6a4c", "score": "0.7249109", "text": "public void switchToIfra...
1cb9ad80dc25872ba444a054ff15d7b0
Created by lvsj on 2015/9/27.
[ { "docid": "ea6f5a13bedb608de1736c122d9edc0d", "score": "0.0", "text": "public interface ISysSequenceCredit {\r\n List<Long> getSequence(String name, int nCount) throws Exception;\r\n Long getSequence(String name) throws Exception;\r\n SqlSessionTemplate getSqlSessionTemplate();\r\n void set...
[ { "docid": "070e1adb9bfd59cb643407a2dabe9b7a", "score": "0.6191379", "text": "private void hinzufügen() {\n\t\t\r\n\t}", "title": "" }, { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.61308706", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }...
a501abebabf36033163d9c2100fdd63f
set the company id value.
[ { "docid": "0c112c4f129ec4d7c1ed7b94b14ac702", "score": "0.7049084", "text": "public void setCompanyIdValue(String companyIdValue)\n\t{\n\t\tthis.companyIdValue = companyIdValue;\n\t}", "title": "" } ]
[ { "docid": "bdd865b8209a3652a50d92025880651a", "score": "0.85012907", "text": "public void setCompanyId(Integer value) {\n this.companyId = value;\n }", "title": "" }, { "docid": "fb035daac1ce542339a6cb2e9190e864", "score": "0.8322167", "text": "public void setCompanyid(int...
6509f470dfc272621c1efe01e2268ff1
actulizar el estado de los detalles registrados de cada paciente
[ { "docid": "4b65de45f67bc4ef5bcd970dd7bc9adf", "score": "0.0", "text": "void editEstado_Ambulancia() {\n try{\n con=Conexion.ConnectDB();\n //query para actualizar los productos de almacen\n String sql= \"update test_ambulancia set estado=0 where paciente='\" + lb...
[ { "docid": "49bb2946125aaed89a3729e4687154cc", "score": "0.6850799", "text": "public void findPaciente() {\r\n if (getIdentificacion() != null) {\r\n if (!identificacion.isEmpty()) {\r\n\r\n //setPacienteSeleccionado(null);\r\n pacienteSeleccionado = pacie...
8612eceb6780183f3bcb82c2b829f54f
Game has been won by any player.
[ { "docid": "df192b63b294bb1e027cb20bd7b0d1bf", "score": "0.6735889", "text": "public boolean gameHasBeenWonByAnyPlayer(Set<Player> players) {\r\n\t\t\r\n\t\tboolean gameHasBeenWon = false;\r\n\t\t\r\n\t\tfor (Player p : players) {\r\n\t\t\tgameHasBeenWon = gameHasBeenWonByCurrentPlayer(p.getCurrentSquar...
[ { "docid": "db8b887369ab2b2ed7ee36251344f324", "score": "0.8006255", "text": "private boolean hasWonGame() {\n // TODO check if the user has won the game\n return false;\n\n }", "title": "" }, { "docid": "06b72d5309b8734765aea1fdd0ef492a", "score": "0.7642412", "text...
3aff21c5fcadf51b3c0127568b6c5d07
Method yang mengembalikan byte blank location.
[ { "docid": "9b6f0d112b41f1ecdafc82e1ebca233e", "score": "0.7440762", "text": "public byte getBlankLocation() {\n return blankLocation;\n }", "title": "" } ]
[ { "docid": "f90bd7c85f2a79efde00d08e8a2aed5e", "score": "0.6122034", "text": "public void O0000OoO() {\r\n }", "title": "" }, { "docid": "b83bc29fd5820194cf53490b29e79b67", "score": "0.6046487", "text": "public void zeroize() {\n int i;\n\n setCipherBankPos(\"OOOOO\"...
f5586c21af67545c6c544abcd998b206
/ getting single employee by id
[ { "docid": "9efe09d899d3fafb9ba3a5dab9bf4135", "score": "0.7995561", "text": "@GetMapping(\"/employees/{id}\")\n\tpublic ResponseEntity<Object> gettingEmployee(@PathVariable(value = \"id\") Long employeeID) {\n\t\tEmployee emp = employeeDAO.getEmployee(employeeID);\n\t\tif (emp == null) {\n\t\t\treturn ...
[ { "docid": "b5ce7acebedd3845c2971bd456f82f33", "score": "0.87026244", "text": "Employee getEmployeeById(Long id) throws DataNotFoundException;", "title": "" }, { "docid": "fc62b5c84a76c95cf2296c1823a6f109", "score": "0.86908144", "text": "public Employee getById(int id);", "title...
ca7bc5baca186c4da6bb93876395f901
Call the method when the curve is changed too.
[ { "docid": "ed6d048da73de89c249f1adb63e67956", "score": "0.0", "text": "@Override\n\tpublic void setGap(int gap) {\n\t\tif(inValidLocus())\n\t\t\treturn;\n\t\tif(gap <= 0 || gap > 100){\n\t\t\tgap = GAP_DEFAULT;\n\t\t}\n\t\tthis.gap = gap;\n\t\tlocus.segmentIncres[curveIndex] = gap / (float)100;\n\t}", ...
[ { "docid": "ac2cc8115463b5106b468c55262ba437", "score": "0.73752207", "text": "private void setCurve(Curve curve) {\r\n\tCurve oldValue = fieldCurve;\r\n\tfieldCurve = curve;\r\n\t//firePropertyChange(\"curve\", oldValue, curve);\r\n}", "title": "" }, { "docid": "cfe55d9f0ca92ed60ad31e23a7b6...
d9d40f45e1728e243ee2f94a489a4519
This Method initializes rowValue just before filling matrix
[ { "docid": "27361a08f3f41eaa11af683965a89f5d", "score": "0.72865486", "text": "private static void setInitialRowValue() {\n\t\tisInside = true;\n\t\trowVal = -1;\n\t}", "title": "" } ]
[ { "docid": "cd2d8da4b7d188fad3a9de4063210f61", "score": "0.66422117", "text": "private void init() {\n for (int row = 0 ; row < getRows() ; row++)\n for (int col = 0 ; col < getCols() ; col++)\n setValue(row, col, 0);\n }", "title": "" }, { "docid": "bc792...
883c1fbcdd06dc72b973521a6316eed6
Created by user on 15.04.15.
[ { "docid": "9a50820e6f1d46c3ddbdf46f595a5ad0", "score": "0.0", "text": "public interface ChatConfig {\n int INCOMING_MESSAGE = 0;\n int OUTGOING_MESSAGE = 1;\n int SEND_STATUS_FAIL = 1;\n int STATUS_READ = 2;\n}", "title": "" } ]
[ { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.56723493", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "bde53ee3de9072b04cd122133e6162a1", "score": "0.5561644", "text": "public void soigner() {\n\t\t\r\n\t}", "tit...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a21fea6a9dbcf0b0069184cfa072acda", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tSystem.out.println(\"Introduc el numero\");\n\t\tint n = scanner.nextInt();\n\t\tSystem.out.println(calcularBinario(n));\n\t\tscanner.close...
[ { "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...
45b5e012346a585ddcbcbf09cd9244cc
TODO More logics to be implemented here
[ { "docid": "516bd2c92c838f66eb7ceabcd808e209", "score": "0.0", "text": "public static Destination createFrom(Phone value){\n\t\t\tif (value.getCanReceiveSMS()){\n\t\t\t\treturn new Destination(value.getDialingNumber(), DestinationType.SMS);\n\t\t\t}\n\t\t\telse{\n\t\t\t\treturn new Destination(value.get...
[ { "docid": "063ae6a38469d06ddf88fd9af6522171", "score": "0.6420603", "text": "@Override\r\n\tpublic void guru() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.63449186", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "titl...
297ba61e968c8cac461c7337ca746edf
Calculates jaccard index for two vectors
[ { "docid": "c139197cd4b3f912a9996081391ec6de", "score": "0.76767933", "text": "public double calculateIndex(String[] vector1, String[] vector2){\n //Calculate the number of intersections\n double intersecValue = intersecCalc(vector1, vector2);\n //Calculate the size of the union\n ...
[ { "docid": "a7b3515d47785f8e966f0ff81099c96c", "score": "0.7037503", "text": "public static double getJaccard(Counter index1, Counter index2,\r\n double threshold) {\r\n double min, max, s_min = 0, s_max = 0, bound = 0;\r\n double upper_max = Math.max(index1.totalCount, index2.totalCount);\r\...
e5623496c9feb794edefa154cd9eaefb
Get the full path from the base directory of the FileSystemView.
[ { "docid": "e025d3e94595bc52bc45d5fb5167efee", "score": "0.0", "text": "String getAbsolutePath();", "title": "" } ]
[ { "docid": "8b4c1bcedca38e824076b163906bbf8e", "score": "0.69058895", "text": "public String getBase() {\n\t\tString path = StringUtils.defaultString(myBase);\n\t\tif (path.length() > 0 && path.charAt(path.length() - 1) == '/') {\n\t\t\tpath = path.substring(0, path.length() - 1);\n\t\t}\n\t\treturn pat...
0c55b8399e75d6b5f0acccf1fe3ab413
Get a parsed name by its name key.
[ { "docid": "315ce3f48e0f2bcabb66c4e3c40d1325", "score": "0.8152038", "text": "ParsedName get(@Param(\"key\") int key);", "title": "" } ]
[ { "docid": "2d4561e3aae8a94cfe6afd0bbb2ac15e", "score": "0.7189653", "text": "ParsedName getByUsageKey(@Param(\"key\") int usageKey);", "title": "" }, { "docid": "c3b7fa624512159f1652c02106902f1b", "score": "0.6848846", "text": "public String getName(final String key) {\n\t\treturn k...
29f2bcc5eb3910cbbcb1f1fb911f7604
This method returns the String representation of the filepath
[ { "docid": "d691e10d688b6400fc3dedbda4fdd834", "score": "0.0", "text": "public String getPath() {\n\t\treturn path;\n\t}", "title": "" } ]
[ { "docid": "cbb3ab2da9cc62c9a4510339c77d1103", "score": "0.8115557", "text": "java.lang.String getFilePath();", "title": "" }, { "docid": "c5b45c4cf0af55486d79ba96f7985388", "score": "0.76231307", "text": "public String toString() {\r\n\t\treturn path.toString();\r\n\t}", "title"...
cfff156441912b9dd7c68790d78d4e98
Default constructor of Builder.
[ { "docid": "a83cacd8d01a4b8d0edf220feacd0ea2", "score": "0.0", "text": "public Builder(@TetheringType final int type) {\n mBuilderParcel = new TetheringRequestParcel();\n mBuilderParcel.tetheringType = type;\n mBuilderParcel.localIPv4Address = null;\n ...
[ { "docid": "d2a1dcdc1e9b25e918926fcfdd244a55", "score": "0.87913394", "text": "public Builder() {}", "title": "" }, { "docid": "d2a1dcdc1e9b25e918926fcfdd244a55", "score": "0.87913394", "text": "public Builder() {}", "title": "" }, { "docid": "d2a1dcdc1e9b25e918926fcfdd24...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4cb71268ed0e90973005c8419159f50b", "score": "0.0", "text": "private void Initialization() {\n\n ripple_1 = (RippleView) rootView.findViewById(R.id.ripple_1);\n ripple_2 = (RippleView) rootView.findViewById(R.id.ripple_2);\n ripple_3 = (RippleView) rootView.findViewById(R...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
66f8efcadd71b66258fa84a226fcbbaa
puts all ingredients that the user chooses from in ingredients list
[ { "docid": "9489abe1787af2769c5f22b0dfbf644d", "score": "0.619478", "text": "private void fillIngredientsList(){\n ArrayList<String> veg = new ArrayList<>();\n veg.add(\"tomato\");\n veg.add(\"onion\");\n veg.add(\"bell pepper\");\n veg.add(\"corn\");\n veg.add(...
[ { "docid": "9712b9aee032b06067fbbd17819adbfe", "score": "0.7115986", "text": "private void showSelectedIngredients(){\n String all=\"\";\n for(int i=0;i<selected_ingredients.size();i++){\n all+=selected_ingredients.get(i);\n all+=\" \";\n }\n Toast.makeT...
6873af4422e161e5b5260510a8b55044
Sets the product desired stock level
[ { "docid": "c24409727938fc9e81523244780f9473", "score": "0.68005043", "text": "public void setStock(int stock)\r\n {\r\n this.stock = stock;\r\n }", "title": "" } ]
[ { "docid": "3b0e36d4fd7301b213159239ebccd760", "score": "0.70274866", "text": "public void setStock(int pStock) {\n this.stock = pStock;\n }", "title": "" }, { "docid": "e438c35ca7285128586d2c00c24d2766", "score": "0.6726774", "text": "public void setStock(int stock){\n\t\t...
b7a3df495468855a224a4458f7cfdee1
This method was generated by MyBatis Generator. This method corresponds to the database table sys_log
[ { "docid": "779ea9722b607781bec35dbb5e0f5f4d", "score": "0.0", "text": "@Override\n public String toString() {\n StringBuilder sb = new StringBuilder();\n sb.append(getClass().getSimpleName());\n sb.append(\" [\");\n sb.append(\"Hash = \").append(hashCode());\n sb.a...
[ { "docid": "ec16067cafa3136199bab867841401ca", "score": "0.6221073", "text": "SysOperLog selectByPrimaryKey(Long logId);", "title": "" }, { "docid": "3bbe710dbdb6a54fd01c81ea561cfbb3", "score": "0.5972637", "text": "public Table fetchQueryLog() {\n\n Table temp = select(\"Syst...
c2731df02f5759eda1e83da03b48582f
Getter of the property state
[ { "docid": "4d1026c2273444bb61e5cf1dc62bca07", "score": "0.0", "text": "public ItemState getState() {\r\n\t\treturn state;\r\n\t}", "title": "" } ]
[ { "docid": "a80e3c7b5a61767e21aebecc2ef74f18", "score": "0.7781744", "text": "private ObjectProperty<State> getStateObjectPropertyReadable() {\n\t\treturn (ObjectProperty<State>) stateProperty();\n\t}", "title": "" }, { "docid": "d3c536b37ee88eb17cb3bfef956509e6", "score": "0.7569066", ...
fc8355430a1bbf258ba6bdea9d094b7b
Gets an Iterator of every Unit directly located on this Tile. This does not include Units located in a Settlement or on another Unit on this Tile.
[ { "docid": "26b987f296e70d531db326d2db78fc9e", "score": "0.8055226", "text": "public Iterator<Unit> getUnitIterator() {\n return units.iterator();\n }", "title": "" } ]
[ { "docid": "0ca748501eb24af3d7847de94baa5c77", "score": "0.64622754", "text": "public List<UnitBox> getAllUnitBoxes() {\n ArrayList<UnitBox> unitBoxList = new ArrayList<UnitBox>();\n {\n Iterator<Unit> it = unitChain.iterator();\n while (it.hasNext()) {\n Unit item = it.next();\n ...
3e994bedfc6314e9dc8ec02474c05a74
The digest of the root [Directory][build.bazel.remote.execution.v2.Directory] for the input files. The files in the directory tree are available in the correct location on the build machine before the command is executed. The root directory, as well as every subdirectory and content blob referred to, MUST be in the [Co...
[ { "docid": "b7add6cf8efb826069d67a242a921015", "score": "0.64323944", "text": "public Builder setInputRootDigest(build.bazel.remote.execution.v2.Digest value) {\n if (inputRootDigestBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n in...
[ { "docid": "9cc4469513f17f690876ff9d5997cb98", "score": "0.75880766", "text": "public build.bazel.remote.execution.v2.Digest getInputRootDigest() {\n return inputRootDigest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : inputRootDigest_;\n }", "title": "" }, { "...
d9aa062c1c165b8d917e569d24e1b49f
Returning starting point latitude and longitude
[ { "docid": "8ec8a43b9b6ccd8e4185a8eedaba8a2b", "score": "0.0", "text": "double getLat(){\n return this.lat;\n }", "title": "" } ]
[ { "docid": "a454a4539d3f926ac2912b1ece0dbc49", "score": "0.73681796", "text": "double getLat();", "title": "" }, { "docid": "a454a4539d3f926ac2912b1ece0dbc49", "score": "0.73681796", "text": "double getLat();", "title": "" }, { "docid": "263ec42390bdffb6316360a7c2d3c8da",...
ec9ba50d6bd76a903650878dac4a9234
The reference to the module. Follows a specific URI pattern, i.e.: menu:module/submodule entity:IBookingRequest/123456 extension:timeentry
[ { "docid": "8eb593dc162c02f43134a7cb935c4a37", "score": "0.0", "text": "public abstract void setReference(String reference);", "title": "" } ]
[ { "docid": "60e238d196aae4ce64a5a65f031cac8e", "score": "0.63631356", "text": "public ModuleURI getUri() {\n return uri;\n }", "title": "" }, { "docid": "b4a6ef106f1ec7a0ae4b2b6dce529e39", "score": "0.6301417", "text": "FeedExtension getModule(String uri);", "title": ""...
118c47072e43773bb1992ff1c54aed18
Created by TQN on 3/9/18.
[ { "docid": "12acc309ed694de3e2deaba48b1f6ac2", "score": "0.0", "text": "public interface EditProfileMvpView extends BaseMvpView {\n void onUpdateProfileSuccess();\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6625044", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "10ead2e988bf977cb8edb2bacf974891", "score": "0.6052165", "text": "@Override\n\tprotected void init() {\n\t\t\n\t}", "title": "...
a5a6ce20d0f49797c645e64a3c796f1b
Set of actual groups
[ { "docid": "0f18281fabbd45597d4e563226c5c125", "score": "0.67976266", "text": "public Set<String> getGroupNames()\n {\n return Collections.unmodifiableSet(this.groups.keySet());\n }", "title": "" } ]
[ { "docid": "cad984e933623b892b739531b7d943f4", "score": "0.8019192", "text": "Set<String> getGroups();", "title": "" }, { "docid": "cad8f98feb1c23d24426c6deab2f558e", "score": "0.78695446", "text": "public Set<G> getGroups() {\n\treturn Collections.unmodifiableSet(groups);\n }", ...
b9e60b31d11015c522cda589211b4f0c
Notnull value; ensure this value is available before it is saved to the database.
[ { "docid": "fffd170468133f0cbb6e920316d317f0", "score": "0.0", "text": "public void setMovie_id(String movie_id) {\n this.movie_id = movie_id;\n }", "title": "" } ]
[ { "docid": "b499f4ec13a996764b13d2d713ab9935", "score": "0.665452", "text": "@Override\r\n\tpublic Object getEditableValue() {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "574a591625d3a42f3aa7e4a4afbad5a6", "score": "0.66212225", "text": "@Override\r\n public Object getEd...
67907617eac4160a3feddfeb518401ba
GENLAST:event_btnResetPropietarios1ActionPerformed / El metodo changeLoginData cambia los datos del login si es que los campos son correctos (Se necesita la pass actual)
[ { "docid": "eeb69aeb2b13cb73a0aafceba65e3c3b", "score": "0.8092241", "text": "private void changeLoginData(){\n //Comprueba si el PassActual es correcto\n if(this.txtActualPass.getText().equals(fm.getGuardiaLogin().getPassword())){\n //Comprueba si el user nuevo esta vacio, de l...
[ { "docid": "996d7c93cf1c382c226a7327e8ac62b6", "score": "0.6871349", "text": "private void btn_updateActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btn_updateActionPerformed\n if((txtchangepasspass.getText().equals(\"\"))||(txtchangepasspass.getText().equals(\"\"))||(txtchangep...
ccc690c69721ca38717738dc3557894e
Gets the seat count.
[ { "docid": "fee38306a2d71d582ad6047792d44cc8", "score": "0.85628057", "text": "public int getSeatCount() {\n return seatCount;\n }", "title": "" } ]
[ { "docid": "b561719169d5a3d8f45c5c8e3810bd8c", "score": "0.812938", "text": "public int getNoOfSeats() {\r\n return noOfSeats;\r\n }", "title": "" }, { "docid": "0001ac74f48d6c3e0d36e95ef2fb26c4", "score": "0.7937219", "text": "public int getSeats() {\n\t\treturn seats;\n\t...
3188130367a5cb721a48f79f6ba037c2
Access field as an object, no casting.
[ { "docid": "4daa301372972d9e1f7be2999793c1da", "score": "0.5924577", "text": "public Object get(String fieldName) {\n Document parent = getFieldParent(fieldName);\n return parent.get(getLeafName(fieldName));\n }", "title": "" } ]
[ { "docid": "1f9c7d05751b87536c7855aede78d982", "score": "0.6983367", "text": "private static Object getAccessibleFieldValue(final Object object, final Field field) {\n\t\tObject result = null;\n\n\t\ttry {\n\t\t\tresult = getCloneSafeValue(field.get(object));\n\t\t} catch (final IllegalArgumentException...
70b5740d972635e47373299c72d227e6
Insert the method's description here. Creation date: (2/21/2003 12:20:09 PM)
[ { "docid": "8f34e66050540d3efc458afc09e945a6", "score": "0.0", "text": "public void setContractNumber(int newContractNumber) {\n contractNumber = newContractNumber;\n }", "title": "" } ]
[ { "docid": "8bf8511f65e0c2b04c8bd3242cfd3d0d", "score": "0.6748347", "text": "public void mo25201a() {\n }", "title": "" }, { "docid": "b1a1e4c59ab73d4f66f6104defad9116", "score": "0.66860634", "text": "public void method() {\n\t\t\n\t}", "title": "" }, { "docid": "f77...
021d74b3f81c1e6e01b521623aeecdba
Gets (as xml) the "HourlyRecurrencePatternType" element
[ { "docid": "a4287567d2560a0059982645f34151d1", "score": "0.753033", "text": "public com.exacttarget.wsdl.partnerapi.HourlyRecurrencePatternTypeEnum xgetHourlyRecurrencePatternType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n com.exacttarget.wsdl.partn...
[ { "docid": "25cb514181ba4ceec225268048397c34", "score": "0.7480075", "text": "public com.exacttarget.wsdl.partnerapi.HourlyRecurrencePatternTypeEnum.Enum getHourlyRecurrencePatternType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.S...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e5ce7b3ccdb71137e631d7d4dd32f9b1", "score": "0.0", "text": "@Override\n public void addCartItem(CartItem cartItem) {\n\tcartItemDao.addCartItem(cartItem);\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
46b7f41adac3b2fd18ae365d54e1ecf9
optional string value = 2;
[ { "docid": "25c831dc41a0645e64710ca7a4cf8d65", "score": "0.0", "text": "public java.lang.String getValue() {\n java.lang.Object ref = value_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) r...
[ { "docid": "c7c0434bb2797755842ed7dc4a7d8a25", "score": "0.61749595", "text": "public void addValue(String value) {\n }", "title": "" }, { "docid": "b49b22d0d4c0c7045763958b175e8d6d", "score": "0.6065197", "text": "public void setValue(String value) { this.value = value; }", "...
837012f80b13a41e461395b16188f63e
This method was generated by MyBatis Generator. This method corresponds to the database table borrow_product
[ { "docid": "8c8e3f4da30a693a954095e45e6ed4ed", "score": "0.0", "text": "public void setOrderByClause(String orderByClause) {\n this.orderByClause = orderByClause;\n }", "title": "" } ]
[ { "docid": "8c00909e97f281b989d10a0212b0e074", "score": "0.57872623", "text": "@MyBatisDao\npublic interface GroupBuyDao extends CrudDao<GroupBuy> {\n GroupBuyDto getGroupBuy(GroupBuyDto groupBuyDto);\n String getGroupBuyByProductId(String productId);\n}", "title": "" }, { "docid": "97...
3a23bdf624a790ea6f68b168eb43aa9a
Return the directory for a given attachment. This should be used by any code that is going to write attachments. This does not create or write the directory. It simply builds the pathname that should be used.
[ { "docid": "8cab6bccae494d1539cbd3b374d65ac2", "score": "0.6470205", "text": "public static File getAttachmentDirectory(Context context, long accountId) {\n return context.getDatabasePath(accountId + \".db_att\");\n }", "title": "" } ]
[ { "docid": "49d4cf87b6f6b78face30addffec46e7", "score": "0.5992659", "text": "protected File getDir() {\n return hasSubdirs ? DatanodeUtil.idToBlockDir(baseDir,\n getBlockId()) : baseDir;\n }", "title": "" }, { "docid": "ca692b70f3aa99b7d4b0bbae35bac60f", "score": "0.5860842",...
51c5942dc8a2ae2067cb3e3fae43f01d
This method was generated by MyBatis Generator. This method sets the value of the database column sdk_interface.id
[ { "docid": "2f55f13f232ada678023e561a82c44c9", "score": "0.0", "text": "public void setId(Integer id) {\n this.id = id;\n }", "title": "" } ]
[ { "docid": "bd31cceb0c30e585d9c5565b685cd924", "score": "0.70417243", "text": "public void setInterfaceId(final String interfaceId);", "title": "" }, { "docid": "33d123e158fa5a4ddbab716b872402f2", "score": "0.61785865", "text": "public void setInterfaceTypeId(java.lang.Integer interf...
ea26aa6c1604395fc8857233b777299b
Sets the vacation curr year of this vacation.
[ { "docid": "a18b873c2ce0c381007ff26a3e03bc66", "score": "0.7675955", "text": "@Override\n\tpublic void setVacationCurrYear(int vacationCurrYear) {\n\t\t_vacation.setVacationCurrYear(vacationCurrYear);\n\t}", "title": "" } ]
[ { "docid": "212288aac6f277a453ce10e4d2631543", "score": "0.728536", "text": "@Override\n\tpublic void setVacationPrevYear(int vacationPrevYear) {\n\t\t_vacation.setVacationPrevYear(vacationPrevYear);\n\t}", "title": "" }, { "docid": "265af7f1fc59c73f047c0509063a6e9c", "score": "0.7204203...
79d3451dc77592f9c1fac9bd600b9bf4
An intervention with time and spare parts returns the right amount
[ { "docid": "c51845ac51e0659750f79cb69b26c820", "score": "0.0", "text": "@Test\n\tpublic void testImporteIntervencionCompleta() {\n\t\tIntervention i = new Intervention(mechanic, workOrder, 60);\n\n\t\tSparePart r = new SparePart(\"R1001\", \"junta la trocla\", 100.0);\n\t\tnew Substitution(r, i, 2);\n\n...
[ { "docid": "cf70e35fb1df7e90773b08621be3d479", "score": "0.7036851", "text": "double fuelNeeded(double time){\n return fuelBurnRate * time;\n }", "title": "" }, { "docid": "55b87167512b9ace666cb487fdbc4ec7", "score": "0.6908593", "text": "private double calculateTotalCuttin...
b0bbef76d2e133ac514d713b4838191a
/ Enabled force condition propagation Lifted jumps to return sites
[ { "docid": "0e89d961b73ed30eb3d2b30995e85aaf", "score": "0.0", "text": "public boolean a(fj object) {\n String string2;\n Object object2;\n if (object == null) {\n return false;\n }\n boolean bl2 = this.a();\n boolean bl3 = ((fj)object).a();\n ...
[ { "docid": "2a74dc9ac38fe94c9985eb58cae01969", "score": "0.55453354", "text": "public abstract boolean isJumping();", "title": "" }, { "docid": "7fddaad0e812367bc25186a3310d646a", "score": "0.5508854", "text": "boolean getNoStepPrior();", "title": "" }, { "docid": "53147a...
42a5a4d263be0bdba46b16b1a427f172
This method was generated by MyBatis Generator. This method returns the value of the database column neeq_company_judicial_auction.court_name
[ { "docid": "fcf3dae66533f19fa251be9f3f34217e", "score": "0.65415305", "text": "public String getCourtName() {\r\n return courtName;\r\n }", "title": "" } ]
[ { "docid": "f4b9a098511f2bc4cda7a52a5092367b", "score": "0.64082634", "text": "public String getNameCourbe() {\r\n\t\treturn nameCourbe;\r\n\t}", "title": "" }, { "docid": "db58582d3548554bfd42ae4769d0aaed", "score": "0.62025374", "text": "public String getName() {\n/* 136 */ ret...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e3552c5c95f9b0db83f893374966a017", "score": "0.0", "text": "public void processInput(CommandLineInput commandLineInput) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
f8124d962f63fca874f06c426f1cb255
set the portfolio to stress test
[ { "docid": "8aa7c3e7824233796e9aa94a7e762f18", "score": "0.61347264", "text": "public void setPortfolio(Portfolio pf) {\n this.portfolio = pf;\n }", "title": "" } ]
[ { "docid": "0b12667ac83029588ad79f1c0df46fe7", "score": "0.70632416", "text": "public StressTester(Portfolio pf) {\n this.portfolio = pf;\n rng = new Random();\n }", "title": "" }, { "docid": "d52c81f8887c1150e20b053b3dffa484", "score": "0.63017", "text": "public voi...
cb1ef7bc6c43f3118e47be2c9c787462
end getKeyIterator Creates an iterator that traverses all values in this dictionary.
[ { "docid": "3510cb57b40a86da655492b31acb740b", "score": "0.63485074", "text": "public Iterator<V> getValueIterator()\n {\n ArrayList<V> values = new ArrayList<V>();\n Node<K, V> currentNode = firstNode;\n while(currentNode != null)\n {\n values.add(currentNode.getValue());\n curre...
[ { "docid": "feac19b1fa7c4026838c61f9a8ff1978", "score": "0.754863", "text": "public Iterator<K> getKeyIterator()\n {\n ArrayList<K> keys = new ArrayList<K>();\n Node<K, V> currentNode = firstNode;\n while(currentNode != null)\n {\n keys.add(currentNode.getKey());\n currentNode = c...
058b6cfed61546b068bbfb51b18107d0
The feature name string name = 1;
[ { "docid": "366a51bc3e6aaa75dec36e934ecc458c", "score": "0.0", "text": "@Override\n public String getName() {\n Object ref = \"\";\n if (fieldIdCase_ == 1) {\n ref = fieldId_;\n }\n if (!(ref instanceof String)) {\n com.google.protobuf.ByteString bs =\n (c...
[ { "docid": "81d44b26e583634e239ab792cea00af0", "score": "0.7534166", "text": "public String getFeatureName() {\r\n return this.m_featureName;\r\n }", "title": "" }, { "docid": "d9dbb2c78ff16167a80ff3eb32d9d424", "score": "0.74870706", "text": "public String featureName() {\...
5cd70786d4f4a553c0668d07443da8ca
enable or disable depending on the permissions available
[ { "docid": "5b415a8232ed939a05e51e25acc04ff9", "score": "0.0", "text": "private void updateApplyAndRemoveButtons()\n\t\t{\n \t//if (settings.getUserPermissions().isEmpty())\n if (settings.selectedUserPermissions.isEmpty())\n \t{\n \tlogger.debug(\"disable buttons\");\...
[ { "docid": "3cf8d19abfe5b95a164d2a5e14a1afca", "score": "0.6865021", "text": "private void setPermissions(){\n int i;\n if(showPanel==0){\n orderButton.setEnabled(false);\n insertButton.setEnabled(false);\n deleteButton.setEnabled(false);\n ...
eb90dcc0936212c6f6e21c2e3a8a6421
Get the tags property: Tag dictionary. Tags can be added, removed, and updated.
[ { "docid": "85412e66106a6709f134046a4a747edc", "score": "0.81414855", "text": "public Map<String, String> tags() {\n return this.tags;\n }", "title": "" } ]
[ { "docid": "451ce5b0815618c0c0216928ea41e3ea", "score": "0.8282025", "text": "public java.util.Map<String, String> getTags() {\n return tags;\n }", "title": "" }, { "docid": "451ce5b0815618c0c0216928ea41e3ea", "score": "0.8282025", "text": "public java.util.Map<String, Stri...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "b707b998ac1924297f0ac56b2aba37a0", "score": "0.0", "text": "public void a(aer ☃) {\r\n/* 93 */ if (☃ instanceof afb) {\r\n/* 94 */ this.a.add(((afb)☃).t());\r\n/* */ }", "title": "" } ]
[ { "docid": "ed09b76919f53c65643ece0f61410ec7", "score": "0.58116597", "text": "public String toString(){\n return \"/\";\n }", "title": "" }, { "docid": "447d4d4bcbddbf9a2e265683f0e09b34", "score": "0.57590806", "text": "@Override\r\n\tpublic void divide() {\n\t\t\r\n\t}", "t...
f7950de518b7c0a9ad3a4010f3884662
Equip the Rambo Gear configured
[ { "docid": "7ef6ca0c710f35fa9c88f532aaca0649", "score": "0.6728743", "text": "public static boolean addRamboGear(final RamboConfigurationContainer container, final Player player)\r\n\t{\r\n\t\tif (isDebugEnabled)\r\n\t\t{\r\n\t\t\t_LOGGER.info(RamboConstants.DEBUG_TAG + \"addRamboGear(player=\" + player...
[ { "docid": "58963ecd8a44be30017eba1baf9fae60", "score": "0.60962856", "text": "private void setGearSkills(Gear gear) {\n\t\t\n\t}", "title": "" }, { "docid": "ca2837821856375fbf66f866a2fe1b44", "score": "0.58970296", "text": "private static void loadEnchantingEvent() {\n \tMageGam...
219890e9dd410b343c9daa359c9db3e5
Imposta il titolo della pagina Wikipedia.
[ { "docid": "f0a6b8f6ef0cf2ddabb105339c611fcf", "score": "0.5302412", "text": "public PaginaWikipediaBuilder titoloPagina(String titoloPagina) {\n\t\tthis.titoloPagina = titoloPagina;\n\t\treturn this;\n\t}", "title": "" } ]
[ { "docid": "2a3f89a8a5f9691f169dc95edd97b9d1", "score": "0.63920337", "text": "String getWiki();", "title": "" }, { "docid": "ad14212c114e72e7908fc7ee882cca8a", "score": "0.6206983", "text": "public void generaWiki(String w) {\n imag.setVisibility(View.INVISIBLE);\n\n /...
b9e7cc22869552ee965d72ab458bcd25
Shows warnings at compile time: "Type safety: Potential heap pollution via varargs parameter names"
[ { "docid": "ca1e756d3e1c6e7f6ba4d14ea3a6f1bb", "score": "0.5338913", "text": "private void printWithoutSafeVarargs(List... colors) {\n Arrays.stream(colors).forEach(System.out::println);\n }", "title": "" } ]
[ { "docid": "97addaf12a08816b1cbcc2088e1eac8d", "score": "0.6377156", "text": "public void warn(Object... messages);", "title": "" }, { "docid": "317093ec94a6acb3690bc92228261074", "score": "0.62057793", "text": "@Override\r\n\tpublic void warn(String format, Object[] argArray) {\n\r\...
d556e7de69c35bf7668b6ab354ed5dd2
/M m1 = new M(); without declaring abstract method inside an abstract class , we cannot create instance of a class
[ { "docid": "b8fdfc38cc27eea88d49c7c28208832e", "score": "0.0", "text": "public static void main(String[] args) \r\n\t{\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "1e0e085a17358caefa8b99e6c9cb673f", "score": "0.69571406", "text": "abstract public T newInstance();", "title": "" }, { "docid": "fe31b1132a2bdb9d94270ef1f0cfadbe", "score": "0.6891609", "text": "abstract public T newInstance ();", "title": "" }, { "docid": "60...
0a9b780c81d10cb4af78a3ba650df99a
Return the list of url fields.
[ { "docid": "f7ae07c18ff1396fb85d594ab37cae7f", "score": "0.84265476", "text": "default List<String> getURLFields() {\n\t\tObject[] value = getRestProperty(URLFIELDS_KEY);\n\t\tif (value == null) {\n\t\t\treturn null;\n\t\t}\n\t\tString[] stringArray = Arrays.copyOf(value, value.length, String[].class);\...
[ { "docid": "b4f7950b18df4944093d714b148e32bd", "score": "0.63811386", "text": "public List<Field> getFields();", "title": "" }, { "docid": "4c08386f7c51eceec0f41be4219d1eb6", "score": "0.6282428", "text": "@Override\n\tpublic List<PropertyDescriptor> getFieldDescriptors() {\n\t\tLis...
083837f03feb0c4b635bc241f2d36d06
Retrieves the signer's X.509 certificate chain.
[ { "docid": "1f3d7c1b7d86bf25d580f2af1adc6655", "score": "0.80349857", "text": "public X509Certificate[] getSignerCertificateChain() {\n return signerCertificateChain;\n }", "title": "" } ]
[ { "docid": "f709234b756eab9b5c0df3571ec1e750", "score": "0.69536304", "text": "public Certificate[] getCertificateChain() {\n return chain.clone();\n }", "title": "" }, { "docid": "84012e9f1bf390046aef15e01f3a82f2", "score": "0.6888591", "text": "Diadoc.Api.Proto.Si...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "3259181485ea0efdb3ec3a0ecd909bdc", "score": "0.0", "text": "public /* synthetic */ void mo9789a(StoreTheme storeTheme) {\n boolean[] $jacocoInit = $jacocoInit();\n this.currentModel.setStoreTheme(storeTheme);\n $jacocoInit[355] = true;\n }", "title": "" } ]
[ { "docid": "e8b407e15e709133d36c40b376c5772b", "score": "0.6288352", "text": "@C4056a\n /* renamed from: a */\n public abstract Object mo18472a(String str);", "title": "" }, { "docid": "b7e8cbc10834bded8ca03375afdf1d79", "score": "0.6287218", "text": "public interface C35231a {...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "19afe0f583d5356c53da4a72ea48e5fe", "score": "0.0", "text": "public C2245f mo3215d() {\n int i = 0;\n while (i < this.f6939c.length) {\n byte b = this.f6939c[i];\n if (b < (byte) 65 || b > (byte) 90) {\n i++;\n } else {\n ...
[ { "docid": "3ed98ed98220a2646fe539dcdc317393", "score": "0.6448344", "text": "public abstract void d_();", "title": "" }, { "docid": "149f89ed03ef8a604a72d9c5ae75661a", "score": "0.63814974", "text": "public void d() {\n }", "title": "" }, { "docid": "4823aae83aa7af015...
3d9bb456582d1783fa49c767e55b2d77
Puts the given message in the error log view, as error or warning.
[ { "docid": "6c2b87043d5508ecf5db9617037efc35", "score": "0.0", "text": "public void log(String message, boolean blocker) {\n int severity = (blocker) ? IStatus.ERROR : IStatus.WARNING;\n log(new Status(severity, getID(), severity, ((message != null) ? message.trim().replaceFirst(\"\\n\", \...
[ { "docid": "d3f7cab5bddc631f18e0a4c119375692", "score": "0.6982649", "text": "void showErrorHint(String message);", "title": "" }, { "docid": "4a50bfa144fd4d240b6c3217b884aab6", "score": "0.6965631", "text": "public void addError(String message);", "title": "" }, { "docid...