query
stringlengths
1
74.9k
positive
stringlengths
0
174k
negative
stringlengths
1
174k
label
float64
1
1
task_name
stringclasses
33 values
How to get a immutable collection from java HashMap?
Example of an immutable class with hashmap
Immutable in java
1
stackoverflowdupquestions
Frame and Canvas grow larger than specified
Frame and Canvas created in cycle grow larger than specified when setResizeable(false)
How to create a larger frame in Java
1
stackoverflowdupquestions
JDK8: unable to parse LocalTime
Java LocalTime Parse Exception
Maven: compile Java 7 with JDK8
1
stackoverflowdupquestions
Java daemon best cross platform solution?
java background/daemon/service cross platform best practices
Is there a cross platform command that will print something to console?
1
stackoverflowdupquestions
java.lang.NullPointerException at org.apache.jsp.init_jsp.jspInit(init_jsp.java:39)
java.lang.NullPointerException at org.apache.jsp.index_jsp._jspInit
Converte value of JSP to java string
1
stackoverflowdupquestions
Java Time's week-of-week-based-year pattern parsing with DateTimeFormatter
DateTimeFormatter week-based-year diff
Find start-end date of a week from week number
1
stackoverflowdupquestions
How to avoid excessive hibernate flushes to DB
When Hibernate flushes a Session, how does it decide which objects in the session are dirty?
hibernate generating excessive number of joins in select query
1
stackoverflowdupquestions
Nothing happening when reading .accdb database
Database extension is accdb when I want it to be mdb
file.delete(); nothing happening
1
stackoverflowdupquestions
NoSuchMethodError: MultivaluedMap.addAll in Jersey Client
Jersey and Maven results in java.lang.NoSuchMethodError
How to iterate over MultivaluedMap and extract the key and its corresponding first value?
1
stackoverflowdupquestions
Embedding images into html email with java mail
Image embedding in Java mail - CID not working
Embedding HTML within XHTML
1
stackoverflowdupquestions
how to achieve method chaining in java?
How to create class and chaining methods
Chaining Strings in Java
1
stackoverflowdupquestions
how to set location of jvm crash log files
How do you crash a JVM?
What does BufferBlob::Interpreter in JVM crash log mean?
1
stackoverflowdupquestions
How to append files to a .tar archive using Apache Commons Compress?
How do I append files to a .tar archive in Java?
Apache Commons Compress: Opening .tar.gz
1
stackoverflowdupquestions
Junit before class ( non static )
Junit - run set up method once
Junit prerun call
1
stackoverflowdupquestions
Eclipse: change name of existing package with classes inside
How to change a package name in Eclipse?
Is it possible to change package name on android project in eclipse?
1
stackoverflowdupquestions
Why use a wild card capture helper method?
When to use generic methods and when to use wild-card?
Error While Passing Bounded Wild Card Collection in Java
1
stackoverflowdupquestions
The volatile key word and memory consistency errors
Example of a memory consistency error when using volatile keyword?
Java : Volatile variable access
1
stackoverflowdupquestions
Reset Java Applet on page reload
Force browser to reload applet everytime
java.net.SocketPermission in Applet
1
stackoverflowdupquestions
How to Print Hexadecimal Numbers in PHP or Java
Print hexadecimal as hexadecimal
How to create byte[] from hexadecimal values?
1
stackoverflowdupquestions
How to deploy a Java EE application in the Amazon cloud?
Using Java web service on Amazon cloud
How to host a java webapplication using Amazon Cloud engine?
1
stackoverflowdupquestions
Restlet routing nightmare?
Want to know Restlet Routing basic concepts
How to choose Responseformat with Restlet
1
stackoverflowdupquestions
Verifying Jar Signature
Verifying Jar signature doesn't work in Java
Verifying Java Class Library in Netbeans 6.9.1
1
stackoverflowdupquestions
what is the equivalent of ado.net datatable in java?
DataTable equivalent in Java
How to Bind two class in Datatable
1
stackoverflowdupquestions
Java - Swing - Can't seem to get Incremental Painting to work (Runned through Executable Jar File)
Incremental graphics in Swing
Swing Painting issue?
1
stackoverflowdupquestions
Symmetric difference of two sets in Java
What is the best way get the symmetric difference between two sets in java?
Getting the difference between two sets
1
stackoverflowdupquestions
Need a free tools to create exe file from java
Creating Java Exe
Is there any other way to run .exe from Java?
1
stackoverflowdupquestions
Java 7 default locale
how do I set the default locale for my JVM?
How to get the script from a Locale object on Android?
1
stackoverflowdupquestions
Hashcode for NULL key in HashMap
HashMap having null as key
Why does changing the hashcode of an object used as a key in a HashMap make a lookup return null?
1
stackoverflowdupquestions
How do I read POST parameters for a RESTful service using Jersey?
How to read post data in a Jersey based RESTful webservice
How to put parameters in RESTful POST with JerseyFramework
1
stackoverflowdupquestions
Get first next Monday after certain date?
Retrieve current week's Monday's date
Get current week start and end date in Java - (MONDAY TO SUNDAY)
1
stackoverflowdupquestions
Not supported for DML operations with simple UPDATE query
JpaRepository Not supported for DML operations [delete query]
How to speedup Hibernate DML statements for one-to-many associations
1
stackoverflowdupquestions
MongoDB java driver 3.0 can't catch exception when authenticate
MongoDB-Java driver: Catch exception when insert fails
Which is the best java driver for mongodb access?
1
stackoverflowdupquestions
How do I decrypt a Java-DES-encrypted message using openssl?
How to decrypt file in Java encrypted with openssl command using AES?
Openssl rsa decrypt in java/android
1
stackoverflowdupquestions
Lazy Initialisation with OpenEntityManagerInViewFilter?
Could not write content: failed to lazily initialize a collection of role using OpenEntityManagerInViewFilter
Size of Initialisation string in java
1
stackoverflowdupquestions
Aggregate List of objects in Java
Aggregate Functions over a List in JAVA
How to make "order by aggregate function" in Spring Data?
1
stackoverflowdupquestions
How to detect all the Devices connected in a WiFi network from Android App
Get All Devices on WiFi Network with Java
Detect specific devices within android application
1
stackoverflowdupquestions
How can I format date by locale in Java?
Format Date according to locale and then get the date part
Locale and Command line input
1
stackoverflowdupquestions
How can I remove a JPanel from a JFrame?
Why I cannot add a JPanel to JFrame?
Java add more than one JPanel objects into JFrame
1
stackoverflowdupquestions
(JavaFx) Proper way represent static FXML fields (and why this is a bad idea)
javafx 8 compatibility issues - FXML static fields
Javafx: Open a new FXML from another Java Class
1
stackoverflowdupquestions
Java Generics: Wildcard capture misunderstanding
Java generics: Wildcard capture compilation error
How do I resolve this wildcard capture issue when using java generics?
1
stackoverflowdupquestions
is this a java memory leak
Creating a memory leak with Java
How to check memory leak?
1
stackoverflowdupquestions
How to set a JFrame size to fit the CardLayout displayed JPanel?
Change size of JPanel using CardLayout
NullPointerException Error with JPanel and CardLayout
1
stackoverflowdupquestions
PropertyPlaceholderConfigurer with Tomcat & ContextLoaderListener
How to get a tomcat Environment variable in a PropertyPlaceholderConfigurer
What is difference between PropertyOverrideConfigurer and PropertyPlaceholderConfigurer?
1
stackoverflowdupquestions
MediaPlayer.create() always returns null
MediaPlayer " android " It's always null?
Android MediaPlayer error
1
stackoverflowdupquestions
SimpleFramwork XML: Element with Inner Text and Child Elements
SimpleFramework XML: element with inner text and child elements
Java Inner Text (getTextContents()) Problem
1
stackoverflowdupquestions
Alternative to JFileChooser
Alternative to JFileChooser on Linux?
JFileChooser returns wrong file name?
1
stackoverflowdupquestions
How can we auto resize the size of components in SWT?
Components won't resize in SWT with a GridLayout
SWT Access gui components
1
stackoverflowdupquestions
Setting JRE in Netbeans
How to specify which JRE to use in Netbeans?
Java Netbeans error
1
stackoverflowdupquestions
Create Java 8 AST with ANTLR4 programmatically
How to create AST with ANTLR4?
antlr4 - any text and keywords
1
stackoverflowdupquestions
configuring hyperjaxb to create hibernate mappings and a mysql database
Importing hyperjaxb purchase order tutorial into Eclipse
Spring Data: Configuring using only Java?
1
stackoverflowdupquestions
What does it mean to program to a interface?
Program to an interface. What does it mean?
What does '+i' mean in Java?
1
stackoverflowdupquestions
How to recover deleted files using Java?
How can one read/recover deleted files
Recursion: function doesn't recover value from stack
1
stackoverflowdupquestions
POI Excel Merging Causing "Repaired Records: Format from /xl/styles.xml part (Styles)"
Using Apache POI to get Border & Fill Styles for new cell
Getting paragraph styles in apache POI, language specific
1
stackoverflowdupquestions
Unable to run .jar files by double-clicking them on Windows 7
How to run .jar file by double click on Windows 7 64-bit?
java can run jar from cmd but not by double clicking
1
stackoverflowdupquestions
android how to get 4 images in array from ten array of image randomly
How to randomly Display Images from ArrayList<Integer>
Create an array in java where values are sorted randomly
1
stackoverflowdupquestions
Unable to Sort ArrayList<HashMap<String, Object>> by Single HashMap object field in Java Android
sort ArrayList<HashMap<String, String>> using value
Arraylist hashmap android
1
stackoverflowdupquestions
Random search algorithm using recursion
How to use recursion in creating a binary search algorithm
Recursion - Implementation of an algorithm
1
stackoverflowdupquestions
Large file transfer with sockets
Large file transfer over java socket
How to implement file transfer with Java sockets?
1
stackoverflowdupquestions
Algorithm to generate Poisson and binomial random numbers?
I need an efficient algorithm and/or code for a modelling Poisson distribution of a system
generate random numbers in methods
1
stackoverflowdupquestions
java.security.NoSuchAlgorithmException:Cannot find any provider supporting AES/ECB/PKCS7PADDING
Android AES/ECB/PKCS7PADDING generate key bouncy castle
Encrypt text to AES/CBC/PKCS7Padding
1
stackoverflowdupquestions
java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
Error -java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
1
stackoverflowdupquestions
Syntax wrong with my SHA1 code
Java String to SHA1
StandardStringDigester with SHA1 equivalent in Objective C
1
stackoverflowdupquestions
How to set the location of junit TemporaryFolder to an environment variable
TemporaryFolder and File#getCanonicalFile() on Mac
JUnit Rule TemporaryFolder
1
stackoverflowdupquestions
How to take single snapshots from a webcam?
Taking Snapshots from a Webcam using JMF
Webcam in a JavaApplet
1
stackoverflowdupquestions
How to resolve Java UnknownHostKey, while using JSch SFTP library?
SFTP file transfer using Java JSch
Jsch SFTP client unable to create new native thread
1
stackoverflowdupquestions
Conversion from 12 hours time to 24 hours time in java
How to convert 12 hours time to 24 hours time in j2me?
How do we remove date and hours in the URL's?
1
stackoverflowdupquestions
Jackson 2 annotations ignored in EJB Jar with JBoss (6.2.0 GA)
Jackson annotations ignored after deployment to JBOSS
Where is my ejb-jar.xml?
1
stackoverflowdupquestions
getting the difference between date in days in java
Finding days difference in java
how do i get the difference between two dates in days in java
1
stackoverflowdupquestions
how to judge if the file is doc or docx in POI
how to know whether a file is .docx or .doc format from Apache POI
How to set "Latha" font by default while writing docx file using poi jar
1
stackoverflowdupquestions
The pattern of final array instead of non-final variable for boolean flag in inner class
inner class non-final variable java
Using the non-final variable in inner-class
1
stackoverflowdupquestions
XML Format Checker returns Premature end of file. Why?
Why am I getting this error Premature end of file?
Java socket giving premature end of stream
1
stackoverflowdupquestions
How to configure Spring ConversionService with java config?
How to Autowired in ConversionService in springboot
Spring - ConversionService no @Autowired because of ConfigurationPropertiesBindingPostProcessor
1
stackoverflowdupquestions
MVC pattern on Android
MVC pattern in an Android application for drawing
Get and Set Method and the MVC Design Pattern
1
stackoverflowdupquestions
java.lang.OutOfMemoryError: PermGen space Exception
Dealing with "java.lang.OutOfMemoryError: PermGen space" error
JBoss Weld + java.lang.OutOfMemoryError: PermGen space
1
stackoverflowdupquestions
Java Streams — How to perform an intermediate function every nth item
Java Streams — How to perform an intermediate function on the last value provided
Java read file line by line and replace nth column
1
stackoverflowdupquestions
Order of request.getParameterNames()
HTTPServletRequest.getParameterNames() not in order as in HTML Form
SimpleClient - GET request
1
stackoverflowdupquestions
Looping Music in Java
Using music in a java program
Java Looping string replacemnet
1
stackoverflowdupquestions
Tomcat JVM version different from JAVA_HOME
How to change Java version used by TOMCAT?
ThreadPoolExecutorFactoryBean in tomcat
1
stackoverflowdupquestions
What is the default package in which my classes are put if I don't specify it?
How to access java-classes in the default-package?
How to call Bean classes not in default package
1
stackoverflowdupquestions
PostGIS and JPA 2.0
How to store geometry Point in Postgis database using java
Storing PostgreSQL/PostGIS "geometry(MultiPolygon)" data type in java
1
stackoverflowdupquestions
Java - Will inlining code have benefits?
What is inlining?
Android version checking and inlining of static final constants
1
stackoverflowdupquestions
ColdFusion Garbage Collection
coldFusion jvm Garbage Collection not
Using Java libraries with ColdFusion 9
1
stackoverflowdupquestions
Java Stream API: why the distinction between sequential and parallel execution mode?
Java-8 Stream returned by .map will be parallel or sequential?
Does Java make distinction between value type and reference type
1
stackoverflowdupquestions
Java: Efficiently converting an array of longs to an array of bytes
Most Compact way to Serialize an Array of Longs in Java
Sort JTable column of longs
1
stackoverflowdupquestions
Moving Objects along an arc path with java graphics
Moving Shapes along an arc path with java graphics
How to create an arc with Slick2D?
1
stackoverflowdupquestions
+ operator for String in Java
= operator in java
Java Operator: |=
1
stackoverflowdupquestions
Suppress javac warning "...is internal proprietary API and may be removed in a future release"
NEW is internal proprietary API
how to remove this warning: com.sun.org.apache.xerces.internal.dom.DOMImplementationImpl is Sun proprietary API and may be removed in a future release
1
stackoverflowdupquestions
JProgressbar: how to change colour based on progress?
Color in JProgressBar
How to add text on jprogressbar?
1
stackoverflowdupquestions
JPasswordField returning some hash code converted into string type
JPasswordField encoding the input
Replacing the password character to dot in JPasswordField
1
stackoverflowdupquestions
Change property name with Flexjson
FlexJson and @JSON annotation - @JSON(name = "") not working
FlexJson Error : ClassCastException: java.util.HashMap cannot be cast to class
1
stackoverflowdupquestions
Find if location is land or water in WorldWind
How to give WMS URL for Geoserver in worldwind Android?
Beginners trouble on getting started with WorldWind and KML
1
stackoverflowdupquestions
How can I read from a Winzip self-extracting (exe) zip file in Java?
reading/extracting a self extracting zip in JAVA
Extracting a file with JUnrar
1
stackoverflowdupquestions
Where is the correct location to put Log4j.properties in an Eclipse project?
log4j.properties, where to put it
Log4j doesn't create any file using log4j.properties
1
stackoverflowdupquestions
Converting a Date object to a calendar object
Date object to Calendar [Java]
problem converting calendar to java.util.Date
1
stackoverflowdupquestions
Return value of assignment operation in Java
confused with return value of assignment operation in java
Variable value assignment operation duplication
1
stackoverflowdupquestions
Downgrading 9.0.83 Google Play Services manually to avoid DynamiteModule: Failed to load module descriptor
No marker displayed on the map in my route tracking activity with Google Play Services version 9.0.83
Where to find the Java 9 module descriptor reference?
1
stackoverflowdupquestions
How do I make a JTextPane have a different tab size in Java?
Java JTextpane Tab Size
Multiple line JTextPane
1
stackoverflowdupquestions
Fixing BeanNotOfRequiredTypeException on Spring proxy cast on a non-singleton bean?
BeanNotOfRequiredTypeException due to autowired fields
What does it mean to "proxy a bean"?
1
stackoverflowdupquestions
Play a Youtube video using JavaFX
Youtube in JavaFX WebView
Code for download video from Youtube on Java, Android
1
stackoverflowdupquestions
java arraylist of arraylist copy
Java ArrayList copy
Java (ArrayList)
1
stackoverflowdupquestions