query
stringlengths
1
74.9k
positive
stringlengths
0
174k
negative
stringlengths
1
174k
label
float64
1
1
task_name
stringclasses
33 values
No cipher suites in common while establishing a secure connection
SSLHandshakeException:no cipher suites in common in spring integration TCP Server
No cipher suites in common” error in Jetty 2016-01-15 15:13:47.700000+00:00 java|ssl|cryptography|jetty
1
stackoverflowdupquestions
ImageIO.read illegal argument exception - raster bands/colour space components?
IllegalArgumentException: Numbers of source Raster bands and source color space components do not match For a color image Exception
illegal argument exception in url
1
stackoverflowdupquestions
How do I convert seconds into accumulated hhh:mm:ss?
How to convert milliseconds to "hh:mm:ss" format?
automatically separate mm:ss in editText?
1
stackoverflowdupquestions
Is it worth to use slf4j with log4j2
using slf4j with log4j2
Log4j2.xml not found but log4j2-test.xml is
1
stackoverflowdupquestions
is it right to call the doPost method inside the doGet method?
doGet and doPost in Servlets
Can't call doPost from doGet
1
stackoverflowdupquestions
Should I manually commit this Play! transaction?
How can I commit a Play! JPA transaction manually?
Java transaction - commit on conn doesn't
1
stackoverflowdupquestions
Fast and simple String encrypt/decrypt in JAVA
Java - encrypt / decrypt user name and password from a configuration file
Encrypt a String, save it to DB, load it and decrypt it
1
stackoverflowdupquestions
Combinatorics in Java and CSV
permutations/combinatorics library for java?
Algorithm for combinatorics (6 choose 2)
1
stackoverflowdupquestions
JScrollPane for a JPanel inside a JPanel
Java JPanel inside JScrollPane?
JScrollPane doesn't work while inside a JPanel
1
stackoverflowdupquestions
What exactly is a Context in Java?
What exactly does "context" mean in context-(in)sensitive analysis?
What to do if I don't have Context?
1
stackoverflowdupquestions
Java, recursively reverse an array
How to reverse an array of strings recursively?
Recursively create apollonian gaskets [With solution]
1
stackoverflowdupquestions
java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet error
Issue - java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
ERROR [org.springframework.web.servlet.DispatcherServlet]
1
stackoverflowdupquestions
Swing JList with multiline text and dynamic height
How to get multiline for a Jlist text?
Can't add to my JList?
1
stackoverflowdupquestions
How should I represent a dependency graph in Java?
How to Sort a Dependency Graph in Java?
How Do I add dependency for Java?
1
stackoverflowdupquestions
Adding header in response in filter?
How to write response filter?
Filter file in java
1
stackoverflowdupquestions
GWT - RPC SerializationException
SerializationException GWT
GWT + Hibernate many-to-one xml O/R Mapping: SerializationException
1
stackoverflowdupquestions
PrintWriter append method not appending
PrintWriter to append data if file exist
Java PrintWriter exception
1
stackoverflowdupquestions
Prim's algorithm for generating a maze: Getting the neighbour cell
Maze generation prim algorithm not all cells are traversed
Java - create a maze with a unique solution
1
stackoverflowdupquestions
Unit-Testing OSGi-Components
osgi: Using ServiceFactories?
java Unit testing
1
stackoverflowdupquestions
AndroidDebugKey Keystore was tampered with, or password was incorrect
Keytool Signing Problem: Keystore was tampered with, or password was incorrect
Where can I find the keystore file?
1
stackoverflowdupquestions
How to encode images into a video file in Java through programming?
Create a Video file from images using ffmpeg
Create video from series of images using android
1
stackoverflowdupquestions
How can i split this string in Java?
How to split a string in Java
How to split this string in java
1
stackoverflowdupquestions
How can I avoid synthetic access compiler warning with inline-anonymous class declaration and what does it mean?
What's the penalty for Synthetic methods?
What is a synthetic back reference to an inner class
1
stackoverflowdupquestions
RESTEASY003145: Unable to find a MessageBodyReader of content-type application/json and type class org.keycloak.representations.AccessTokenResponse
RestEasy - Unable to find MessageBodyReader?
Keycloak id_token is null with REST authentication
1
stackoverflowdupquestions
Which is better: PooledConnectionFactory or CachingConnectionFactory?
Autoreconnect problem with ActiveMQ and CachingConnectionFactory
Is there a better way to read data?
1
stackoverflowdupquestions
What are Dynamic Proxy classes and why would I use one?
How to create proxy in java
How does Java's Dynamic Proxy actually work?
1
stackoverflowdupquestions
Confusion about collections, enumeration, and iterator in Java
Difference between Java Enumeration and Iterator
Create Enumeration of objects
1
stackoverflowdupquestions
Can't load jrxml located in jar file via JRXmlLoader: getting java.io.FileNotFoundException
Why My Java Application can't see the *.jrxml?
Too many open file error, java.io.FileNotFoundException
1
stackoverflowdupquestions
Exception: Unexpected end of ZLIB input stream
Java GZipInputStream unexpected end of ZLib input stream
Java simple code: java.net.SocketException: Unexpected end of file from server
1
stackoverflowdupquestions
Java if vs. try/catch overhead
try/catch vs null check in java
Overhead: method call vs. object creation
1
stackoverflowdupquestions
Apache Commons FTPClient.listFiles
Issue with org.apache.commons.net.ftp.FTPClient listFiles()
Apache Commons Net FTPClient - PUT instead of STOR?
1
stackoverflowdupquestions
Forward slash in Java Regex
Java Regex Matching Forward Slash and Word
Regex for replacing forward slash after a colon
1
stackoverflowdupquestions
How to make the Java.awt.Robot type unicode characters? (Is it possible?)
How to type Unicode character via Robot
Do java.awt.Robot and java.awt.event.KeyEvent support mousekeys?
1
stackoverflowdupquestions
What's the point of JAXB 2's ObjectFactory classes?
Do you always need an ObjectFactory class when using JAXB?
JAXB Umarshaller error
1
stackoverflowdupquestions
How to add " " quotes around printed String?
How to enter quotes in a Java string?
Java parse string with quotes
1
stackoverflowdupquestions
Debugging clojure functions which are invoked in java code (eclipse)
Calling clojure from java
How to use an own Java-Exception-class within Clojure?
1
stackoverflowdupquestions
Compilation error with generics and ternary operator in JDK 7
Generics compilation error with ternary operator in Java 8, but not in Java 7
If without else ternary operator
1
stackoverflowdupquestions
Redirect System.out and System.err to slf4j
How do I redirect System.out, System.err to the log file
How do I learn how to use slf4j?
1
stackoverflowdupquestions
Casting List<Animal> to List<Dog>
Generics : List<? extends Animal> is same as List<Animal>?
Casting List<T> to List<String> type
1
stackoverflowdupquestions
Java8 method reference used as Function object to combine functions
Reference to methods with different parameters in Java8
JAVA8: Map list of objects to String[]
1
stackoverflowdupquestions
Jsoup connection to https(keystore)
How to connect via HTTPS using Jsoup?
Create keystore file with one command
1
stackoverflowdupquestions
How to know a java class is compiled by jdk 64bit or 32bit version?
How can I tell if a jar was compiled on a 64bit or 32bit system?
How can I check if I am running 32bit or 64bit java in C#
1
stackoverflowdupquestions
java: throws RuntimeException
Please explain RuntimeException in Java and where it should be used
When to use "throws RuntimeException" Java
1
stackoverflowdupquestions
Does Java's toLowerCase() preserve original string length?
toLowerCase() method in Java when used with Locale does not produce the exact result
toLowerCase(char) method?
1
stackoverflowdupquestions
Recyclerview not call any Adapter method :onCreateViewHolder,onBindViewHolder,
Recyclerview not call onCreateViewHolder
Null Pointer Exception in Adapter for recyclerview
1
stackoverflowdupquestions
How to properly shutdown Embedded Derby database with BoneCP connection pool
BoneCP & Derby - How to properly shutdown
fail to create embedded derby java
1
stackoverflowdupquestions
how to resize Image in java?
How to resize input image
Resize an image using Java
1
stackoverflowdupquestions
Java Generics & Reflection
Generics and reflection in Java
Generics in Java
1
stackoverflowdupquestions
JTable change the row height dynamically
How to implement jtable with variable row-height
Adding Columns to JTable dynamically
1
stackoverflowdupquestions
how to deploy a jax-ws service to eclipse or tomcat?
Cannot run JAX-WS Java Web Service on Apache Tomcat
JAX-RPC / JAX-WS runtime in Apache Tomcat
1
stackoverflowdupquestions
Parent parent directory in Java
Parent directory in Java
Access an array from a parent class
1
stackoverflowdupquestions
How to change JTextPane(JTextArea) font and alignment?
JTextPane: How to set the font size
JTextArea and JTextPane font rendering
1
stackoverflowdupquestions
Drag and Drop nodes in JTree
JTree Drag and Drop in Netbeans
How to remove all nodes from a JTree
1
stackoverflowdupquestions
Why can't diamond infer types on anonymous inner classes?
Why can't Java 7 diamond operator be used with anonymous classes?
Diamond Using For Loop
1
stackoverflowdupquestions
javafx: How to bind the Enter key to a button and fire off an event when it is clicked?
Fire Button's onAction with Enter in JavaFX
JavaFX button doesn't work
1
stackoverflowdupquestions
Can I specify a --proxy-all parameter to WireMock to match any web site when recording?
Can WireMock play and record be used at the same time?
WireMock Performance and Load Testing
1
stackoverflowdupquestions
how to show JOptionPane on the top of all windows
Show JOptionPane (with dropdown menu) on the top of other windows
JOptionPane in Java
1
stackoverflowdupquestions
Programmatically Start OSGi (Equinox)?
Getting an object out of Equinox/Eclipse
Running multiple Equinox OSGi frameworks
1
stackoverflowdupquestions
AHow to get current IP in Java?
Getting the IP address of the current machine using Java
2 Ip's one address?
1
stackoverflowdupquestions
java.rmi.NoSuchObjectException: no such object in table
java.rmi.NoSuchObjectException
Simple RMI Application
1
stackoverflowdupquestions
The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
The type Iterator is not generic; it cannot be parameterized with arguments <CustomTypeName>
How to instance generic parameterized class
1
stackoverflowdupquestions
Getting maven project version and artifact ID from pom while running in Eclipse
Get Maven artifact version at runtime
Maven 3 Artifact problem
1
stackoverflowdupquestions
JUnit - assertSame
Assert statement Assert.assertSame is failing
AopInvocationException: in @Autowieired in JUnit
1
stackoverflowdupquestions
Sorting the data in increasing order based on keys in Multimap Google Guava
Having a Multimap sorted on keys only in Java
How to iterate guava MultiMap when the key is derived from a List
1
stackoverflowdupquestions
Class.getResource(className) giving me NullPointerException
Java: NullPointerException from class.getResource( ... )
What does classname.class return?
1
stackoverflowdupquestions
File download using RichFaces
Getting a file download to work with richfaces and IE8
RichFaces tree and ArrayList
1
stackoverflowdupquestions
FocusListener on editable JCombobox not firing
How to implement FocusListener to JTextArea?
how to Override FocusListener - Swing
1
stackoverflowdupquestions
Using javamail to send from hotmail?
Send from hotmail with Javamail?
Error when send mail in java using javamail?
1
stackoverflowdupquestions
What will be the best embedded database to be used with a small Java desktop application?
Is it possible to have a embedded database in a web application?
First database desktop application
1
stackoverflowdupquestions
selenium webdriver move slider on left side
how to move slider towards left and right using selenium java
To close webengage or clickdesk poup using selenium webdriver
1
stackoverflowdupquestions
Easy way to remove accents from a Unicode string?
Cleanning a String from html code and accents with java
Android : Problems with accents and ñ
1
stackoverflowdupquestions
Java array convention: String[] args vs. String args[]
Is there a difference between main(String args[]) and main(String[] args)?
Java newInstance passing args[1]...args[args.length]
1
stackoverflowdupquestions
Integer.toString(int i) vs String.valueOf(int i)
toString vs toString(parameter) vs valueOf(parameter) in java
Integer.valueOf() invalid int
1
stackoverflowdupquestions
assert vs. JUnit Assertions
Do JUnit Assertions ever get disabled?
How to assert greater than using JUnit Assert?
1
stackoverflowdupquestions
Hibernate: mapping enum with dash
Mapping enum to a table with hibernate annotation
Hibernate mapping between PostgreSQL enum and Java enum
1
stackoverflowdupquestions
running a batch file through java program
How do I run a batch file from my Java Application?
how to run a batch file from java?
1
stackoverflowdupquestions
Twisted in Java
twisted matrix framework for java
Java and SwingSet
1
stackoverflowdupquestions
Debug exceptions in AWT queue thread
How can I catch AWT thread exceptions in Java?
Variable cannot be defined in AWT
1
stackoverflowdupquestions
Unexpected result in long/int division
Long over int division
wrong division in java
1
stackoverflowdupquestions
inline java makes causing javascript to not execute
jsp java inline function call exits javascript
inline if statement java, why is not working
1
stackoverflowdupquestions
Switch between browser tabs using Selenium WebDriver with Java
Switch tabs using Selenium WebDriver with Java
HtmlUnitWebdriver in Selenium WebDriver
1
stackoverflowdupquestions
Java ArrayList copy
java arraylist of arraylist copy
copy specific item from one arraylist to another arraylist
1
stackoverflowdupquestions
why is my code executing paintComponent(Graphics page) twice?
paintComponent is executing twice
why is a new Graphics object not passed to paintComponent method in Java swing?
1
stackoverflowdupquestions
Good use case for Akka
What are some common use cases for using the Akka Microkernel?
How do we write a unit test for an akka UntypedProcessor
1
stackoverflowdupquestions
Overriding Binding in Guice
Override binding or child module in Guice
Guice Binding for List of generic Objects
1
stackoverflowdupquestions
HTTP status 405 - HTTP method POST is not supported by this URL
HTTP Status 405 - HTTP method POST is not supported by this URL java servlet
HTTP Status 405 - Request method 'POST' not supported Spring Security Java Config
1
stackoverflowdupquestions
Is there a way to set up two or more the event dispatch thread (EDT)?
How does the event dispatch thread work?
Do we really need EDT?
1
stackoverflowdupquestions
How to decode a string encoded with openssl aes-128-cbc using java?
AES-128-CBC is different in Java and Linux
How to decode a AES-256 / CBC / ZeroBytePadding encrypted object
1
stackoverflowdupquestions
Dynamically loading Jar and instanciate an Object of a loaded Class
Dynamically loading a class in Java
AspectJ - Use reflection to instanciate object of not public class
1
stackoverflowdupquestions
Remove string after last slash in JAVA
How to fetch string after the third slash in java
string after forward slash
1
stackoverflowdupquestions
pdfbox and itext extracting image with incorrect dpi
Getting Image DPI in PDF files using iText
pdfbox PDFBox 2.0.0 get field position
1
stackoverflowdupquestions
How to present the nullable primitive type int in Java?
How to write nullable int in java?
Check if method "return null" and is @Nullable
1
stackoverflowdupquestions
is the Java HashMap keySet() iteration order consistent?
Same iteration order on Map.keySet and Map.values?
What type of object is returned when keySet() method of HashMap is called in java?
1
stackoverflowdupquestions
Proper use of RuntimeException?
When to use "throws RuntimeException" Java
java.lang.RuntimeException: Method code too large
1
stackoverflowdupquestions
How do I get milliseconds from epoch (1970-01-01) in Java?
how to find seconds since 1970 in java
Convert String to Epoch Time
1
stackoverflowdupquestions
How to compile using -Xlint:unchecked in a Maven project?
Where can I find the Xlint option in Netbeans?
Unchecked call to List<T>
1
stackoverflowdupquestions
Eclipse or Javac bug; lambda type inference
Why didn't this java 8 example using type inference compile in Eclipse?
Java type inference of generic exception type
1
stackoverflowdupquestions
Core.rectangle returns can not resolve method error in openCv 3.0
Java OpenCV - org.opencv.core.Core rectangle() method missing
Test if rectangle contains all or part of another rectangle?
1
stackoverflowdupquestions
javac : command not found
java command is getting executed but not "javac" command
Javac Command Not Working
1
stackoverflowdupquestions
How to store multiple values in a JTable row as a JCombobox
How to insert a jcombobox in a jtable row for multiple values
I want to add Data in JTable when an item is selected from JComboBox in Java?
1
stackoverflowdupquestions