bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public Object currentContext(){ if (context.get() == null) return null; LinkedList ll = (LinkedList) context.get(); return ll.size()>0 ? ll.getLast() : null; } | public Object currentContext(){ if (context.get() == null) return null; LinkedList ll = (LinkedList) context.get(); return ll.size()>0 ? ll.getLast() : null; } | 3,227,674 |
public Filterable filter(String fieldId, Filterable f) { //log.info("Filtering Model "+f); if (hasntSeen(f)){ //log.info("Haven't seen. Stepping into "+f); enter(f); addSeen(f); f.acceptFilter(this); exit(f); } return f;// null; } | publicFilterablefilter(StringfieldId,Filterablef){ //log.info("FilteringModel"+f); if(hasntSeen(f)){ //log.info("Haven'tseen.Steppinginto"+f); enter(f); addSeen(f); f.acceptFilter(this); exit(f); } returnf;//null; } | 3,227,675 |
public Filterable filter(String fieldId, Filterable f) { //log.info("Filtering Model "+f); if (hasntSeen(f)){ //log.info("Haven't seen. Stepping into "+f); enter(f); addSeen(f); f.acceptFilter(this); exit(f); } return f;// null; } | public Filterable filter(String fieldId, Filterable f) { //log.info("Filtering Model "+f); if (hasntSeen(f)){ //log.info("Haven't seen. Stepping into "+f); enter(f); addSeen(f); f.acceptFilter(this); exit(f); } return f;// null; } | 3,227,676 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,677 |
public static String getArticleYearMonthPath() { IWTimestamp now = new IWTimestamp(); String folderString = ArticleUtil.getArticleRootPath()+"/"+now.getYear()+"/"+now.getDateString("MM"); return folderString; } | public static String getArticleYearMonthPath() { IWTimestamp now = new IWTimestamp(); String folderString = ArticleUtil.getArticleRootPath()+"/"+now.getYear()+"/"+now.getDateString("MM"); return folderString; } | 3,227,678 |
public static String getArticleYearMonthPath() { IWTimestamp now = new IWTimestamp(); String folderString = ArticleUtil.getArticleRootPath()+"/"+now.getYear()+"/"+now.getDateString("MM"); return folderString; } | public static String getArticleYearMonthPath() { IWTimestamp now = new IWTimestamp(); String folderString = ArticleUtil.getArticleRootPath()+"/"+now.getYear()+"/"+now.getDateString("MM"); return folderString; } | 3,227,679 |
public Object invoke(MethodInvocation arg0) throws Throwable { CurrentDetails.clear(); setDetails(); try { return arg0.proceed(); } finally { CurrentDetails.clear(); } } | public Object invoke(MethodInvocation arg0) throws Throwable { CurrentDetails.clear(); setDetails(); try { Object retVal = arg0.proceed(); ht.flush(); return retVal; } finally { CurrentDetails.clear(); } } | 3,227,680 |
public static void clear(){ detailsHolder.remove(); isAdminHolder.remove(); umaskHolder.remove(); leaderOfGroupsHolder.remove(); memberOfGroupsHolder.remove(); disabledSubsystemsHolder.remove(); lockCandidatesHolder.remove(); } | public static void clear(){ detailsHolder.remove(); isAdminHolder.remove(); umaskHolder.remove(); leaderOfGroupsHolder.remove(); memberOfGroupsHolder.remove(); disabledSubsystemsHolder.remove(); lockCandidatesHolder.remove(); } | 3,227,681 |
public static void newEvent(EventType type, Token token) // TODO keep up with stack here? { Event e = new Event(); e.setType(type); e.setTime(new Timestamp(System.currentTimeMillis())); e.getGraphHolder().setToken(token, token); e.getDetails().setPermissions( Permissions.IMMUTA... | public static void newEvent(EventType type, Token token) // TODO keep up with stack here? { Event e = new Event(); e.setType(type); e.setTime(new Timestamp(System.currentTimeMillis())); e.getGraphHolder().setToken(token, token); e.getDetails().setPermissions( Permissions.READ_O... | 3,227,682 |
public void makeTabRed(final ChatRoom room) { final int index = indexOfComponent(room); if (index != -1) { SparkTab tab = getTabAt(index); Font font = tab.getTitleLabel().getFont(); tab.getTitleLabel().setForeground(Color.red); Font newFont = font.deriveFont... | public void makeTabRed(final ChatRoom room) { final int index = indexOfComponent(room); if (index != -1) { SparkTab tab = getTabAt(index); Font font = tab.getTitleLabel().getFont(); final JLabel titleLabel = tab.getTitleLabel(); Font newFont = font.deriveFo... | 3,227,683 |
public void makeTabRed(final ChatRoom room) { final int index = indexOfComponent(room); if (index != -1) { SparkTab tab = getTabAt(index); Font font = tab.getTitleLabel().getFont(); tab.getTitleLabel().setForeground(Color.red); Font newFont = font.deriveFont... | public void makeTabRed(final ChatRoom room) { final int index = indexOfComponent(room); if (index != -1) { SparkTab tab = getTabAt(index); Font font = tab.getTitleLabel().getFont(); tab.getTitleLabel().setForeground(Color.red); Font newFont = font.deriveFont... | 3,227,684 |
public StatusItem getItemFromPresence(Presence presence) { // Handle offline presence if (presence == null) { return null; } Iterator statusItemIterator = dndList.iterator(); while (statusItemIterator.hasNext()) { StatusItem item = (StatusItem)statusItemItera... | public StatusItem getItemFromPresence(Presence presence) { // Handle offline presence if (presence == null) { return null; } Iterator statusItemIterator = statusList.iterator(); while (statusItemIterator.hasNext()) { StatusItem item = (StatusItem)statusItemIt... | 3,227,685 |
public StatusItem getItemFromPresence(Presence presence) { // Handle offline presence if (presence == null) { return null; } Iterator statusItemIterator = dndList.iterator(); while (statusItemIterator.hasNext()) { StatusItem item = (StatusItem)statusItemItera... | public StatusItem getItemFromPresence(Presence presence) { // Handle offline presence if (presence == null) { return null; } Iterator statusItemIterator = statusList.iterator(); while (statusItemIterator.hasNext()) { StatusItem item = (StatusItem)statusItemIt... | 3,227,686 |
public NotFoundException(String reason) { super(reason); } | public NotFoundException(String reason) { super(reason); } | 3,227,687 |
public ImageInfo(Integer attributeId, org.openmicroscopy.omero.model.Image image, org.openmicroscopy.omero.model.Group group, org.openmicroscopy.omero.model.ModuleExecution moduleExecution) { this.attributeId = attributeId; this.image = image; this.group = group; this.moduleExecution = m... | public ImageInfo(Integer attributeId, org.openmicroscopy.omero.model.Image image, org.openmicroscopy.omero.model.Group group, org.openmicroscopy.omero.model.ModuleExecution moduleExecution) { this.attributeId = attributeId; this.image = image; this.group = group; this.moduleExecution = m... | 3,227,688 |
public org.openmicroscopy.omero.model.Group getGroup() { return this.group; } | public Group getGroup() { return this.group; } | 3,227,689 |
public org.openmicroscopy.omero.model.Image getImage() { return this.image; } | public Image getImage() { return this.image; } | 3,227,690 |
public org.openmicroscopy.omero.model.ModuleExecution getModuleExecution() { return this.moduleExecution; } | public ModuleExecution getModuleExecution() { return this.moduleExecution; } | 3,227,691 |
public void setGroup(org.openmicroscopy.omero.model.Group group) { this.group = group; } | public void setGroup(Group group) { this.group = group; } | 3,227,692 |
public void setImage(org.openmicroscopy.omero.model.Image image) { this.image = image; } | public void setImage(Image image) { this.image = image; } | 3,227,693 |
public void setModuleExecution(org.openmicroscopy.omero.model.ModuleExecution moduleExecution) { this.moduleExecution = moduleExecution; } | public void setModuleExecution(ModuleExecution moduleExecution) { this.moduleExecution = moduleExecution; } | 3,227,694 |
public static RubyObject convertJavaToRuby(Ruby ruby, Object object, Class javaClass) { if (object == null) { return ruby.getNil(); } if (javaClass.isPrimitive()) { String cName = javaClass.getName(); if (cName == "boolean") { return RubyBoolean.m... | public static RubyObject convertJavaToRuby(Ruby ruby, Object object, Class javaClass) { if (object == null) { return ruby.getNil(); } if (javaClass.isPrimitive()) { String cName = javaClass.getName(); if (cName == "boolean") { return RubyBoolean.m... | 3,227,695 |
public RubyFloat(Ruby ruby, double value) { super(ruby, ruby.getFloatClass()); this.value = value; } | public RubyFloat(Ruby ruby, double value) { super(ruby, ruby.getFloatClass()); this.value = value; } | 3,227,696 |
public RubyBignum(Ruby ruby, BigInteger value) { super(ruby, ruby.getClasses().getBignumClass()); this.value = value; } | public RubyBignum(Ruby ruby, BigInteger value) { super(ruby, ruby.getClasses().getBignumClass()); this.value = value; } | 3,227,697 |
public IRubyObject inspect() { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); ThreadContext context = getRuntime().getCurren... | public IRubyObject inspect() { if(!getRuntime().registerInspecting(this)) { return getRuntime().newString("[...]"); } try { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString se... | 3,227,698 |
public IRubyObject inspect() { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); ThreadContext context = getRuntime().getCurren... | public IRubyObject inspect() { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); ThreadContext context = getRuntime().getCurren... | 3,227,699 |
public IRubyObject inspect() { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); ThreadContext context = getRuntime().getCurren... | public IRubyObject inspect() { int length = getLength(); if (length == 0) { return getRuntime().newString("[]"); } RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); ThreadContext context = getRuntime().getCurren... | 3,227,700 |
public RubyString join(RubyString sep) { StringBuffer buf = new StringBuffer(); int length = getLength(); if (length == 0) { getRuntime().newString(""); } boolean taint = isTaint() || sep.isTaint(); RubyString str; IRubyObject tmp = null; for (long ... | public RubyString join(RubyString sep) { StringBuffer buf = new StringBuffer(); int length = getLength(); if (length == 0) { getRuntime().newString(""); } boolean taint = isTaint() || sep.isTaint(); RubyString str; IRubyObject tmp = null; for (long ... | 3,227,701 |
public IRubyObject to_s() { IRubyObject separatorObject = getRuntime().getGlobalVariables().get("$,"); RubyString separator; if (separatorObject.isNil()) { separator = getRuntime().newString(""); } else { separator = RubyString.stringValue(separatorObject); }... | public IRubyObject to_s() { IRubyObject separatorObject = getRuntime().getGlobalVariables().get("$,"); RubyString separator; if (separatorObject.isNil()) { separator = getRuntime().newString(""); } else { separator = RubyString.stringValue(separatorObject); }... | 3,227,702 |
public IRubyObject to_s() { IRubyObject separatorObject = getRuntime().getGlobalVariables().get("$,"); RubyString separator; if (separatorObject.isNil()) { separator = getRuntime().newString(""); } else { separator = RubyString.stringValue(separatorObject); }... | public IRubyObject to_s() { IRubyObject separatorObject = getRuntime().getGlobalVariables().get("$,"); RubyString separator; if (separatorObject.isNil()) { separator = getRuntime().newString(""); } else { separator = RubyString.stringValue(separatorObject); }... | 3,227,703 |
public IRubyObject create(IRubyObject[] args) { return getRuntime().newArray(args); } | public IRubyObject create(IRubyObject[] args) { RubyArray array = (RubyArray)allocateObject(); array.setMetaClass(this); if (args.length > 1) { for (int i = 0; i < args.length; i++) { array.add(args[i]); } } return array; } | 3,227,704 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,705 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,706 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,707 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,708 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,709 |
public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | public void store() throws IDOStoreException{ boolean storeOk = true; clearErrorKeys(); if (getHeadline().trim().equals("")) { addErrorKey(KEY_ERROR_HEADLINE_EMPTY); storeOk = false; } if (getBody().trim().equals("")) { addErrorKey(KEY_ERROR_BODY_EMPTY); storeOk = false; } // if (getRequestedStatus() !... | 3,227,710 |
public ChatToolBar() { buttonPanel = new JPanel(); buttonPanel.setLayout(new FlowLayout(FlowLayout.LEFT)); rightPanel = new JPanel(); rightPanel.setOpaque(false); rightPanel.setLayout(new BorderLayout()); // Set Layout setLayout(new Gr... | public ChatToolBar() { buttonPanel = new JPanel(); buttonPanel.setLayout(new FlowLayout(FlowLayout.LEFT)); rightPanel = new JPanel(); rightPanel.setOpaque(false); rightPanel.setLayout(new BorderLayout()); // Set Layout setLayout(new Gr... | 3,227,711 |
public void saveTranscript(String fileName, List transcript, String headerData) { final LocalPreferences pref = SettingsManager.getLocalPreferences(); try { SimpleDateFormat formatter; File defaultSaveFile = new File(new File(Spark.getUserHome()), fileName); final JFil... | public void saveTranscript(String fileName, List transcript, String headerData) { final LocalPreferences pref = SettingsManager.getLocalPreferences(); try { SimpleDateFormat formatter; File defaultSaveFile = new File(new File(Spark.getUserHome()), fileName); final JFil... | 3,227,712 |
public static void main(String args[]) { //@START int N = Integer.parseInt(args[0]); NumberFormat nf = NumberFormat.getInstance(); nf.setMaximumFractionDigits(10); nf.setMinimumFractionDigits(10); nf.setGroupingUsed(false); double []ary = (double[])Array.newInstance(double.class, N+1); for (int i=1; i<=N; i++) { ... | public static void main(String args[]) { //@START int N = Integer.parseInt(args[0]); NumberFormat nf = NumberFormat.getInstance(); nf.setMaximumFractionDigits(10); nf.setMinimumFractionDigits(10); nf.setGroupingUsed(false); double []ary = (double[])Array.newInstance(double.class, N+1); for (int i=1; i<=N; i++) { ... | 3,227,713 |
public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | public static PiccoloAction getSemanticEnterAction(final BrowserModel model, final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction... | 3,227,715 |
public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | 3,227,716 |
public void execute(EvaluationState state, InstructionContext ctx) { WhileNode iVisited = (WhileNode)ctx; // result contains condition check IRubyObject condition = state.getResult(); if (condition.isTrue()) { // re-push body, co... | public void execute(EvaluationState state, InstructionContext ctx) { WhileNode iVisited = (WhileNode)ctx; // result contains condition check IRubyObject condition = state.getResult(); if (condition.isTrue()) { // re-push body, co... | 3,227,717 |
public void execute(EvaluationState state, InstructionContext ctx) { WhileNode iVisited = (WhileNode)ctx; state.addBreakableInstruction(iVisited, whileConditionCheck); state.addNodeInstruction(iVisited.getConditionNode()); if (!iVisited.evaluateAtStart()) { ... | public void execute(EvaluationState state, InstructionContext ctx) { WhileNode iVisited = (WhileNode)ctx; state.addBreakableInstruction(iVisited, whileConditionCheck); state.addNodeInstruction(iVisited.getConditionNode()); if (!iVisited.evaluateAtStart() && iVisite... | 3,227,718 |
public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | 3,227,719 |
public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | 3,227,720 |
public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | 3,227,721 |
public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | 3,227,722 |
public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | public IRubyObject inspect() { final String sep = ", "; final String arrow = "=>"; final StringBuffer sb = new StringBuffer("{"); boolean firstEntry = true; ThreadContext context = getRuntime().getCurrentContext(); for (Iterator iter = valueMap.entrySet().it... | 3,227,723 |
public IRubyObject to_s() { return to_a().to_s(); } | public IRubyObject to_s() { if(!getRuntime().registerInspecting(this)) { return getRuntime().newString("{...}"); } try { return to_a().to_s(); } finally { getRuntime().unregisterInspecting(this); } } | 3,227,724 |
private void showAlert(Message message) { final String body = message.getBody(); String subject = message.getSubject(); StringBuffer buf = new StringBuffer(); if (subject != null) { buf.append(Res.getString("subject") + ": ").append(subject); buf.append("\n\n"); ... | private void showAlert(Message message) { final String body = message.getBody(); String subject = message.getSubject(); StringBuffer buf = new StringBuffer(); if (subject != null) { buf.append(Res.getString("subject") + ": ").append(subject); buf.append("\n\n"); ... | 3,227,725 |
public String getInput(String title, String description, Icon icon, Component parent) { textArea = new JTextArea(); textArea.setLineWrap(true); TitlePanel titlePanel = new TitlePanel(title, description, icon, true); // Construct main panel w/ layout. final JPanel mainPanel = new J... | public String getInput(String title, String description, Icon icon, Component parent) { textArea = new JTextArea(); textArea.setLineWrap(true); TitlePanel titlePanel = new TitlePanel(title, description, icon, true); // Construct main panel w/ layout. final JPanel mainPanel = new J... | 3,227,726 |
public String getInput(String title, String description, Icon icon, Component parent) { textArea = new JTextArea(); textArea.setLineWrap(true); TitlePanel titlePanel = new TitlePanel(title, description, icon, true); // Construct main panel w/ layout. final JPanel mainPanel = new J... | public String getInput(String title, String description, Icon icon, Component parent) { textArea = new JTextArea(); textArea.setLineWrap(true); TitlePanel titlePanel = new TitlePanel(title, description, icon, true); // Construct main panel w/ layout. final JPanel mainPanel = new J... | 3,227,727 |
public RolloverButton(Icon icon) { super(icon); decorate(); } | public RolloverButton(Icon icon) { super(icon); decorate(); } | 3,227,728 |
public ChatRoomImpl(final String participantJID, String participantNickname, String title) { this.participantJID = participantJID; this.participantNickname = participantNickname; AndFilter presenceFilter = new AndFilter(new PacketTypeFilter(Presence.class), new FromContainsFilter(this.participa... | public ChatRoomImpl(final String participantJID, String participantNickname, String title) {this.participantJID = participantJID;this.participantNickname = participantNickname;AndFilter presenceFilter = new AndFilter(new PacketTypeFilter(Presence.class), new FromContainsFilter(this.participantJID));// Register PacketLi... | 3,227,729 |
public ChatRoomImpl(final String participantJID, String participantNickname, String title) { this.participantJID = participantJID; this.participantNickname = participantNickname; AndFilter presenceFilter = new AndFilter(new PacketTypeFilter(Presence.class), new FromContainsFilter(this.participa... | public ChatRoomImpl(final String participantJID, String participantNickname, String title) { this.participantJID = participantJID; this.participantNickname = participantNickname; AndFilter presenceFilter = new AndFilter(new PacketTypeFilter(Presence.class), new FromContainsFilter(this.participa... | 3,227,730 |
private void generateSourceFile(SourceFileData sourceFileData) throws IOException { if (!sourceFileData.containsInstrumentationInfo()) { logger.info("Data file does not contain instrumentation " + "information for the file " + sourceFileData.getName() + ". Ensure this class was instrumented, and this " ... | private void generateSourceFile(SourceFileData sourceFileData) throws IOException { if (!sourceFileData.containsInstrumentationInfo()) { logger.info("Data file does not contain instrumentation " + "information for the file " + sourceFileData.getName() + ". Ensure this class was instrumented, and this " ... | 3,227,732 |
private void generateSourceFiles() { Iterator iter = projectData.getSourceFiles().iterator(); while (iter.hasNext()) { SourceFileData sourceFileData = (SourceFileData)iter.next(); try { generateSourceFile(sourceFileData); } catch (IOException e) { logger.info("Could not generate HTML file for sour... | private void generateSourceFiles() { Iterator iter = projectData.getSourceFiles().iterator(); while (iter.hasNext()) { SourceFileData sourceFileData = (SourceFileData)iter.next(); try { generateSourceFile(sourceFileData); } catch (IOException e) { logger.info("Could not generate HTML file for sour... | 3,227,733 |
private String generateTableRowForPackage(PackageData packageData) { StringBuffer ret = new StringBuffer(); String url1 = "frame-summary-" + packageData.getName() + ".html"; String url2 = "frame-sourcefiles-" + packageData.getName() + ".html"; double lineCoverage = -1; double branchCoverage = -1; double ccn = 0;... | private String generateTableRowForPackage(PackageData packageData) { StringBuffer ret = new StringBuffer(); String url1 = "frame-summary-" + packageData.getName() + ".html"; String url2 = "frame-sourcefiles-" + packageData.getName() + ".html"; double lineCoverage = -1; double branchCoverage = -1; double ccn = 0;... | 3,227,734 |
public File findFile(String filePart) { compute(); List mine = Collections.EMPTY_LIST; synchronized(this) { mine = new ArrayList(cached); } for (Iterator it = mine.iterator(); it.hasNext(); ) { String path = (String) it.next(); if (path.replace('/', '\\').endsWith(filePart.replace('/', '\\'))) { return n... | public File findFile(String filePart) { compute(); List mine = Collections.EMPTY_LIST; synchronized(this) { mine = new ArrayList(cached); } for (Iterator it = mine.iterator(); it.hasNext(); ) { String path = (String) it.next(); if (path.replace('/', '\\').endsWith(filePart.replace('/', '\\'))) { return n... | 3,227,735 |
public List childNodes() { return Collections.EMPTY_LIST; } | public List childNodes() { return EMPTY_LIST; } | 3,227,737 |
int hereDocument() { HereDocNode here = (HereDocNode) lex_strterm; char c; String eos = here.getValue(); long len = eos.length(); int func = here.getFunc(); boolean indent = (func & STR_FUNC_INDENT) != 0; StringBuffer str = new StringBuffer(); if ((c = support... | int hereDocument() { HereDocNode here = (HereDocNode) lex_strterm; char c; String eos = here.getValue(); long len = eos.length(); int func = here.getFunc(); boolean indent = (func & STR_FUNC_INDENT) != 0; StringBuffer str = new StringBuffer(); if ((c = support... | 3,227,738 |
int hereDocument() { HereDocNode here = (HereDocNode) lex_strterm; char c; String eos = here.getValue(); long len = eos.length(); int func = here.getFunc(); boolean indent = (func & STR_FUNC_INDENT) != 0; StringBuffer str = new StringBuffer(); if ((c = support... | inthereDocument(){HereDocNodehere=(HereDocNode)lex_strterm;charc;Stringeos=here.getValue();longlen=eos.length();intfunc=here.getFunc();booleanindent=(func&STR_FUNC_INDENT)!=0;StringBufferstr=newStringBuffer();if((c=support.read())==EOF){rb_compile_error("can'tfindstring\""+eos+"\"anywherebeforeEOF");heredoc_restore();l... | 3,227,739 |
private int hereDocumentIdentifier() { char c = support.read(); int term; int func = 0; int len; if (c == '-') { c = support.read(); func = STR_FUNC_INDENT; } if (c == '\'' || c == '"' || c == '`') { if (c == '\'') { ... | private int hereDocumentIdentifier() { char c = support.read(); int term; int func = 0; int len; if (c == '-') { c = support.read(); func = STR_FUNC_INDENT; } if (c == '\'' || c == '"' || c == '`') { if (c == '\'') { ... | 3,227,740 |
void heredoc_restore() { HereDocNode here = (HereDocNode) lex_strterm; support.setBuffer(here.getLastLine(), here.getPosition()); } | void heredoc_restore() { HereDocNode here = (HereDocNode) lex_strterm; support.setBuffer(here.getLastLine(), here.getPosition()); } | 3,227,741 |
public Ruby() { initOperatorTable(); originalMethods = new RubyOriginalMethods(this); globalMap = new RubyHashMap(); classMap = new HashMap(); nilObject = new RubyNil(this); trueObject = new RubyBoolean(this, true); falseObject = new RubyBoolean(this,... | public Ruby() { initOperatorTable(); originalMethods = new RubyOriginalMethods(this); globalMap = new RubyHashMap(); classMap = new RubyHashMap(); nilObject = new RubyNil(this); trueObject = new RubyBoolean(this, true); falseObject = new RubyBoolean(t... | 3,227,742 |
public static RubyClass m_newClass(Ruby ruby, RubyClass superClass) { return new RubyClass(ruby, ruby.getClasses().getClassClass(), superClass); } | public static RubyClass m_newClass(Ruby ruby, RubyClass superClass) { return new RubyClass(ruby, superClass); } | 3,227,744 |
public static RubyModule createKernelModule(Ruby ruby) { RubyModule kernelModule = ruby.defineModule("Kernel"); kernelModule.defineMethod("puts", getMethodPuts()); kernelModule.defineMethod("to_s", getMethodToS()); return kernelModule; } | public static RubyModule createKernelModule(Ruby ruby) { RubyModule kernelModule = ruby.defineModule("Kernel"); kernelModule.defineMethod("puts", new ReflectionCallbackMethod(RBKernel.class, "m_puts", RubyObject[].class, true, true)); kernelModule.defineMethod("print", new ReflectionCallbackMe... | 3,227,745 |
public static void initObjectClass(RubyClass objectClass) { objectClass.defineMethod("type", getMethodType()); } | public static void initObjectClass(RubyClass objectClass) { objectClass.defineMethod("type", getMethod("m_type")); } | 3,227,746 |
public static void initClassClass(RubyClass classClass) { classClass.defineMethod("new", getMethodNew()); } | public static void initClassClass(RubyClass classClass) { classClass.defineSingletonMethod("new", getSingletonMethod("m_new", true)); classClass.defineMethod("new", getMethod("m_new", true)); classClass.defineMethod("superclass", getMethod("m_superclass", false)); classClass.defineSingletonMethod("inherite... | 3,227,747 |
public static RubyClass createIntegerClass(Ruby ruby) { RubyClass integerClass = ruby.defineClass("Integer", ruby.getNumericClass()); integerClass.defineMethod("integer?", getMethodIntP()); integerClass.defineMethod("times", getMethodTimes()); return integerClass; ... | public static RubyClass createIntegerClass(Ruby ruby) { RubyClass integerClass = ruby.defineClass("Integer", ruby.getNumericClass()); integerClass.defineMethod("chr", new ReflectionCallbackMethod(RubyInteger.class, "m_chr")); integerClass.defineMethod("downto", new ReflectionCallbackMethod(RubyIn... | 3,227,748 |
public static RubyClass createIntegerClass(Ruby ruby) { RubyClass integerClass = ruby.defineClass("Integer", ruby.getNumericClass()); integerClass.defineMethod("integer?", getMethodIntP()); integerClass.defineMethod("times", getMethodTimes()); return integerClass; ... | public static RubyClass createIntegerClass(Ruby ruby) { RubyClass integerClass = ruby.defineClass("Integer", ruby.getNumericClass()); integerClass.defineMethod("integer?", getMethodIntP()); /* rb_define_method(rb_cInteger, "succ", int_succ, 0); rb_define_method(rb_cInteger, "next",... | 3,227,749 |
public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | 3,227,750 |
public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | 3,227,751 |
public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | 3,227,752 |
public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | public static RubyClass createFixnum(Ruby ruby) { RubyClass fixnumClass = ruby.defineClass("Fixnum", ruby.getClasses().getIntegerClass()); fixnumClass.defineMethod("to_i", getMethod("m_to_i")); fixnumClass.defineMethod("to_s", getMethod("m_to_s")); fixnumClass.defineMethod("to_st... | 3,227,753 |
public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_s", getMethodToS()); floatClass.defineMethod("+", ge... | public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_i", getMethod("m_to_i")); floatClass.defineMethod("to_s", getMethod(... | 3,227,754 |
public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_s", getMethodToS()); floatClass.defineMethod("+", ge... | public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_s", getMethodToS()); floatClass.defineMethod("+", ge... | 3,227,755 |
public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_s", getMethodToS()); floatClass.defineMethod("+", ge... | public static RubyClass createFloat(Ruby ruby) { RubyClass floatClass = ruby.defineClass("Float", (RubyClass)ruby.getRubyClass("Numeric")); // floatClass.defineMethod("to_i", getMethodToI()); floatClass.defineMethod("to_s", getMethodToS()); floatClass.defineMethod("+", ge... | 3,227,756 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); stringClass.... | 3,227,757 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | stringClass.includeModule(ruby.getRubyClass("Comparable")); stringClass.includeModule(ruby.getRubyClass("Comparable")); stringClass.includeModule(ruby.getRubyClass("Comparable")); stringClass.includeModule(ruby.getRubyClass("Comparable")); publicstringClass.includeModule(ruby.getRubyClass("Comparable")); staticstringCl... | 3,227,758 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 3,227,759 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 3,227,760 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 3,227,761 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 3,227,762 |
public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 3,227,763 |
public static RubyClass createArrayClass(Ruby ruby) { RubyClass arrayClass = ruby.defineClass("Array", ruby.getClasses().getObjectClass()); // rb_include_module(rb_cArray, rb_mEnumerable); arrayClass.defineSingletonMethod("new", getRestArgsSingletonMethod("m_new")); arrayC... | public static RubyClass createArrayClass(Ruby ruby) {arrayClass.defineMethod("index", getMethod("m_index", RubyObject.class)); arrayClass.defineMethod("rindex", getMethod("m_rindex", RubyObject.class)); arrayClass.defineMethod("indexes", getRestArgsMethod("m_indexes")); arrayClass.defineMethod("indices", getRestArg... | 3,227,764 |
public static RubyClass createArrayClass(Ruby ruby) { RubyClass arrayClass = ruby.defineClass("Array", ruby.getClasses().getObjectClass()); // rb_include_module(rb_cArray, rb_mEnumerable); arrayClass.defineSingletonMethod("new", getRestArgsSingletonMethod("m_new")); arrayC... | arrayClass.defineMethod("reverse", getMethod("m_reverse")); arrayClass.defineMethod("reverse!", getMethod("m_reverse_bang")); arrayClass.defineMethod("reverse", getMethod("m_reverse")); arrayClass.defineMethod("reverse!", getMethod("m_reverse_bang")); public static RubyClass createArrayClass(Ruby ruby) {arrayClass.defi... | 3,227,765 |
public static RubyClass createArrayClass(Ruby ruby) { RubyClass arrayClass = ruby.defineClass("Array", ruby.getClasses().getObjectClass()); // rb_include_module(rb_cArray, rb_mEnumerable); arrayClass.defineSingletonMethod("new", getRestArgsSingletonMethod("m_new")); arrayC... | public static RubyClass createArrayClass(Ruby ruby) {arrayClass.defineMethod("collect", getMethod("m_collect")); arrayClass.defineMethod("collect!", getMethod("m_collect_bang")); arrayClass.defineMethod("map!", getMethod("m_collect_bang")); arrayClass.defineMethod("filter", getMethod("m_collect_bang")); arrayClass.... | 3,227,766 |
final protected void registerTool(String name, ContextTool tool) throws InvalidContextException { if (_toolbox == null) { _toolbox = new HashMap(); } _toolbox.put(name,tool); } | final public void registerTool(String name, ContextTool tool) throws InvalidContextException { if (_toolbox == null) { _toolbox = new HashMap(); } _toolbox.put(name,tool); } | 3,227,767 |
final protected void registerTools(String tools) { Enumeration tenum = new StringTokenizer(tools); while (tenum.hasMoreElements()) { String toolName = (String) tenum.nextElement(); try { Class toolType = Class.forName(toolName); String varName = findToolName(toolName);... | final public void registerTools(String tools) { Enumeration tenum = new StringTokenizer(tools); while (tenum.hasMoreElements()) { String toolName = (String) tenum.nextElement(); try { Class toolType = Class.forName(toolName); String varName = findToolName(toolName); ... | 3,227,768 |
final public boolean setProperty(final Object[] names, final Object value) throws PropertyException, InvalidContextException { if (names.length == 0) { return false; } else if (_bean == null) { return setLocal(names, value); } else { return PropertyOperator.setProperty(... | final public boolean setProperty(final Object[] names, final Object value) throws PropertyException, InvalidContextException { if (names.length == 0) { return false; } else if (_bean == null) { return setLocal(names, value) || setTool(names, value); } else { return Prop... | 3,227,769 |
static final public Object getProperty( final Context context, final Object instance, final Object[] names, int start) throws PropertyException, SecurityException, InvalidContextException { try { return getOperator(instance.getClass()).getProperty( context,instance... | static final public Object getProperty( final Context context, final Object instance, final Object[] names, int start) throws PropertyException, SecurityException, InvalidContextException { try { if (instance == null) { return null; } else { return getOperator(instance.getClass(... | 3,227,770 |
final public Object build(BuildContext bc) throws BuildException { ArrayList strings = new ArrayList((elements.size())); ArrayList macros = new ArrayList((elements.size())); int[] ln = new int[elements.size()]; int[] cn = new int[elements.size()]; Stack iterStack = new Stack(); StringBu... | final public Object build(BuildContext bc) throws BuildException { ArrayList strings = new ArrayList((elements.size())); ArrayList macros = new ArrayList((elements.size())); int[] ln = new int[elements.size()]; int[] cn = new int[elements.size()]; Stack iterStack = new Stack(); StringBu... | 3,227,773 |
public static void main(String[] args) { JFrame frame = new JFrame(); frame.setSize(800,600); LocalBrowserGUI gui = new LocalBrowserGUI(); Container container = frame.getContentPane(); container.add(gui); BrowserEnvironment env = BrowserEnvironment.getIns... | public static void main(String[] args) { JFrame frame = new JFrame(); frame.setSize(800,600); LocalBrowserGUI gui = new LocalBrowserGUI(); Container container = frame.getContentPane(); container.add(gui); BrowserEnvironment env = BrowserEnvironment.getIns... | 3,227,774 |
public BrowserController(BrowserModel model) { this.browserModel = model; overlayModel = new BrowserTopModel(); } | public BrowserController() { this.browserModel = model; overlayModel = new BrowserTopModel(); } | 3,227,775 |
public BrowserController(BrowserModel model) { this.browserModel = model; overlayModel = new BrowserTopModel(); } | public BrowserController(BrowserModel model) { browserModel = new BrowserModel(); overlayModel = new BrowserTopModel(); } | 3,227,776 |
public BrowserController(BrowserModel model) { this.browserModel = model; overlayModel = new BrowserTopModel(); } | publicBrowserController(BrowserModelmodel){this.browserModel=model;overlayModel=newBrowserTopModel();} | 3,227,777 |
public BrowserInternalFrame(BrowserController theController) { setSize(600,600); setDefaultCloseOperation(JInternalFrame.DISPOSE_ON_CLOSE); if(theController != null) { this.controller = theController; String title = controller.getName(); setTit... | public BrowserInternalFrame(BrowserController theController) { setSize(600,600); setDefaultCloseOperation(JInternalFrame.DISPOSE_ON_CLOSE); if(theController != null) { this.controller = theController; String title = controller.getName(); setTit... | 3,227,778 |
public BrowserInternalFrame(BrowserController theController) { setSize(600,600); setDefaultCloseOperation(JInternalFrame.DISPOSE_ON_CLOSE); if(theController != null) { this.controller = theController; String title = controller.getName(); setTit... | public BrowserInternalFrame(BrowserController theController) { setSize(600,600); setDefaultCloseOperation(JInternalFrame.DISPOSE_ON_CLOSE); if(theController != null) { this.controller = theController; String title = controller.getName(); setTit... | 3,227,779 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.