bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFo... | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFo... | 3,241,327 |
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFo... | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFo... | 3,241,328 |
public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout layout = new GridBagLayout... | 3,241,329 |
public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | 3,241,330 |
public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | 3,241,331 |
public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | public LanguageDialog(Object[] items) { super(); try { loadLookAndFeel(); } catch (Exception err) { } // We build the GUI addWindowListener(new WindowHandler()); JPanel contentPane = (JPanel) getContentPane(); setTitle("Language selection"); GridBagLayout ... | 3,241,332 |
public ImageIcon getImage() { ImageIcon img; try { img = new ImageIcon(this.getClass().getResource( "/res/installer.langsel.img")); } catch (NullPointerException err) { img = null; } return img; } | public ImageIcon getImage() { ImageIcon img; try { img = new ImageIcon(this.getClass().getResource( "/res/installer.langsel.img")); } catch (NullPointerException err) { img = null; } return img; } | 3,241,333 |
public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | 3,241,334 |
public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | 3,241,335 |
public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | public GUIInstaller() throws Exception { super(); this.installdata = new InstallData(); // Loads the installation data loadInstallData(installdata); // add the GUI install data loadGUIInstallData(); // Checks the Java version checkJavaVersion(); // Sets up the GUI L&F loadLookAndFeel(); //... | 3,241,336 |
private void checkJavaVersion() throws Exception { String version = System.getProperty("java.version"); String required = this.installdata.info.getJavaVersion(); if (version.compareTo(required) < 0) { System.out.println("Can't install !"); System.out.println("> The minimum Java version required... | private void checkJavaVersion() throws Exception { String version = System.getProperty("java.version"); String required = this.installdata.info.getJavaVersion(); if (version.compareTo(required) < 0) { System.out.println("Can't install !"); System.out.println("> The minimum Java version required... | 3,241,337 |
private void loadGUI() throws Exception { UIManager.put("OptionPane.yesButtonText", installdata.langpack.getString("installer.yes")); UIManager.put("OptionPane.noButtonText", installdata.langpack.getString("installer.no")); UIManager.put("OptionPane.cancelButtonText", installdata.langpack.getString("install... | private void loadGUI() throws Exception { UIManager.put("OptionPane.yesButtonText", installdata.langpack.getString("installer.yes")); UIManager.put("OptionPane.noButtonText", installdata.langpack.getString("installer.no")); UIManager.put("OptionPane.cancelButtonText", installdata.langpack.getString("install... | 3,241,338 |
private void loadGUI() throws Exception { UIManager.put("OptionPane.yesButtonText", installdata.langpack.getString("installer.yes")); UIManager.put("OptionPane.noButtonText", installdata.langpack.getString("installer.no")); UIManager.put("OptionPane.cancelButtonText", installdata.langpack.getString("install... | private void loadGUI() throws Exception { UIManager.put("OptionPane.yesButtonText", installdata.langpack.getString("installer.yes")); UIManager.put("OptionPane.noButtonText", installdata.langpack.getString("installer.no")); UIManager.put("OptionPane.cancelButtonText", installdata.langpack.getString("install... | 3,241,339 |
public void loadGUIInstallData() throws Exception { InputStream in = getClass().getResourceAsStream("/GUIPrefs"); ObjectInputStream objIn = new ObjectInputStream(in); this.installdata.guiPrefs = (GUIPrefs) objIn.readObject(); objIn.close(); } | public void loadGUIInstallData() throws Exception { InputStream in = getClass().getResourceAsStream("/GUIPrefs"); ObjectInputStream objIn = new ObjectInputStream(in); this.installdata.guiPrefs = (GUIPrefs) objIn.readObject(); objIn.close(); } | 3,241,340 |
public void loadGUIInstallData() throws Exception { InputStream in = getClass().getResourceAsStream("/GUIPrefs"); ObjectInputStream objIn = new ObjectInputStream(in); this.installdata.guiPrefs = (GUIPrefs) objIn.readObject(); objIn.close(); } | public void loadGUIInstallData() throws Exception { InputStream in = getClass().getResourceAsStream("/GUIPrefs"); ObjectInputStream objIn = new ObjectInputStream(in); this.installdata.guiPrefs = (GUIPrefs) objIn.readObject(); objIn.close(); } | 3,241,341 |
private void loadLangPack() throws Exception { // Initialisations ArrayList availableLangPacks = getAvailableLangPacks(); int npacks = availableLangPacks.size(); if (npacks == 0) throw new Exception("no language pack available"); String selectedPack; // We get the langpack name if (npacks !... | private void loadLangPack() throws Exception { // Initialisations ArrayList availableLangPacks = getAvailableLangPacks(); int npacks = availableLangPacks.size(); if (npacks == 0) throw new Exception("no language pack available"); String selectedPack; // We get the langpack name if (npacks !... | 3,241,342 |
private void loadLangPack() throws Exception { // Initialisations ArrayList availableLangPacks = getAvailableLangPacks(); int npacks = availableLangPacks.size(); if (npacks == 0) throw new Exception("no language pack available"); String selectedPack; // We get the langpack name if (npacks !... | private void loadLangPack() throws Exception { // Initialisations ArrayList availableLangPacks = getAvailableLangPacks(); int npacks = availableLangPacks.size(); if (npacks == 0) throw new Exception("no language pack available"); String selectedPack; // We get the langpack name if (npacks !... | 3,241,343 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,344 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,345 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,346 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,347 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,348 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,349 |
protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | protected void loadLookAndFeel() throws Exception { if (this.installdata.kind.equalsIgnoreCase("standard") || this.installdata.kind.equalsIgnoreCase("web")) { if (getClass().getResourceAsStream("/res/useNativeLAF") != null) { String nlaf = UIManager.getSystemLookAndFeelClassName(); ... | 3,241,350 |
private final boolean compareVersions(String in, String template, boolean isMin, int assumedPlace, int halfRange, String useNotIdentifier) { StringTokenizer st = new StringTokenizer(in, " \t\n\r\f\""); int i; int currentRange = 0; String[] interestedEntries = new String[hal... | private boolean compareVersions(String in, String template, boolean isMin, int assumedPlace, int halfRange, String useNotIdentifier) { StringTokenizer st = new StringTokenizer(in, " \t\n\r\f\""); int i; int currentRange = 0; String[] interestedEntries = new String[halfRange... | 3,241,351 |
public void panelActivate() { // Resolve the default for chosenPath super.panelActivate(); String chosenPath; // The variable will be exist if we enter this panel // second time. We would maintain the previos // selected path. if (idata.getVariable(getVariableName... | public void panelActivate() { // Resolve the default for chosenPath super.panelActivate(); String chosenPath; // The variable will be exist if we enter this panel // second time. We would maintain the previos // selected path. if (idata.getVariable(getVariableName... | 3,241,352 |
private final boolean verifyVersion() { String min = getMinVersion(); String max = getMaxVersion(); // No min and max, version always ok. if (min == null && max == null) return (true); if (!pathIsValid()) return (false); // No get the version ... // We cannot look... | private boolean verifyVersion() { String min = getMinVersion(); String max = getMaxVersion(); // No min and max, version always ok. if (min == null && max == null) return (true); if (!pathIsValid()) return (false); // No get the version ... // We cannot look to th... | 3,241,353 |
public Unix_Shortcut() { StringBuffer hlp = new StringBuffer(); String userLanguage = System.getProperty("user.language", "en"); hlp.append("[Desktop Entry]" + N); hlp.append("Comment=" + $Comment + N); hlp.append("Comment[" + userLanguage + "]=" + $Comment + N); hlp.app... | public Unix_Shortcut() { StringBuffer hlp = new StringBuffer(); String userLanguage = System.getProperty("user.language", "en"); hlp.append("[Desktop Entry]" + N); hlp.append("Comment=" + $Comment + N); hlp.append("Comment[" + userLanguage + "]=" + $Comment + N); hlp.app... | 3,241,354 |
public Unix_Shortcut() { StringBuffer hlp = new StringBuffer(); String userLanguage = System.getProperty("user.language", "en"); hlp.append("[Desktop Entry]" + N); hlp.append("Comment=" + $Comment + N); hlp.append("Comment[" + userLanguage + "]=" + $Comment + N); hlp.app... | public Unix_Shortcut() { StringBuffer hlp = new StringBuffer(); String userLanguage = System.getProperty("user.language", "en"); hlp.append("[Desktop Entry]" + N); hlp.append("Comment=" + $Comment + N); hlp.append("Comment[" + userLanguage + "]=" + $Comment + N); hlp.app... | 3,241,355 |
public String getDirectoryCreated() { return this.createdDirectory; // while not stored... } | public String getDirectoryCreated() { return this.createdDirectory; // while not stored... } | 3,241,357 |
public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) String FS = File.separator; // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(S... | public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(System.getProperty("user.home"))... | 3,241,358 |
public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) String FS = File.separator; // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(S... | public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) String FS = File.separator; // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(S... | 3,241,359 |
public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) String FS = File.separator; // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(S... | public Vector getProgramGroups(int userType) { // if( userType > CURRENT_USER ) // if( System.getProperty( "user.name" ).equals( "root" ) ) String FS = File.separator; // System.out.println( "userType" + userType ); Vector groups = new Vector(); File homedir = new File(S... | 3,241,360 |
private void initProps() { String[] propsArray = { $Comment, $$LANG_Comment, $Encoding, $Exec, $Arguments, $GenericName, $$LANG_GenericName, $MimeType, $Name, $$LANG_Name, $Path, $ServiceTypes, $SwallowExec, $SwallowTitle, $Terminal, $Options_For_Terminal, $Typ... | private void initProps() { String[] propsArray = { $Comment, $$LANG_Comment, $Encoding, $Exec, $Arguments, $GenericName, $$LANG_GenericName, $MimeType, $Name, $$LANG_Name, $Path, $ServiceTypes, $SwallowExec, $SwallowTitle, $Terminal, $Options_For_Terminal, $Typ... | 3,241,362 |
public String replace() { String result = new String(template); Enumeration enum = props.keys(); while (enum.hasMoreElements()) { String key = (String) enum.nextElement(); // **DEBUG: System.out.println(key+"="+props.getProperty( key )); result = Strin... | public String replace() { String result = new String(template); Enumeration enum = props.keys(); while (enum.hasMoreElements()) { String key = (String) enum.nextElement(); // **DEBUG: System.out.println(key+"="+props.getProperty( key )); result = Strin... | 3,241,363 |
public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); boolean rootUser4All = this.getUserType() == Shortcut.ALL_USERS; boolean create4All = this.getCreateForAll().booleanValue(); if ("".equals(this.itsGroupName) &... | 3,241,364 |
public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | 3,241,365 |
public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | 3,241,366 |
public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | public void save() throws Exception { String FS = File.separator; String target = null; String shortCutDef = this.replace(); if ((this.itsGroupName == null) || ("".equals(this.itsGroupName))) { target = System.getProperty("user.home") + FS + "Desktop" + FS + this.its... | 3,241,367 |
private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | 3,241,372 |
private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | 3,241,373 |
private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | 3,241,374 |
private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JDK5_ANNOTATION_TYPE; } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANN... | private static String convert(String annotationType) { if("1.5".equals(annotationType) || TestNG.JDK5_ANNOTATION_TYPE.equals(annotationType)) { return annoType.toString(); } if("1.4".equals(annotationType) || TestNG.JAVADOC_ANNOTATION_TYPE.equals(annotationType)) { return TestNG.JAVADOC_ANNOTATION_... | 3,241,375 |
public static File createSuite(IJavaProject ijp, IType[] types, IJavaElement ije) { XMLStringBuffer xmlSuite = getSuiteBuffer(ije.getElementName()); if(IJavaElement.COMPILATION_UNIT == ije.getElementType()) { createClassTest(types, ije, xmlSuite); } else if(IJavaElement.TYPE == ije.getElementTyp... | public static File createSuite(IJavaProject ijp, IType[] types, IJavaElement ije) { XMLStringBuffer xmlSuite = getSuiteBuffer(ije.getElementName()); if(IJavaElement.COMPILATION_UNIT == ije.getElementType()) { createClassTest(types, ije, xmlSuite); } else if(IJavaElement.TYPE == ije.getElementTyp... | 3,241,376 |
public static File createSuite(IJavaProject ijp, IType[] types, IJavaElement ije) { XMLStringBuffer xmlSuite = getSuiteBuffer(ije.getElementName()); if(IJavaElement.COMPILATION_UNIT == ije.getElementType()) { createClassTest(types, ije, xmlSuite); } else if(IJavaElement.TYPE == ije.getElementTyp... | public static File createSuite(IJavaProject ijp, IType[] types, IJavaElement ije) { XMLStringBuffer xmlSuite = getSuiteBuffer(ije.getElementName()); if(IJavaElement.COMPILATION_UNIT == ije.getElementType()) { createClassTest(types, ije, xmlSuite); } else if(IJavaElement.TYPE == ije.getElementTyp... | 3,241,377 |
public ChannelBindings(int index, double inputStart, double inputEnd, int red, int green, int blue, int alpha, boolean active) { this.index = index; setInputWindow(inputStart, inputEnd); rgba = new int[4]; setRGBA(red, green, blue, alpha); this.active = active; } | public ChannelBindings(int index, double inputStart, double inputEnd, int red, int green, int blue, int alpha, boolean active) { this.index = index; setInputWindow(inputStart, inputEnd); rgba = new int[4]; setRGBA(red, green, blue, alpha); this.active = active; } | 3,241,378 |
ChannelBindings copy() { ChannelBindings cb = new ChannelBindings(); cb.index = this.index; cb.active = this.active; //Will work b/c the objects are read-only: Integer, Float, etc. cb.inputStart = this.inputStart; cb.inputEnd = this.inputEnd; cb.rgba = getRGBA(); return cb; } | ChannelBindings copy() { ChannelBindings cb = new ChannelBindings(); cb.index = this.index; cb.active = this.active; //Will work b/c the objects are read-only: Integer, Float, etc. cb.inputStart = this.inputStart; cb.inputEnd = this.inputEnd; cb.rgba = getRGBA(); return cb; } | 3,241,380 |
private void verifyColorComponent(int c) { if (c < COLOR_MIN || COLOR_MAX < c) throw new IllegalArgumentException("Value must be in [0,255]."); } | private void verifyColorComponent(int c) { if (c < COLOR_MIN || COLOR_MAX < c) throw new IllegalArgumentException("Value must be in [0,255]."); } | 3,241,381 |
public int executeCommand(String[] params, String[] output) { StringBuffer retval = new StringBuffer(); retval.append("executeCommand\n"); if (params != null) { for (int i = 0; i < params.length; i++) { retval.append("\tparams: " + params[i]); ... | public int executeCommand(String[] params, String[] output) { StringBuffer retval = new StringBuffer(); retval.append("executeCommand\n"); if (params != null) { for (int i = 0; i < params.length; i++) { retval.append("\tparams: ").append(params[i])... | 3,241,382 |
public void addJarContent(String file) throws Exception { sendMsg("Adding a jar file content ..."); JarFile jar = new JarFile(file); Enumeration entries = jar.entries(); while (entries.hasMoreElements()) { // Puts a new entry ZipEntry zentry = (ZipEntry) entries.nextElement(); try ... | public void addJarContent(String file) throws Exception { sendMsg("Adding a jar file content ..."); JarFile jar = new JarFile(file); Enumeration entries = jar.entries(); while (entries.hasMoreElements()) { // Puts a new entry ZipEntry zentry = (ZipEntry) entries.nextElement(); try ... | 3,241,383 |
public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | 3,241,384 |
public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | 3,241,385 |
public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | 3,241,386 |
public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry( new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | 3,241,387 |
public boolean allowPackFileBackReferences() { return false; } | public boolean allowPackFileBackReferences() { return false; } | 3,241,388 |
public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | 3,241,389 |
public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | 3,241,390 |
private void addComboBox (XMLElement spec) { Vector forPacks = spec.getChildrenNamed (PACKS); Vector forOs = spec.getChildrenNamed(OS); XMLElement element = spec.getFirstChildNamed (SPEC); String variable = spec.getAttribute (VARIABLE); TextValuePair listItem = null; JComb... | private void addComboBox (XMLElement spec) { Vector forPacks = spec.getChildrenNamed (PACKS); Vector forOs = spec.getChildrenNamed(OS); XMLElement element = spec.getFirstChildNamed (SPEC); String variable = spec.getAttribute (VARIABLE); TextValuePair listItem = null; JComb... | 3,241,391 |
public NativeInstallerListener(boolean useSpecHelper) { super(useSpecHelper); } | public NativeInstallerListener() { super(useSpecHelper); } | 3,241,392 |
public NativeInstallerListener(boolean useSpecHelper) { super(useSpecHelper); } | public NativeInstallerListener(boolean useSpecHelper) { super(); } | 3,241,393 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,395 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,396 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,397 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,398 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,399 |
public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | public FieldSpec(String spec) throws Exception { StringTokenizer tokenizer = new StringTokenizer(spec, ":"); if ((tokenizer.countTokens() >= MIN_TOKENS) && (tokenizer.countTokens() <= MAX_TOKENS)) { String token = tokenizer.nextToken().toUpperCase(); ... | 3,241,400 |
private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | 3,241,401 |
private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | 3,241,402 |
private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data) String token String indexString int index boolean process = false String[] vals = null int i = 0 vals = new String[tokenizer.countTokens()] while (tokenizer.hasMoreTo... | 3,241,403 |
public StdPackager(String outputFilename, PackagerListener plistener) throws Exception { packs = new ArrayList(); langpacks = new ArrayList(); setPackagerListener(plistener); sendStart(); // Sets up the zipped output stream FileOutputStream outFile = new FileOutputStream(outputFilename); outJar ... | public StdPackager(String outputFilename, PackagerListener plistener) throws Exception { packs = new ArrayList(); langpacks = new ArrayList(); setPackagerListener(plistener); sendStart(); // Sets up the zipped output stream FileOutputStream outFile = new FileOutputStream(outputFilename); outJar ... | 3,241,404 |
public StdPackager(String outputFilename, PackagerListener plistener) throws Exception { packs = new ArrayList(); langpacks = new ArrayList(); setPackagerListener(plistener); sendStart(); // Sets up the zipped output stream FileOutputStream outFile = new FileOutputStream(outputFilename); outJar ... | public StdPackager(String outputFilename, PackagerListener plistener) throws Exception { packs = new ArrayList(); langpacks = new ArrayList(); setPackagerListener(plistener); sendStart(); // Sets up the zipped output stream FileOutputStream outFile = new FileOutputStream(outputFilename); outJar ... | 3,241,405 |
public void addJarContent(String file) throws Exception { sendMsg("Adding a jar file content ..."); JarFile jar = new JarFile(file); Enumeration entries = jar.entries(); while (entries.hasMoreElements()) { // Puts a new entry ZipEntry zentry = (ZipEntry) entries.nextElement(); try ... | public void addJarContent(String file) throws Exception { sendMsg("Adding a jar file content ..."); JarFile jar = new JarFile(file); Enumeration entries = jar.entries(); while (entries.hasMoreElements()) { // Puts a new entry ZipEntry zentry = (ZipEntry) entries.nextElement(); try ... | 3,241,406 |
public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | 3,241,407 |
public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | public ZipOutputStream addPack(int packNumber, String name, List osConstraints, boolean required, String description, boolean preselected) throws Exception { sendMsg("Adding pack #" + packNumber + " : " + name + " ..."); // Adds it in the packs array Pack pack = new Pack(name... | 3,241,408 |
public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | 3,241,409 |
public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry(new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | public void addPanelClass(String classFilename, InputStream input) throws Exception { sendMsg("Adding the (sub)classes for " + classFilename + " ..."); outJar.putNextEntry( new ZipEntry("com/izforge/izpack/panels/" + classFilename)); copyStream(input, outJar); outJar.closeEntry(); } | 3,241,410 |
public boolean allowPackFileBackReferences() { return true; } | public boolean allowPackFileBackReferences() { return true; } | 3,241,411 |
public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | public void setPanelsOrder(ArrayList order) throws Exception { sendMsg("Setting the panels order ..."); outJar.putNextEntry(new ZipEntry("panelsOrder")); ObjectOutputStream objOut = new ObjectOutputStream(outJar); objOut.writeObject(order); objOut.flush(); outJar.closeEntry(); } | 3,241,412 |
public boolean valueExist(String key, String value) throws NativeLibException { try { this.getValue(currentRoot, key, value); } catch (NativeLibException ne) { String em = ne.getLibMessage(); if (em.equals("functionFailed.RegOpenKeyEx")) { retur... | public boolean valueExist(String key, String value) throws NativeLibException { try { this.getValue(currentRoot, key, value); } catch (NativeLibException ne) { String em = ne.getLibMessage(); if (em.equals("functionFailed.RegOpenKeyEx") || em.eq... | 3,241,413 |
public static String stringArrayListToString(ArrayList aStringList) { StringBuffer temp = new StringBuffer(); for (int idx = 0; idx < aStringList.size(); idx++) { temp.append(aStringList.get(idx) + "\n"); } return temp.toString(); } | public static String stringArrayListToString(ArrayList aStringList) { StringBuffer temp = new StringBuffer(); for (int idx = 0; idx < aStringList.size(); idx++) { temp.append(aStringList.get(idx)).append("\n"); } return temp.toString(); } | 3,241,414 |
public void windowClosing(WindowEvent e) { // We show an alert anyway if (!installdata.canClose) JOptionPane.showMessageDialog(null, langpack.getString("installer.quit.message"), langpack.getString("installer.warning"), ... | wipeAborted(); wipeAborted(); wipeAborted(); wipeAborted(); public void windowClosing(WindowEvent e)wipeAborted(); wipeAborted(); wipeAborted(); wipeAborted(); {wipeAborted(); wipeAborted(); wipeAborted(); wipeAborted(); wipeAborted(); wipeAborted(); // We show an alert anywaywipeAborted(); wipeAborted(); wipeAborted()... | 3,241,415 |
public void activateObject(Object obj) { } | public void activateObject(Object obj) { } | 3,241,417 |
void setThrowExceptionOnPassivate(boolean bool) { exceptionOnPassivate = bool; } | public void setThrowExceptionOnPassivate(boolean bool) { exceptionOnPassivate = bool; } | 3,241,418 |
public boolean validateObject(Object obj) { return validateCounter++%2 == 0 ? evenValid : oddValid; } | public boolean validateObject(Object obj) { return validateCounter++%2 == 0 ? evenValid : oddValid; } | 3,241,419 |
public int executeFiles(int currentStage, AbstractUIHandler handler) { int exitStatus = 0; String[] output = new String[2]; String pathSep = System.getProperty("path.separator"); String osName = System.getProperty("os.name").toLowerCase(); String permissions = (System.getProperty("user.name").equals("... | public int executeFiles(int currentStage, AbstractUIHandler handler) { int exitStatus = 0; String[] output = new String[2]; String pathSep = System.getProperty("path.separator"); String osName = System.getProperty("os.name").toLowerCase(); String permissions = (System.getProperty("user.name").equals("... | 3,241,421 |
public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | 3,241,422 |
public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | 3,241,423 |
public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | public void caretUpdate(CaretEvent event) { String text = activeField.getText(); int fieldSize = activeField.getEditLength(); int caretPosition = activeField.getCaretPosition(); int selection = activeField.getSelectionEnd() - activeField.getSelectionStart(); if ((!inputFields.l... | 3,241,424 |
private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | private void setFields(String data) { StringTokenizer tokenizer = new StringTokenizer(data); String token; String indexString; int index; boolean process = false; String[] vals = null; int i = 0; vals = new String[tokenizer.countTokens()]; while (tok... | 3,241,425 |
public LicencePanel(InstallerFrame parent, InstallData idata) { super(parent, idata); // We initialize our layout setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); // We load the licence loadLicence(); // We put our components JLabel infoLabel = LabelFactory.creat... | public LicencePanel(InstallerFrame parent, InstallData idata) { super(parent, idata); // We initialize our layout setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); // We load the licence loadLicence(); // We put our components JLabel infoLabel = LabelFactory.creat... | 3,241,426 |
public LicencePanel(InstallerFrame parent, InstallData idata) { super(parent, idata); // We initialize our layout setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); // We load the licence loadLicence(); // We put our components JLabel infoLabel = LabelFactory.creat... | public LicencePanel(InstallerFrame parent, InstallData idata) { super(parent, idata); // We initialize our layout setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); // We load the licence loadLicence(); // We put our components JLabel infoLabel = LabelFactory.creat... | 3,241,427 |
synchronized String debugInfo() { StringBuffer buf = new StringBuffer(); buf.append("Active: ").append(numActive()).append("\n"); buf.append("Idle: ").append(numIdle()).append("\n"); Iterator it = _poolList.iterator(); while(it.hasNext()) { buf.append("\t").append(_pool... | synchronized String debugInfo() { StringBuffer buf = new StringBuffer(); buf.append("Active: ").append(numActive()).append("\n"); buf.append("Idle: ").append(numIdle()).append("\n"); Iterator it = _poolList.iterator(); while(it.hasNext()) { buf.append("\t").append(_pool... | 3,241,428 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,429 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,430 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,431 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,432 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,433 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,434 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,435 |
public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | public synchronized void returnObject(Object key, Object obj) throws Exception { _totalActive--; CursorableLinkedList pool = (CursorableLinkedList)(_poolMap.get(key)); if(null == pool) { pool = new CursorableLinkedList(); _poolMap.put(key,pool); _poolList.add(ke... | 3,241,436 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.