query stringlengths 1 74.9k | positive stringlengths 0 174k | negative stringlengths 1 174k | label float64 1 1 | task_name stringclasses 33
values |
|---|---|---|---|---|
How to add local .jar file dependency to build.gradle file? | Modify build.gradle to reference local jar | How to build jar on windows with gradle | 1 | stackoverflowdupquestions |
Trying to make checkerboard | Checkerboard not drawing correct amount of checkers | Java checkerboard, odd/even % 2 panel | 1 | stackoverflowdupquestions |
How to import com.sun.javadoc.* in eclipse? | Import com.sun.javadoc, using with Eclipse and Ant | What is inside com.sun package? | 1 | stackoverflowdupquestions |
Mapping a PostgreSQL array with Hibernate | Mapping a boolean[] PostgreSql column with Hibernate | Hibernate mapping error | 1 | stackoverflowdupquestions |
How to extract font styles of text contents using pdfbox? | Font information of text in PDF using PDFBox | PdfBox - version - files issue | 1 | stackoverflowdupquestions |
How to obtain JNI interface pointer (JNIEnv *) for asynchronous calls | JNI: Does C++ calls Java asynchronous? | Why is 'create' asynchronous? | 1 | stackoverflowdupquestions |
Java Thread: Run method cannot throw checked exception | How does one throw an exception from a thread? | Throw checked exceptions | 1 | stackoverflowdupquestions |
Raw resources versus SQLite database | xml resources or sqlite | Java method signatures: Stream versus Collection versus var-arg | 1 | stackoverflowdupquestions |
Memory details of JVM as a process | JVM Memory Types | JVM getObjectSize example | 1 | stackoverflowdupquestions |
Java ExecutorService: awaitTermination of all recursively created tasks | Java ExecutorService - What if awaitTermination() fails? | Java: ExecutorService error | 1 | stackoverflowdupquestions |
Loading dll using loadLibrary | Difference between System.load() and System.loadLibrary in Java | Java LoadLibrary Issues on Linux | 1 | stackoverflowdupquestions |
Encoding variable-length utf8 byte array in Java | How to convert Strings to and from UTF8 byte arrays in Java | Encoding a string from a byte array issue | 1 | stackoverflowdupquestions |
What about public method returns private class instance? | public method returns private class instance in Java? | Public constructor of a private class | 1 | stackoverflowdupquestions |
Is there any relation between the class that implements interface and that interface? | Test if object implements interface | Can I get an instance of a class that implements an interface? | 1 | stackoverflowdupquestions |
In Java why this error: 'attribute value must be constant'? | Attribute value must be constant error using Contentful Space | When to use a constant? | 1 | stackoverflowdupquestions |
JAXP and StAX - DOM Node is represented as Document | Reading a big XML file using stax and dom | Read XML String using StAX | 1 | stackoverflowdupquestions |
What is the regular expression for Date format dd\mm\yyyy? | Parse Date from String in this format : dd/MM/yyyy [to dd/MM/yyyy] | Not able to convert string dd/MM/yyyy to Date dd/MM/yyyy in java | 1 | stackoverflowdupquestions |
Prevent opencsv from writing quotes to .csv file | Double Quotes getting duplicated while writing CSV file with OpenCSV | openCSV library removing quotes from variable | 1 | stackoverflowdupquestions |
How to use JPA Criteria API when joining many tables | EclipseLink Criteria API count in results after joining table | Criteria API JPA | 1 | stackoverflowdupquestions |
en_US or en-US, which one should you use? | Which format of "en_US" and "en-US" should be used in Http header request as Accept-Language? | JGit/EGit Loading of translation bundle failed en_US | 1 | stackoverflowdupquestions |
Generate javadoc only with JRE | Eclipse Generate Javadoc Wizard: what is "Javadoc Command"? | How to write */ in a javadoc | 1 | stackoverflowdupquestions |
Java JPEG Converter for Odd Image Types | JPEG image with wrong colors | Can't get a JPEG Image to display in JFrame | 1 | stackoverflowdupquestions |
Storing EnumSet in a database? | Hibernate - how to map an EnumSet | Thread-safe Enumset in Java | 1 | stackoverflowdupquestions |
Java Data Structures Reference | What are the go-to data structures in Java? | What's the best way to create message structures in Java? | 1 | stackoverflowdupquestions |
In Java, is there a way to write a string literal without having to escape quotes? | Don't escape double quotes in a string | How to print specyfic String without using double quotes nor single quotes? | 1 | stackoverflowdupquestions |
shutdown hook vs finalizer method | java finalizer and gc | Running Shutdown Hook in NetBeans IDE | 1 | stackoverflowdupquestions |
Picked up _JAVA_OPTIONS when no such environment variable exists | Picked up _java_options message when installing application, but no envrironment variable is set | log4j.properties not picked up from jar | 1 | stackoverflowdupquestions |
Java: recreate an SOAP request for UPnP | UPnP library for Java | Intels Open Source uPNP SDK Has absolutely 0 documentation, why? | 1 | stackoverflowdupquestions |
How to unwrap and serialize java map in java using jackson? | Why I'm not able to unwrap and serialize a Java map using the Jackson Java library? | spring api - jackson serialize an object to an array | 1 | stackoverflowdupquestions |
Convert ArrayList to Array throws java.lang.ArrayStoreException | Convert list to array. java.lang.ArrayStoreException | Getting ArrayStoreException error when trying to add a subclass object to super class array | 1 | stackoverflowdupquestions |
Is there a way to obtain the bytecode for a class at runtime? | Get bytecode from loaded class | Bytecode manipulation on android at runtime | 1 | stackoverflowdupquestions |
Jackson dynamic property names | Dynamic field name using Jackson | Jackson - Required property? | 1 | stackoverflowdupquestions |
Why do System.nanoTime() and System.currentTimeMillis() drift apart so rapidly? | Why is System.nanoTime() way slower (in performance) than System.currentTimeMillis()? | How to handle when System.nanoTime() returns the same value between calls? | 1 | stackoverflowdupquestions |
When would a compiler choose StringBuffer over StringBuilder for String concatenation | When is StringBuffer/StringBuilder not implicitly used by the compiler? | Difference between String created by String, StringBuilder and StringBuffer | 1 | stackoverflowdupquestions |
how to find wildcard folders search in java 1.7 or in 8 | How to find files that match a wildcard string in Java? | How to resolve a wildcard filespec using Java 7 | 1 | stackoverflowdupquestions |
Adding JTable to a JScrollPane | JTable doesn't show after adding JScrollPane | Dynamically adding JTable to JScrollPane | 1 | stackoverflowdupquestions |
On Void return type | What do I return if the return type of a method is Void? (Not void!) | What does "void" mean as the return type of a method? | 1 | stackoverflowdupquestions |
How to read a text file directly from Internet using Java? | How to download and save a file from Internet using Java? | Can I access internet data used by user from Internet data Usage | 1 | stackoverflowdupquestions |
JSP include directive, jsp:include action, relative vs. absolute paths | JSP Performance using jsp:include | Include same JSP file twice in another JSP | 1 | stackoverflowdupquestions |
Read private key in DER format java | How do I decode a DER encoded string in Java? | Unknown tag encountered parsing AttributeCertificate from DER file with BouncyCastle | 1 | stackoverflowdupquestions |
MapReduceBase and Mapper deprecated | Hadoop: What to use instead of deprecated interfaces Mapper and Reducer? | The method getPactFile() from the type ConsumerInfo is deprecated | 1 | stackoverflowdupquestions |
PKIX path building failed while making SSL connection | PKIX path building failed and "unable to find valid certification path to requested target" | Maven error, PKIX path building failed: unable to find valid certification path to requested target | 1 | stackoverflowdupquestions |
Java Runtime exec() not working | Why does Runtime.exec(String) work for some but not all commands? | java Runtime.exec python and thread in python not run | 1 | stackoverflowdupquestions |
Simple Java MIDI example not producing any sound | Play single midi woodblock note on Java? | How to get a current state of a midi device? | 1 | stackoverflowdupquestions |
How can I download a file from its download link provided on a webpage using java? | java code to download a file from server | Android download string from webpage | 1 | stackoverflowdupquestions |
Should I write equals() and hashCode() methods in JPA entities? | JPA : not overriding equals() and hashCode() in the entities? | JPA exception while mapping to entities | 1 | stackoverflowdupquestions |
Selenium WebDriver - two part - 1) Fail test on AssertEquals failure 2)Verify Element not present | Selenium WebDriver - Test if element is present | Something wrong with assertEquals | 1 | stackoverflowdupquestions |
Should a collection of constants be placed in a class or interface? | Use Interface for declaring Constants or a Class | Constants in Interface | 1 | stackoverflowdupquestions |
Compare two Byte Arrays? (Java) | how to compare the Java Byte[] array? | Adding two byte arrays in android | 1 | stackoverflowdupquestions |
Selenium - NoSuchWindowException in IE 11 | Selenium throwing NoSuchWindowException straight after initialization of IE11 browser window | how to stop selenium click() waiting 30second on IE | 1 | stackoverflowdupquestions |
How can I shuffle the letters of a word? | How to shuffle characters in a string | How to shuffle list of images? | 1 | stackoverflowdupquestions |
How to manually deploy a web service on Tomcat 6? | how to deploy web service on the web | How to run specific java code on Tomcat start or on application deploy? | 1 | stackoverflowdupquestions |
JSF 1.2 exception during view restoration with expired session | Handling 'session expired' in JSF web application, running in JBoss AS 5 | How to block all the request sent to server if the session is expired or destroyed | 1 | stackoverflowdupquestions |
How to split a string into sentences that are strings? | Split string into sentences | Output sentences in order in Java | 1 | stackoverflowdupquestions |
File upload using apache's httpclient library not working | How to upload a file using Java HttpClient library working with PHP | HttpClient error | 1 | stackoverflowdupquestions |
Java regex, matches and find | Difference between matches() and find() in Java Regex | Find all matches of a regex in Java | 1 | stackoverflowdupquestions |
Are there any Java examples using Mylyn WikiText? | Mylyn WikiText Textile parsing error? | Where is 'time spent' shown in Eclipse Mylyn? | 1 | stackoverflowdupquestions |
Embedding XULRunner application on Java | How to install XULRunner for Eclipse | XULRunner error in Eclipse / SWT | 1 | stackoverflowdupquestions |
Java MIDI - getting data from piano? | Java getting input from MIDI keyboard | What is a MIDI soundbank? | 1 | stackoverflowdupquestions |
HibernateException: Could not obtain transaction-synchronized Session for current thread | HibernateException: Couldn't obtain transaction-synchronized Session for current thread | org.hibernate.HibernateException: Current transaction is not in progress | 1 | stackoverflowdupquestions |
Is there cast in Java similar to <reinterpret_cast> in C++ | How does this reinterpret_cast work? (Porting C++ to Java) | How to re-cast a java array | 1 | stackoverflowdupquestions |
Sorting ArrayList of Arraylist<String> in java | Sorting Arraylist of Arraylist of Bean | Sorting an arrayList | 1 | stackoverflowdupquestions |
Can't Resolve fromJson | Cannot resolve method 'fromJson(org.json.JSONObject, java.lang.Class<me.myrottentomatoes.Result[]>)' | Gson fromJson to java class structure where property names are not known | 1 | stackoverflowdupquestions |
Null Exception array | What is null in Java? | Object is not null, and then it is null | 1 | stackoverflowdupquestions |
java - How to make Struts radio tag create a vertical list "The OGNL way" | How to make Struts radio tag create a vertical list of radio buttons | struts2 2.3.20 ognl allowStaticMethodAccess | 1 | stackoverflowdupquestions |
How do I elevate my UAC permissions from Java? | UAC and Java | Problem with access permissions for using a jar file | 1 | stackoverflowdupquestions |
How to install XULRunner for Eclipse | Embedding XULRunner application on Java | how can we install Java Api Help in Eclipse? | 1 | stackoverflowdupquestions |
how to use static layout in graphstream | auto-layout in GraphStream, node position | About Java Layout | 1 | stackoverflowdupquestions |
Fire Button's onAction with Enter in JavaFX | javafx: How to bind the Enter key to a button and fire off an event when it is clicked? | Why doesn't my JavaFX slider event fire? | 1 | stackoverflowdupquestions |
MapView without MapActivity | Is it possible to use a MapView without having to extend MapActivity? | Don`t load Map in MapActivity | 1 | stackoverflowdupquestions |
Using ProgressMonitorDialog in Eclipse 4 properly | ProgressMonitorDialog - Watching active thread to update monitor | How to make my method work properly? | 1 | stackoverflowdupquestions |
Caused by: java.net.SocketException: Unexpected end of file from server | Java simple code: java.net.SocketException: Unexpected end of file from server | java.net.SocketException: Unexpected end of file from server | 1 | stackoverflowdupquestions |
Using MouseListener to select a range of cells in a grid | How to use MouseListener to find a specific cell in a grid | Java MouseListener - Events | 1 | stackoverflowdupquestions |
Compiling successful, NoClassDefFoundError at ant java task | NoClassDefFoundError at runtime with ant | Ant apache NoClassDefFoundError | 1 | stackoverflowdupquestions |
Why is default required for a switch on an enum? | What is the usage of default when the switch is for an enum? | Switch to Map/Enum or something else | 1 | stackoverflowdupquestions |
Can't find @FormDataParam in Jersey 2.17 | Probleme with my Servlet and @FormDataParam Jersey | Can't import jersey in Java | 1 | stackoverflowdupquestions |
Trouble using regex in DocumentFilter for JTextField | Regex for DocumentFilter to match all decimal number but also number with just a decimal at the end | How to set DocumentFilter with input length and range? e.g. 1-3 or 10-80 | 1 | stackoverflowdupquestions |
How to concatenate string arrays in Java | How do I concatenate static string arrays | Concatenate characters to a string - java | 1 | stackoverflowdupquestions |
Java - How to view assert messages in Eclipse | What does the "assert" keyword do? | How can system log/save All Assert statement messages? | 1 | stackoverflowdupquestions |
Why is BigDecimal.equals specified to compare both value and scale individually? | Why BigDecimal("5.50") not equals to BigDecimal("5.5") and how to work around this issue? | How to getScale on BigDecimal? | 1 | stackoverflowdupquestions |
How to make Hibernate 4 stop throwing "Deleting detached instance"? | JPA thinks I'm deleting a detached object | hibernate detached criteria with join table | 1 | stackoverflowdupquestions |
Java Swing: Change Text after delay | How could I add a simple delay in a Java Swing application? | How to update delay in AbstractScheduledService | 1 | stackoverflowdupquestions |
How to solve "java.lang.UnsatisfiedLinkError: Can't find dependent libraries" without System32? | How to fix an UnsatisfiedLinkError (Can't find dependent libraries) in a JNI project | java.lang.UnsatisfiedLinkError in jflashplayer -- getOSVersion | 1 | stackoverflowdupquestions |
Loading Drools/KIE Workbench artifacts directly from the repository | why does loading Drools 6 KIE JAR into code fail? | Multithreaing in java - drools and database | 1 | stackoverflowdupquestions |
Names for dynamically generated TestNG tests in Eclipse plugin | How to generate tests with different names in TestNG? | TestNG: Running all tests in a given path | 1 | stackoverflowdupquestions |
Extract ip addresses from Strings using regex | How to extract a pattern of string(like IP addresses) from another string in Java | Java Regex Extract String between two Strings | 1 | stackoverflowdupquestions |
Platform.runLater Issue - Delay Execution | How does Platform.runLater() functions? | Delay Java Step Execution | 1 | stackoverflowdupquestions |
Audio playback in java not working correctly | Audio playback not working correctly | Why doesn't MediaPlayer.start start the playback at zero? | 1 | stackoverflowdupquestions |
How to revert the database back to the initial state using dbUnit? | Reset sequence in DBUnit? | Getting started with DBUnit | 1 | stackoverflowdupquestions |
Why there is no output is eclipse console | System.out.print() doesn't send any output to Eclipse console. Why? | How to print the console value in my Eclipse? | 1 | stackoverflowdupquestions |
Unable to close the Frame by clicking close X button | how to close a frame when button clicks | How to get to new XML page by clicking a button? | 1 | stackoverflowdupquestions |
When I create a class, I receive "illegal start of type" error in "try-catch" block | JAVA illegal start of type | Java: Error in one program, but none in another. "Illegal start or type" | 1 | stackoverflowdupquestions |
Creating java date object from year,month,day | How to get a Date object from year,month and day? | How to get the last date of given month and year in java | 1 | stackoverflowdupquestions |
Why does HashMap require that the initial capacity be a power of two? | Is it better to specify HashMap's initial capacity when it is not a power of 2 than to not specify at all? | How to get the capacity of the ArrayList in Java? | 1 | stackoverflowdupquestions |
Unknown Source in java stack trace, yet line numbers are in the class file | (Unknown Source) in Exception stack trace | Print the stack trace of an exception | 1 | stackoverflowdupquestions |
Sublime Text 2 build system to compile & run Java in a new Terminal/Command Prompt window? | How to Compile and Run Java programs that include a Import with Sublime Text 2? | Sublime text 2 - compile and run single java file | 1 | stackoverflowdupquestions |
Java slower with large heap, no excessive gc-ing | Java slower with big heap | Split()-ing in java | 1 | stackoverflowdupquestions |
How to select all text in JTable cell when editing | How to select all text in JTable cell when editing but not when typing? | Why is cancelCellEditing() not called when pressing escape while editing a JTable cell? | 1 | stackoverflowdupquestions |
Can't Autowire a Bean which is present in a dependent Jar | Can't I @Autowire a Bean which is present in a dependent Library Jar? | Autowire specific inner bean in Spring | 1 | stackoverflowdupquestions |
Fetch Resultset of created&filled MSSQL temp table over Java | Fetch Data from MSSQL DB with temp table over JAVA | Java and MSSQL problems with getting data from database | 1 | stackoverflowdupquestions |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.