bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
protected TableViewer createTableViewer(Table aMessageTable, Enum[] enums) { TableViewer aMessagesViewer = new TableViewer(aMessageTable); getSite().setSelectionProvider(aMessagesViewer); aMessagesViewer.setContentProvider(new EventListContentProvider<MessageHolder>()); aMessagesViewer.setLabelProvider(new MarketD... | protected TableViewer createTableViewer(Table aMessageTable, Enum[] enums) { TableViewer aMessagesViewer = new TableViewer(aMessageTable); getSite().setSelectionProvider(aMessagesViewer); aMessagesViewer.setContentProvider(new EventListContentProvider<MessageHolder>()); aMessagesViewer.setLabelProvider(new MarketD... | 3,226,591 |
public void setInput(EventList<MessageHolder> input) { SortedList<MessageHolder> extractedList = new SortedList<MessageHolder>(rawInputList = input); if (chooser != null){ chooser.dispose(); chooser = null; } chooser = new TableComparatorChooser<MessageHolder>( messageTable, tableFormat, ... | public void setInput(EventList<MessageHolder> input) { SortedList<MessageHolder> extractedList = new SortedList<MessageHolder>(rawInputList = input); if (chooser != null){ chooser.dispose(); chooser = null; } chooser = new TableComparatorChooser<MessageHolder>( messageTable, tableFormat, ... | 3,226,592 |
public void setInput(EventList<MessageHolder> input) { SortedList<MessageHolder> extractedList = new SortedList<MessageHolder>(rawInputList = input); if (chooser != null){ chooser.dispose(); chooser = null; } chooser = new TableComparatorChooser<MessageHolder>( messageTable, tableFormat, ... | public void setInput(EventList<MessageHolder> input) { SortedList<MessageHolder> extractedList = new SortedList<MessageHolder>(rawInputList = input); if (chooser != null){ chooser.dispose(); chooser = null; } chooser = new TableComparatorChooser<MessageHolder>( messageTable, tableFormat, ... | 3,226,593 |
public RubyBoolean final_p() { return RubyBoolean.newBoolean(getRuntime(), Modifier.isFinal(field.getModifiers())); } | public RubyBoolean final_p() { return getRuntime().newBoolean(Modifier.isFinal(field.getModifiers())); } | 3,226,594 |
public RubyString name() { return RubyString.newString(getRuntime(), field.getName()); } | public RubyString name() { return getRuntime().newString(field.getName()); } | 3,226,595 |
public RubyBoolean public_p() { return RubyBoolean.newBoolean(getRuntime(), Modifier.isPublic(field.getModifiers())); } | public RubyBoolean public_p() { return getRuntime().newBoolean(Modifier.isPublic(field.getModifiers())); } | 3,226,596 |
public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object:" ... | public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw getRuntime().newTypeError("not a java object: " + object); } if (! (value instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object:" + ... | 3,226,597 |
public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object:" ... | public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw getRuntime().newTypeError("not a java object:" + ... | 3,226,598 |
public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object:" ... | public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw getRuntime().newTypeError( "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw getRuntime().newTypeError( "not a java object:" + ... | 3,226,599 |
public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object:" ... | public JavaObject set_value(IRubyObject object, IRubyObject value) { if (! (object instanceof JavaObject)) { throw getRuntime().newTypeError( "not a java object: " + object); } if (! (value instanceof JavaObject)) { throw getRuntime().newTypeError( "not a java object:" + ... | 3,226,600 |
public RubyBoolean static_p() { return RubyBoolean.newBoolean(getRuntime(), Modifier.isStatic(field.getModifiers())); } | public RubyBoolean static_p() { return getRuntime().newBoolean(Modifier.isStatic(field.getModifiers())); } | 3,226,601 |
public JavaObject value(IRubyObject object) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object"); } Object javaObject = ((JavaObject) object).getValue(); try { return JavaObject.wrap(getRuntime(), field.get(javaObject)); ... | public JavaObject value(IRubyObject object) { if (! (object instanceof JavaObject)) { throw getRuntime().newTypeError("not a java object"); } Object javaObject = ((JavaObject) object).getValue(); try { return JavaObject.wrap(getRuntime(), field.get(javaObject)); ... | 3,226,602 |
public JavaObject value(IRubyObject object) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object"); } Object javaObject = ((JavaObject) object).getValue(); try { return JavaObject.wrap(getRuntime(), field.get(javaObject)); ... | public JavaObject value(IRubyObject object) { if (! (object instanceof JavaObject)) { throw new TypeError(getRuntime(), "not a java object"); } Object javaObject = ((JavaObject) object).getValue(); try { return JavaObject.wrap(getRuntime(), field.get(javaObject)); ... | 3,226,603 |
public RubyString value_type() { return RubyString.newString(getRuntime(), field.getType().getName()); } | public RubyString value_type() { return getRuntime().newString(field.getType().getName()); } | 3,226,604 |
public void mouseDragged( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | public void mouseDragged( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | 3,226,605 |
public void mouseEntered( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | public void mouseEntered( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | 3,226,606 |
public void mouseExited( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | public void mouseExited( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | 3,226,607 |
public void mouseMoved( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | public void mouseMoved( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); setCursor( box ); } | 3,226,608 |
public void mousePressed( MouseEvent evt ) { } | public void mousePressed( MouseEvent evt ) { } | 3,226,609 |
public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if ( elem == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri(... | public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if ( elem == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri(... | 3,226,610 |
public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if ( elem == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri(... | public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if (elem == null) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( e... | 3,226,611 |
public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if ( elem == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri(... | public void mouseReleased( MouseEvent evt ) { Box box = panel.findBox( evt.getX(), evt.getY() ); if ( box == null ) { return; } Element elem = box.element; if ( elem == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri(... | 3,226,612 |
private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | 3,226,613 |
private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | 3,226,614 |
private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | private void setCursor( Box box ) { if ( prev == box || box == null || box.element == null ) { return; } if ( panel.getContext().getNamespaceHandler().getLinkUri( box.element ) != null ) { if ( !panel.getCursor().equals( Cursor.getPredefinedCursor( Cursor.HAND_CURSOR ) ) )... | 3,226,615 |
protected Iterator doBuildDeclarations(CSSPrimitiveValue[] primVals, boolean important, CSSName cssName, int origin) { StringBuffer pos = new StringBuffer(); String suffix = " ... | protected Iterator doBuildDeclarations(CSSPrimitiveValue[] primVals, boolean important, CSSName cssName, int origin) { StringBuffer pos = new StringBuffer(); String suffix = " ... | 3,226,616 |
private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | 3,226,618 |
private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | 3,226,619 |
private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | private void createCollectorIfRequired(String subTask, double work) { boolean newCollector = false; synchronized (this) { if(collector == null) collector = new Collector(subTask, work, getWrappedProgressMonitor()); } if(newCollector) display.asyncExec(collector); } | 3,226,620 |
public synchronized void internalWorked(final double work) { createCollectorIfRequired(null, work); collector.worked(work); } | public synchronized void internalWorked(final double work) { createCollectorIfRequired(null, work); collector.worked(work); } | 3,226,621 |
public void subTask(final String name) { createCollectorIfRequired(name, 0); collector.subTask(name); } | public void subTask(final String name) { createCollectorIfRequired(name, 0); collector.subTask(name); } | 3,226,622 |
public synchronized void worked(int work) { internalWorked(work); } | public void worked(int work) { internalWorked(work); } | 3,226,623 |
private static void calculateOuterBoxDimensions(BlockBox outerBox) { outerBox.height = 0; for (Iterator i = outerBox.getChildIterator(); i.hasNext();) { Box child = (Box) i.next(); outerBox.height += child.height; outerBox.adjustWidthForChild(child.getWidth()); ... | private static void calculateOuterBoxDimensions(BlockBox outerBox) { outerBox.height = 0; for (Iterator i = outerBox.getChildIterator(); i.hasNext();) { Box child = (Box) i.next(); outerBox.height += child.height; outerBox.adjustWidthForChild(child.getWidth()); ... | 3,226,624 |
private static void layoutChildren(LayoutContext c, TableBox tableBox, Content content, boolean fixed, int borderSpacingHorizontal, int borderSpacingVertical) { Iterator contentIterator = content.getChildContent(c).iterator(); while (contentIterator.hasNext() && !c.shouldStop()) { Object o ... | private static void layoutChildren(LayoutContext c, TableBox tableBox, Content content, boolean fixed, int borderSpacingHorizontal, int borderSpacingVertical) { Iterator contentIterator = content.getChildContent(c).iterator(); while (contentIterator.hasNext() && !c.shouldStop()) { Object o ... | 3,226,626 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,627 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,628 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,629 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,630 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,631 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); Site site = null; String siteId = (String) state.getAttribute(STATE_SITE_INSTANCE_ID); try { site = SiteService.getSite(siteId); } catch (IdUnusedException... | 3,226,632 |
public com.liferay.portal.model.Release update( com.liferay.portal.model.Release release) throws SystemException { Session session = null; try { if (release.isNew() || release.isModified()) { session = openSession(); if (release.isNew()) { Release releaseModel = new Release(); releaseModel.setReleas... | public com.liferay.portal.model.Release update( com.liferay.portal.model.Release release) throws SystemException { Session session = null; try { if (release.isNew() || release.isModified()) { session = openSession(); if (release.isNew()) { Release releaseModel = new Release(); releaseModel.setReleas... | 3,226,633 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,636 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,637 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,638 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,639 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,640 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,641 |
private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | private static void paintSolid(final Graphics g, final Rectangle bounds, final Border border, final BorderColor color, final int side) { Polygon poly; // CLEAN: duplicate, except for color, with paintGoodBevel() for BOTTOM (PWW 25-01-05) if (side == TOP) { poly = new Polygon(); ... | 3,226,642 |
private void makeActions() { // The actions in jface do not have menu vs. enable, vs. disable vs. color // There are actions in here being passed the workbench - problem // Get services for notification. IPartService partService = getWindow().getPartService(); WWinKeyBindingService keyBindingService = getWindo... | private void makeActions() { // The actions in jface do not have menu vs. enable, vs. disable vs. color // There are actions in here being passed the workbench - problem // Get services for notification. IPartService partService = getWindow().getPartService(); WWinKeyBindingService keyBindingService = getWindo... | 3,226,644 |
private ListenerSupportInvocationHandler(Class listenerInterface) { this.listenerInterface = listenerInterface; this.listeners = new CopyOnWriteArrayList(); } | private ListenerSupportInvocationHandler(Class listenerInterface) { this.listenerInterface = listenerInterface; this.listenersInDispatchThread = new CopyOnWriteArrayList<ListenerInterface>(); this.listenersNotInDispatchThread = new CopyOnWriteArrayList<ListenerInterface>(); } | 3,226,645 |
public void addListener(Object listener) { if (checkListener(listener)) { // Okay, add listener listeners.add(listener); } } | public void addListener(ListenerInterface listener) { if (checkListener(listener)) { // Okay, add listener listeners.add(listener); } } | 3,226,646 |
public void addListener(Object listener) { if (checkListener(listener)) { // Okay, add listener listeners.add(listener); } } | public void addListener(Object listener) { if (checkListener(listener)) { // Okay, add listener if (listener.fireInEventDispathThread()) { listenersInDispatchThread.add(listener); } else { listenersNotInDispatchThread.add(listener); } } } | 3,226,647 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listenersInDispatchThread.isEmpty() && listenersNotInDispatchThread.isEmpty()) { // No listeners, skip return null; } // LOG.warn("... | 3,226,648 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " listeners. Method: " + method); // Create runner ... | 3,226,649 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | 3,226,650 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | 3,226,651 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | 3,226,652 |
public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { if (listeners.isEmpty()) { // No listeners, skip return null; } // LOG.warn("Deligating to " + listeners.size() // + " liste... | 3,226,653 |
public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | public void run() { for (ListenerInterface listener : listenersInDispatchThread) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LO... | 3,226,655 |
public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | 3,226,656 |
public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | 3,226,657 |
public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | public void run() { for (Object listener: listeners) { try { method.invoke(listener, args); } catch (IllegalArgumentException e) { LOG.error( ... | 3,226,658 |
public void removeAllListeners() { listeners.clear(); } | public void removeAllListeners() { listenersInDispatchThread.clear(); listenersNotInDispatchThread.clear(); } | 3,226,659 |
public void removeListener(Object listener) { if (checkListener(listener)) { // Okay, remove listener listeners.remove(listener); } } | public void removeListener(ListenerInterface listener) { if (checkListener(listener)) { // Okay, remove listener listeners.remove(listener); } } | 3,226,660 |
public void removeListener(Object listener) { if (checkListener(listener)) { // Okay, remove listener listeners.remove(listener); } } | public void removeListener(Object listener) { if (checkListener(listener)) { // Okay, remove listener if (listener.fireInEventDispathThread()) { listenersInDispatchThread.remove(listener); } else { listenersNotInDispatchThread.remove(listener); } } } | 3,226,661 |
private String _deleteMessages(HttpServletRequest req) { try { String messages = ParamUtil.getString(req, "messages"); int msgList[] = StringUtil.split(messages, ",", -1); String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); MailUtil.deleteMessages(userId, pass... | private String _deleteMessages(HttpServletRequest req) { try { String messages = ParamUtil.getString(req, "messages"); int msgList[] = StringUtil.split(messages, ",", -1); String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); MailUtil.deleteMessages(userId, pass... | 3,226,662 |
private String _getPreviewHeaders(HttpServletRequest req) { JSONObject jsonObj = new JSONObject(); try { String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); String folderId = ParamUtil.getString(req, "folderId"); MailUtil.setCurrentFolder(userId, password, fold... | private String _getPreviewHeaders(HttpServletRequest req) { JSONObject jsonObj = new JSONObject(); try { String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); String folderId = ParamUtil.getString(req, "folderId"); MailUtil.setCurrentFolder(userId, password, fold... | 3,226,663 |
private String _moveMessages(HttpServletRequest req) { try { String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); String messages = ParamUtil.getString(req, "messages"); String toFolder = ParamUtil.getString(req, "folderId"); int msgList[] = StringUtil.split(messages... | private String _moveMessages(HttpServletRequest req) { try { String userId = PortalUtil.getUserId(req); String password = PortalUtil.getUserPassword(req); String messages = ParamUtil.getString(req, "messages"); String toFolder = ParamUtil.getString(req, "folderId"); int msgList[] = StringUtil.split(messages... | 3,226,664 |
public static String getPayPalReturnURL( PortletURL portletURL, ShoppingOrder order) { portletURL.setParameter( "struts_action", "/shopping/checkout"); portletURL.setParameter(Constants.CMD, Constants.VIEW); portletURL.setParameter("order_id", order.getOrderId()); return portletURL.toString(); } | public static String getPayPalReturnURL( PortletURL portletURL, ShoppingOrder order) { portletURL.setParameter( "struts_action", "/shopping/checkout"); portletURL.setParameter(Constants.CMD, Constants.VIEW); portletURL.setParameter("order_id", order.getOrderId()); return portletURL.toString(); } | 3,226,665 |
public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | 3,226,666 |
public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | 3,226,667 |
public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | 3,226,668 |
public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | public boolean updateMarker(IMarker marker, IDocument document, Position position) { if (position == null) return true; if (position.isDeleted()) return false; boolean changed= false; int markerStart= MarkerUtilities.getCharStart(marker); int markerEnd= MarkerUtilities.getCharEnd(marker); if (marker... | 3,226,669 |
private IRubyObject defaultObjectUnmarshal(IRubyObject proc) throws IOException { RubySymbol className = (RubySymbol) unmarshalObject(); // ... FIXME: handle if class doesn't exist ... RubyClass type = (RubyClass) runtime.getClasses().getClassFromPath(className.asSymbol()); Asserts.notNu... | private IRubyObject defaultObjectUnmarshal(IRubyObject proc) throws IOException { RubySymbol className = (RubySymbol) unmarshalObject(); // ... FIXME: handle if class doesn't exist ... RubyClass type = (RubyClass) runtime.getClasses().getClassFromPath(className.asSymbol()); assert type !... | 3,226,670 |
void handleDetailsButtonSelect() { Shell shell = getShell(); Point shellSize = shell.getSize(); Composite composite = (Composite) getDialogArea(); if (viewer != null) { viewer.getControl().dispose(); viewer = null; composite.layout(); shell.set... | void handleDetailsButtonSelect() { Shell shell = getShell(); Point shellSize = shell.getSize(); Composite composite = (Composite) getDialogArea(); if (viewer != null) { viewer.getControl().dispose(); viewer = null; composite.layout(); shell.set... | 3,226,671 |
void handleDetailsButtonSelect() { Shell shell = getShell(); Point shellSize = shell.getSize(); Composite composite = (Composite) getDialogArea(); if (viewer != null) { viewer.getControl().dispose(); viewer = null; composite.layout(); shell.set... | void handleDetailsButtonSelect() { Shell shell = getShell(); Point shellSize = shell.getSize(); Composite composite = (Composite) getDialogArea(); if (viewer != null) { viewer.getControl().dispose(); viewer = null; composite.layout(); shell.set... | 3,226,672 |
private void _createHBM(Entity entity) throws IOException { List pkList = entity.getPKList(); List columnList = entity.getColumnList(); StringBuffer sb = new StringBuffer(); // Package sb.append("package " + _packagePath + ".service.persistence;"); // Imports sb.append("import " + _packagePath + ".model." + ent... | private void _createHBM(Entity entity) throws IOException { List pkList = entity.getPKList(); List columnList = entity.getColumnList(); StringBuffer sb = new StringBuffer(); // Package sb.append("package " + _packagePath + ".service.persistence;"); // Imports sb.append("import " + _packagePath + ".model." + ent... | 3,226,673 |
private void _createHBM(Entity entity) throws IOException { List pkList = entity.getPKList(); List columnList = entity.getColumnList(); StringBuffer sb = new StringBuffer(); // Package sb.append("package " + _packagePath + ".service.persistence;"); // Imports sb.append("import " + _packagePath + ".model." + ent... | private void _createHBM(Entity entity) throws IOException { List pkList = entity.getPKList(); List columnList = entity.getColumnList(); StringBuffer sb = new StringBuffer(); // Package sb.append("package " + _packagePath + ".service.persistence;"); // Imports sb.append("import " + _packagePath + ".model." + ent... | 3,226,674 |
private void clearPreviews() { for (Iterator i = previewSet.iterator(); i.hasNext();) { IPresentationPreview preview = (IPresentationPreview) i.next(); try { preview.dispose(); } catch (RuntimeException e) { WorkbenchPlugin.log(RESOURC... | private void clearPreviews() { for (Iterator i = previewSet.iterator(); i.hasNext();) { IPresentationPreview preview = (IPresentationPreview) i.next(); try { preview.dispose(); } catch (RuntimeException e) { WorkbenchPlugin.log(RESOURC... | 3,226,676 |
private void updateCategorySelection(String categoryId) { Object [] defintions; String key = categoryId; ThemeElementCategory category = null; if (categoryId == null) { key = "uncategorized"; //$NON-NLS-1$ } else { int idx = Arrays.binarySearch(themeRegistry.getCategories(), categoryId, IThemeRegistry... | private void updateCategorySelection(String categoryId) { Object [] defintions; String key = categoryId; ThemeElementCategory category = null; if (categoryId == null) { key = "uncategorized"; //$NON-NLS-1$ } else { int idx = Arrays.binarySearch(themeRegistry.getCategories(), categoryId, IThemeRegistry... | 3,226,678 |
private void buildReconnectionQueue() { // Process only valid nodes Member[] nodes = getValidNodes(); int nBefore = reconnectionQueue.size(); synchronized (reconnectionQueue) { reconnectionQueue.clear(); // Offline limit time, all nodes before this time are not gett... | private void buildReconnectionQueue() { // Process only valid nodes Member[] nodes = getValidNodes(); int nBefore = reconnectionQueue.size(); synchronized (reconnectionQueue) { reconnectionQueue.clear(); // Offline limit time, all nodes before this time are not gett... | 3,226,679 |
private boolean loadNodesFrom(String filename) { File nodesFile = new File(Controller.getMiscFilesLocation(), filename); if (!nodesFile.exists()) { // Try harder in local base nodesFile = new File(filename); } if (!nodesFile.exists()) { log().warn( ... | private boolean loadNodesFrom(String filename) { File nodesFile = new File(Controller.getMiscFilesLocation(), filename); if (!nodesFile.exists()) { // Try harder in local base nodesFile = new File(filename); } if (!nodesFile.exists()) { log().info( ... | 3,226,680 |
public int getGroupsSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETGROUPSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(q); qPos... | public int getGroupsSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETGROUPSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(q); qPos... | 3,226,681 |
public int getPermissionsSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETPERMISSIONSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(... | public int getPermissionsSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETPERMISSIONSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(... | 3,226,682 |
public int getUsersSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETUSERSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(q); qPos.a... | public int getUsersSize(String pk) throws SystemException { Session session = null; try { session = openSession(); SQLQuery q = session.createSQLQuery(_SQL_GETUSERSSIZE); q.setCacheable(true); q.addScalar(HibernateUtil.getCountColumnName(), Hibernate.LONG); QueryPos qPos = QueryPos.getInstance(q); qPos.a... | 3,226,683 |
static public void main(String args[]){ if(args.length != 1) System.err.println("Usage: RBTree n"); int n = Integer.parseInt(args[0]); Integer[] ints = new Integer[n]; for(int i = 0; i < ints.length; i++) { ints[i] = new Integer(i); } Collections.shuffle(Arrays.asList(ints)); //force the ListMap class loading now P... | static public void main(String args[]){ if(args.length != 1) System.err.println("Usage: RBTree n"); int n = Integer.parseInt(args[0]); Integer[] ints = new Integer[n]; for(int i = 0; i < ints.length; i++) { ints[i] = new Integer(i); } Collections.shuffle(Arrays.asList(ints)); //force the ListMap class loading now P... | 3,226,684 |
private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); String invalidEmailInIdAccountString = ServerConfigurationService.getString("invalidEmailInIdAccountString", null); //accept noEmailInIdAccounts and/or emailIn... | private void checkAddParticipant(ParameterParser params, SessionState state) { // get the participants to be added int i; Vector pList = new Vector(); String invalidEmailInIdAccountString = ServerConfigurationService.getString("invalidEmailInIdAccountString", null); //accept noEmailInIdAccounts and/or emailIn... | 3,226,685 |
public void doAdd_participant(RunData data) { SessionState state = ((JetspeedRunData)data).getPortletSessionState (((JetspeedRunData)data).getJs_peid ()); String siteTitle = getStateSite(state).getTitle(); Hashtable selectedRoles = (Hashtable) state.getAttribute(STATE_SELECTED_PARTICIPANT_ROLES); int i; //... | public void doAdd_participant(RunData data) { SessionState state = ((JetspeedRunData)data).getPortletSessionState (((JetspeedRunData)data).getJs_peid ()); String siteTitle = getStateSite(state).getTitle(); Hashtable selectedRoles = (Hashtable) state.getAttribute(STATE_SELECTED_PARTICIPANT_ROLES); int i; //... | 3,226,686 |
public void setAltShipping(int altShipping) { if (altShipping != _altShipping) { _altShipping = altShipping; setModified(true); } } | public void setAltShipping(int altShipping) { if (altShipping != _altShipping) { _altShipping = altShipping; setModified(true); } } | 3,226,687 |
public void setCartId(String cartId) { if (((cartId == null) && (_cartId != null)) || ((cartId != null) && (_cartId == null)) || ((cartId != null) && (_cartId != null) && !cartId.equals(_cartId))) { if (!XSS_ALLOW_CARTID) { cartId = XSSUtil.strip(cartId); } _cartId = cartId; setModified(true); } ... | public void setCartId(String cartId) { if (((cartId == null) && (_cartId != null)) || ((cartId != null) && (_cartId == null)) || ((cartId != null) && (_cartId != null) && !cartId.equals(_cartId))) { if (!XSS_ALLOW_CARTID) { cartId = XSSUtil.strip(cartId); } _cartId = cartId; setModified(true); } ... | 3,226,688 |
public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | 3,226,689 |
public void setCouponIds(String couponIds) { if (((couponIds == null) && (_couponIds != null)) || ((couponIds != null) && (_couponIds == null)) || ((couponIds != null) && (_couponIds != null) && !couponIds.equals(_couponIds))) { if (!XSS_ALLOW_COUPONIDS) { couponIds = XSSUtil.strip(couponIds); } _co... | public void setCouponIds(String couponIds) { if (((couponIds == null) && (_couponIds != null)) || ((couponIds != null) && (_couponIds == null)) || ((couponIds != null) && (_couponIds != null) && !couponIds.equals(_couponIds))) { if (!XSS_ALLOW_COUPONIDS) { couponIds = XSSUtil.strip(couponIds); } _co... | 3,226,690 |
public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | 3,226,691 |
public void setGroupId(String groupId) { if (((groupId == null) && (_groupId != null)) || ((groupId != null) && (_groupId == null)) || ((groupId != null) && (_groupId != null) && !groupId.equals(_groupId))) { if (!XSS_ALLOW_GROUPID) { groupId = XSSUtil.strip(groupId); } _groupId = groupId; setModi... | public void setGroupId(String groupId) { if (((groupId == null) && (_groupId != null)) || ((groupId != null) && (_groupId == null)) || ((groupId != null) && (_groupId != null) && !groupId.equals(_groupId))) { if (!XSS_ALLOW_GROUPID) { groupId = XSSUtil.strip(groupId); } _groupId = groupId; setModi... | 3,226,692 |
public void setInsure(boolean insure) { if (insure != _insure) { _insure = insure; setModified(true); } } | public void setInsure(boolean insure) { if (insure != _insure) { _insure = insure; setModified(true); } } | 3,226,693 |
public void setItemIds(String itemIds) { if (((itemIds == null) && (_itemIds != null)) || ((itemIds != null) && (_itemIds == null)) || ((itemIds != null) && (_itemIds != null) && !itemIds.equals(_itemIds))) { if (!XSS_ALLOW_ITEMIDS) { itemIds = XSSUtil.strip(itemIds); } _itemIds = itemIds; setModi... | public void setItemIds(String itemIds) { if (((itemIds == null) && (_itemIds != null)) || ((itemIds != null) && (_itemIds == null)) || ((itemIds != null) && (_itemIds != null) && !itemIds.equals(_itemIds))) { if (!XSS_ALLOW_ITEMIDS) { itemIds = XSSUtil.strip(itemIds); } _itemIds = itemIds; setModi... | 3,226,694 |
public void setModifiedDate(Date modifiedDate) { if (((modifiedDate == null) && (_modifiedDate != null)) || ((modifiedDate != null) && (_modifiedDate == null)) || ((modifiedDate != null) && (_modifiedDate != null) && !modifiedDate.equals(_modifiedDate))) { _modifiedDate = modifiedDate; setModified(true);... | public void setModifiedDate(Date modifiedDate) { if (((modifiedDate == null) && (_modifiedDate != null)) || ((modifiedDate != null) && (_modifiedDate == null)) || ((modifiedDate != null) && (_modifiedDate != null) && !modifiedDate.equals(_modifiedDate))) { _modifiedDate = modifiedDate; setModified(true);... | 3,226,695 |
public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | 3,226,696 |
public void setUserName(String userName) { if (((userName == null) && (_userName != null)) || ((userName != null) && (_userName == null)) || ((userName != null) && (_userName != null) && !userName.equals(_userName))) { if (!XSS_ALLOW_USERNAME) { userName = XSSUtil.strip(userName); } _userName = user... | public void setUserName(String userName) { if (((userName == null) && (_userName != null)) || ((userName != null) && (_userName == null)) || ((userName != null) && (_userName != null) && !userName.equals(_userName))) { if (!XSS_ALLOW_USERNAME) { userName = XSSUtil.strip(userName); } _userName = user... | 3,226,697 |
public static void startPowerFolder(String[] args) { // Command line parsing Options options = new Options(); options .addOption( "c", "config", true, "<config file>. Sets the configuration file to start. Default: PowerFolde... | public static void startPowerFolder(String[] args) { // Command line parsing Options options = new Options(); options .addOption( "c", "config", true, "<config file>. Sets the configuration file to start. Default: PowerFolde... | 3,226,698 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.