bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,391 |
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,392 |
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,393 |
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,394 |
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,395 |
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.AcceptEventAction_2001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getActivity_Node()); } return getMSLWrapper(new CreateAcceptEventAction_2001Command(re... | 1,120,396 |
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "notFound"; } CalSvcI svci = form.fetchSvci(); BwCalendar ca... | public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "notFound"; } CalSvcI svci = form.fetchSvci(); BwCalendar ca... | 1,120,397 |
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "notFound"; } CalSvcI svci = form.fetchSvci(); BwCalendar ca... | public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "notFound"; } CalSvcI svci = form.fetchSvci(); BwCalendar ca... | 1,120,398 |
public ActionForward attributeSearch( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {// removeSessionObject(request, UMLBrowserFormConstants.CLASS_SEARCH_RESULTS); DynaActionForm dynaForm = (DynaActionForm) form; ... | public ActionForward attributeSearch( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {// removeSessionObject(request, UMLBrowserFormConstants.CLASS_SEARCH_RESULTS); DynaActionForm dynaForm = (DynaActionForm) form; ... | 1,120,399 |
private void setupSessionForAttributeResults(Collection<UMLAttributeMetadata> umlAttributes, HttpServletRequest request){ setSessionObject(request, UMLBrowserFormConstants.CLASS_VIEW, false, true); setSessionObject(request, UMLBrowserFormConstants.CLASS_ATTRIBUTES, umlAttributes,true); PaginationBea... | private void setupSessionForAttributeResults(Collection<UMLAttributeMetadata> umlAttributes, HttpServletRequest request){ setSessionObject(request, UMLBrowserFormConstants.CLASS_VIEW, false, true); setSessionObject(request, UMLBrowserFormConstants.CLASS_ATTRIBUTES, umlAttributes,true); PaginationBea... | 1,120,401 |
public VTimeZone findTimeZone(final String id, BwUser owner) throws CalFacadeException { if (debug) { trace("find timezone with id " + id + " for owner " + owner); } TimezoneInfo tzinfo = lookup(id); if ((tzinfo != null) && (tzinfo.vtz != null)) { return tzinfo.vtz; } VTimeZone vTimeZone =... | public VTimeZone findTimeZone(final String id, BwUser owner) throws CalFacadeException { if (debug) { trace("find timezone with id " + id + " for owner " + owner); } TimezoneInfo tzinfo = lookup(id); if ((tzinfo != null) && (tzinfo.vtz != null)) { return tzinfo.vtz; } VTimeZone vTimeZone =... | 1,120,402 |
public VTimeZone findTimeZone(final String id, BwUser owner) throws CalFacadeException { if (debug) { trace("find timezone with id " + id + " for owner " + owner); } TimezoneInfo tzinfo = lookup(id); if ((tzinfo != null) && (tzinfo.vtz != null)) { return tzinfo.vtz; } VTimeZone vTimeZone =... | public VTimeZone findTimeZone(final String id, BwUser owner) throws CalFacadeException { if (debug) { trace("find timezone with id " + id + " for owner " + owner); } TimezoneInfo tzinfo = lookup(id); if ((tzinfo != null) && (tzinfo.vtz != null)) { return tzinfo.vtz; } VTimeZone vTimeZone =... | 1,120,403 |
public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | 1,120,404 |
public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | 1,120,405 |
public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | 1,120,406 |
public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | public TimeZone getTimeZone(final String id) throws CalFacadeException { if ((defaultTimeZone != null) && id.equals(defaultTimeZoneId)) { return defaultTimeZone; } stats.incTzFetches(); TimezoneInfo tzinfo = lookup(id); if (tzinfo == null) { VTimeZone vTimeZone = cal.getTimeZone(id, null); ... | 1,120,407 |
private TimezoneInfo lookup(String id) throws CalFacadeException { TimezoneInfo tzinfo; if (!systemTimezonesInitialised) { // First call (after reinit) synchronized (this) { if (!systemTimezonesInitialised) { Collection tzs = cal.getPublicTimeZones(); Iterator it = tzs.iterato... | private TimezoneInfo lookup(String id) throws CalFacadeException { TimezoneInfo tzinfo; if (!systemTimezonesInitialised) { // First call (after reinit) synchronized (this) { if (!systemTimezonesInitialised) { Collection tzs = cal.getPublicTimeZones(); Iterator it = tzs.iterato... | 1,120,408 |
private TimezoneInfo lookup(String id) throws CalFacadeException { TimezoneInfo tzinfo; if (!systemTimezonesInitialised) { // First call (after reinit) synchronized (this) { if (!systemTimezonesInitialised) { Collection tzs = cal.getPublicTimeZones(); Iterator it = tzs.iterato... | private TimezoneInfo lookup(String id) throws CalFacadeException { TimezoneInfo tzinfo; if (!systemTimezonesInitialised) { // First call (after reinit) synchronized (this) { if (!systemTimezonesInitialised) { Collection tzs = cal.getPublicTimeZones(); Iterator it = tzs.iterato... | 1,120,409 |
public void saveTimeZone(String tzid, VTimeZone vtz) throws CalFacadeException { cal.saveTimeZone(tzid, vtz); stats.incTzStores(); /* For a user update the map to avoid a refetch. For system timezones we will force a refresh when we're done. */ if (publicAdmin) { return; } Tim... | public void saveTimeZone(String tzid, VTimeZone vtz) throws CalFacadeException { cal.saveTimeZone(tzid, vtz); stats.incTzStores(); /* For a user update the map to avoid a refetch. For system timezones we will force a refresh when we're done. */ if (publicAdmin) { return; } Tim... | 1,120,410 |
public void saveTimeZone(String tzid, VTimeZone vtz) throws CalFacadeException { cal.saveTimeZone(tzid, vtz); stats.incTzStores(); /* For a user update the map to avoid a refetch. For system timezones we will force a refresh when we're done. */ if (publicAdmin) { return; } Tim... | public void saveTimeZone(String tzid, VTimeZone vtz) throws CalFacadeException { cal.saveTimeZone(tzid, vtz); stats.incTzStores(); /* For a user update the map to avoid a refetch. For system timezones we will force a refresh when we're done. */ if (publicAdmin) { return; } Tim... | 1,120,411 |
public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | 1,120,412 |
public void parsePrivilege(AclInfo ainfo, Node nd, boolean grant) throws WebdavIntfException { CdAclInfo info = (CdAclInfo)ainfo; if (!grant) { // There's probably a way to block this throw WebdavIntfException.badRequest(); } Element el = getOnlyChild(nd); int priv... | public void parsePrivilege(AclInfo ainfo, Node nd, boolean grant) throws WebdavIntfException { CdAclInfo info = (CdAclInfo)ainfo; if (!grant) { // There's probably a way to block this throw WebdavIntfException.badRequest(); } Element el = getOnlyChild(nd); int priv... | 1,120,413 |
public TablePanel() { super(new GridLayout(1, 0)); table.getColumnModel().getColumn(0).setPreferredWidth(10); table.getColumnModel().getColumn(1).setPreferredWidth(150); table.getColumnModel().getColumn(2).setPreferredWidth(150); table.getColumnModel().getColumn(3).setPreferredWidth(10); table.getColumnMo... | public TablePanel() { super(new GridLayout(1, 0)); table.getColumnModel().getColumn(0).setPreferredWidth(10); table.getColumnModel().getColumn(1).setPreferredWidth(150); table.getColumnModel().getColumn(2).setPreferredWidth(150); table.getColumnModel().getColumn(3).setPreferredWidth(10); table.getColumnMo... | 1,120,414 |
public void actionPerformed(ActionEvent e) { int[] selected = table.getSelectedRows(); for (int i = selected.length - 1; i >= 0; i--) { String id = (String)table.getModel().getValueAt(selected[i], 1); ModuleLoader.unload(id); } } | public void actionPerformed(ActionEvent e) { int[] selected = table.getSelectedRows(); for (int i = selected.length - 1; i >= 0; i--) { String id = (String)table.getModel().getValueAt(selected[i], 2); ModuleLoader.unload(id); } } | 1,120,415 |
public JPanel getButtonPanel() { JPanel p = new JPanel(new GridLayout(0, 3)); JButton remove = new JButton(Messages.getString("ModuleConfigurationPanel.REMOVE")); //$NON-NLS-1$ remove.setToolTipText(Messages.getString("ModuleConfigurationPanel.REMOVE_TOOLTIP")); //$NON-NLS-1$ remove.addActionListener(new ActionLis... | public JPanel getButtonPanel() { JPanel p = new JPanel(new GridLayout(0, 3)); JButton remove = new JButton(Messages.getString("ModuleConfigurationPanel.REMOVE")); //$NON-NLS-1$ remove.setToolTipText(Messages.getString("ModuleConfigurationPanel.REMOVE_TOOLTIP")); //$NON-NLS-1$ remove.addActionListener(new ActionLis... | 1,120,416 |
public void actionPerformed(ActionEvent e) { JTable table = tablePanel.getTable(); int[] selected = table.getSelectedRows(); for (int i = selected.length - 1; i >= 0; i--) { String id = (String)table.getModel().getValueAt(selected[i], 1); ModuleLoader.unload(id); } } | public void actionPerformed(ActionEvent e) { JTable table = tablePanel.getTable(); int[] selected = table.getSelectedRows(); for (int i = selected.length - 1; i >= 0; i--) { String id = (String)table.getModel().getValueAt(selected[i], 2); ModuleLoader.unload(id); } } | 1,120,417 |
public void paintComponent(Graphics g){ Graphics2D g2 = (Graphics2D)g; Iterator e = plotters.iterator(); Rectangle2D.Float stringBounds = new Rectangle2D.Float(); stringBounds.setRect(g2.getFontMetrics().getStringBounds("test", g2)); int i = 0; while(e.hasNext()){ Plotter current = (Plotter)e.... | public void paintComponent(Graphics g){ Graphics2D g2 = (Graphics2D)g; Iterator e = plotters.iterator(); Rectangle2D.Float stringBounds = new Rectangle2D.Float(); stringBounds.setRect(g2.getFontMetrics().getStringBounds("test", g2)); int i = 0; while(e.hasNext()){ Plotter current = (Plotter)e.... | 1,120,418 |
public void paintComponent(Graphics g){ Graphics2D g2 = (Graphics2D)g; Iterator e = plotters.iterator(); Rectangle2D.Float stringBounds = new Rectangle2D.Float(); stringBounds.setRect(g2.getFontMetrics().getStringBounds("test", g2)); int i = 0; while(e.hasNext()){ Plotter current = (Plotter)e.... | public void paintComponent(Graphics g){ Graphics2D g2 = (Graphics2D)g; Iterator e = plotters.iterator(); Rectangle2D.Float stringBounds = new Rectangle2D.Float(); stringBounds.setRect(g2.getFontMetrics().getStringBounds("test", g2)); int i = 0; while(e.hasNext()){ Plotter current = (Plotter)e.... | 1,120,419 |
public void add(DataSetSeismogram[] seismos){ registrar.add(seismos); for(int i = 0; i < seismos.length; i++){ if(seismos[i] != null){ seismograms.add(seismos[i]); SeismogramShape newPlotter; if (autoColor) { newPlotter = new SeismogramShape(seismos[i], seisColors[(seismograms.size() -1) % s... | public void add(DataSetSeismogram[] seismos){ registrar.add(seismos); for(int i = 0; i < seismos.length; i++){ if(seismos[i] != null){ seismograms.add(seismos[i]); SeismogramShape newPlotter; if (autoColor) { newPlotter = new SeismogramShape(seismos[i], seisColors[(seismograms.size() -1) % s... | 1,120,420 |
public void add(DataSetSeismogram[] seismos){ registrar.add(seismos); for(int i = 0; i < seismos.length; i++){ if(seismos[i] != null){ seismograms.add(seismos[i]); SeismogramShape newPlotter; if (autoColor) { newPlotter = new SeismogramShape(seismos[i], seisColors[(seismograms.size() -1) % s... | public void add(DataSetSeismogram[] seismos){ registrar.add(seismos); for(int i = 0; i < seismos.length; i++){ if(seismos[i] != null){ seismograms.add(seismos[i]); SeismogramShape newPlotter; if (autoColor) { newPlotter = new SeismogramShape(seismos[i], seisColors[(seismograms.size() -1) % s... | 1,120,421 |
public void applyFilter(ColoredFilter filter){ DataSetSeismogram[] seismos = new DataSetSeismogram[seismograms.size()]; int i = 0; if(filters.contains(filter)){ LinkedList filterShapes = new LinkedList(); Iterator e = new PlotterIterator(FilteredSeismogramShape.class); while(e.hasNext()){ logger.debug(... | public void applyFilter(ColoredFilter filter){ DataSetSeismogram[] seismos = new DataSetSeismogram[seismograms.size()]; int i = 0; if(filters.contains(filter)){ LinkedList filterShapes = new LinkedList(); Iterator e = new PlotterIterator(FilteredSeismogramShape.class); while(e.hasNext()){ logger.debug(... | 1,120,422 |
public void applyFilter(ColoredFilter filter){ DataSetSeismogram[] seismos = new DataSetSeismogram[seismograms.size()]; int i = 0; if(filters.contains(filter)){ LinkedList filterShapes = new LinkedList(); Iterator e = new PlotterIterator(FilteredSeismogramShape.class); while(e.hasNext()){ logger.debug(... | public void applyFilter(ColoredFilter filter){ DataSetSeismogram[] seismos = new DataSetSeismogram[seismograms.size()]; int i = 0; if(filters.contains(filter)){ LinkedList filterShapes = new LinkedList(); Iterator e = new PlotterIterator(FilteredSeismogramShape.class); while(e.hasNext()){ logger.debug(... | 1,120,423 |
public String[] getNames(){ if(seismogramNames == null || seismogramArray == null){ getSeismograms(); seismogramNames = new String[seismogramArray.length]; for(int i = 0; i < seismogramArray.length; i++){ Iterator e = new PlotterIterator(SeismogramShape.class); while(e.hasNext()){ SeismogramShap... | public String[] getNames(){ if(seismogramNames == null || seismogramArray == null){ getSeismograms(); seismogramNames = new String[seismogramArray.length]; for(int i = 0; i < seismogramArray.length; i++){ Iterator e = new PlotterIterator(SeismogramShape.class); while(e.hasNext()){ SeismogramShap... | 1,120,424 |
public String[] getNames(){ if(seismogramNames == null || seismogramArray == null){ getSeismograms(); seismogramNames = new String[seismogramArray.length]; for(int i = 0; i < seismogramArray.length; i++){ Iterator e = new PlotterIterator(SeismogramShape.class); while(e.hasNext()){ SeismogramShap... | public String[] getNames(){ if(seismogramNames == null || seismogramArray == null){ getSeismograms(); seismogramNames = new String[seismogramArray.length]; for(int i = 0; i < seismogramArray.length; i++){ Iterator e = new PlotterIterator(SeismogramShape.class); while(e.hasNext()){ SeismogramShap... | 1,120,425 |
public void remove(DataSetSeismogram[] seismos){ for(int i = 0; i < seismos.length; i++){ if(seismograms.contains(seismos[i])){ seismograms.remove(seismos[i]); PlotterIterator it = new PlotterIterator(SeismogramShape.class); while(it.hasNext()){ SeismogramShape current = (SeismogramShape)it.next(); ... | public void remove(DataSetSeismogram[] seismos){ for(int i = 0; i < seismos.length; i++){ if(seismograms.contains(seismos[i])){ seismograms.remove(seismos[i]); PlotterIterator it = new PlotterIterator(SeismogramShape.class); while(it.hasNext()){ SeismogramShape current = (SeismogramShape)it.next(); ... | 1,120,426 |
public void remove(DataSetSeismogram[] seismos){ for(int i = 0; i < seismos.length; i++){ if(seismograms.contains(seismos[i])){ seismograms.remove(seismos[i]); PlotterIterator it = new PlotterIterator(SeismogramShape.class); while(it.hasNext()){ SeismogramShape current = (SeismogramShape)it.next(); ... | public void remove(DataSetSeismogram[] seismos){ for(int i = 0; i < seismos.length; i++){ if(seismograms.contains(seismos[i])){ seismograms.remove(seismos[i]); PlotterIterator it = new PlotterIterator(SeismogramShape.class); while(it.hasNext()){ SeismogramShape current = (SeismogramShape)it.next(); ... | 1,120,427 |
public String doAction(HttpServletRequest request, BwSession sess, PEActionForm form) throws Throwable { boolean alerts = form.getAlertEvent(); /** Check access and set request parameters */ if (alerts) { if (!form.getUserAuth().isAlertUser()) { ... | public String doAction(HttpServletRequest request, BwSession sess, PEActionForm form) throws Throwable { boolean alerts = form.getAlertEvent(); /** Check access and set request parameters */ if (alerts) { if (!form.getUserAuth().isAlertUser()) { ... | 1,120,428 |
public CaldavClientIo(String host, int port, boolean debug) throws Throwable { if (httpManager == null) { httpManager = new HttpManager("org.bedework.http.client.caldav.CaldavClient"); } HostConfiguration config = new HostConfiguration(); config.setHost(host, port); client = (CaldavClient)httpMana... | public CaldavClientIo(String host, int port, boolean debug) throws Throwable { if (httpManager == null) { httpManager = new HttpManager("org.bedework.http.client.caldav.CaldavClient"); } HostConfiguration config = new HostConfiguration(); config.setHost(host, port); client = (CaldavClient)httpMana... | 1,120,429 |
protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | 1,120,430 |
protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | 1,120,431 |
protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | 1,120,432 |
protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | protected void setUp() throws Exception { lexicalRoot = new NATObject(OBJLexicalRoot._INSTANCE_); lexicalRoot.meta_defineField(AGSymbol.jAlloc("success"), success); lexicalRoot.meta_defineField(AGSymbol.jAlloc("fail"), fail); lexicalRoot.meta_defineField(AGSymbol.jAlloc("echo:"), echo_); lexicalRoot.meta_defineFi... | 1,120,433 |
public static URLDataSetSeismogram getURLDataSetSeismogram(URL base, Element element) throws UnsupportedFileTypeException { String name = XMLUtil.getText(XMLUtil.getElement(element, "name")); RequestFilter request = XMLRequestFilter.getRequ... | public static URLDataSetSeismogram getURLDataSetSeismogram(URL base, Element element) throws UnsupportedFileTypeException { String name = XMLUtil.getText(XMLUtil.getElement(element, "name")); RequestFilter request = XMLRequestFilter.getRequ... | 1,120,434 |
public void setStartTime(String v) { byte[] startTimeBytes = new byte[10]; try{ byte[] vBytes = v.getBytes("ASCII"); if(vBytes.length < 10) { startTimeBytes = Utility.pad(v.getBytes("ASCII"),10, (byte)0); } }catch( java.io.UnsupportedEncodingExcepti... | public void setStartTime(String v) { byte[] startTimeBytes = new byte[10]; try{ byte[] vBytes = v.getBytes("ASCII"); if(vBytes.length < 10) { startTimeBytes = Utility.pad(v.getBytes("ASCII"),10, (byte)0); } }catch( java.io.UnsupportedEncodingExcepti... | 1,120,435 |
public IdeaMap() { text = new JTextField(""); setLayout(new BorderLayout()); add(text, BorderLayout.NORTH); controller = new IdeaMapController(this); setBackground(DEFAULT_BACKGROUND); JLayeredPane mapArea = new JLayeredPane(); mapArea.setBackground(new Color(0, 0, 0... | public IdeaMap() { text = new JTextField(""); setLayout(new BorderLayout()); add(text, BorderLayout.NORTH); controller = new IdeaMapController(this); setBackground(DEFAULT_BACKGROUND); JLayeredPane mapArea = new JLayeredPane(); mapArea.setBackground(new Color(0, 0, 0... | 1,120,436 |
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { BwEvent ev = form.retrieveCurrentEvent(); if (ev == null) { return "noevent"; } CalSvcI svci = form.getCalSvcI(); BwEventAlarm alarm = new BwEventAlarm(); Trigger tr; //boolean tr... | public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { BwEvent ev = form.retrieveCurrentEvent(); if (ev == null) { return "noevent"; } CalSvcI svci = form.getCalSvcI(); BwEventAlarm alarm = new BwEventAlarm(); Trigger tr; //boolean tr... | 1,120,438 |
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { BwEvent ev = form.retrieveCurrentEvent(); if (ev == null) { return "noevent"; } CalSvcI svci = form.getCalSvcI(); BwEventAlarm alarm = new BwEventAlarm(); Trigger tr; //boolean tr... | public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { BwEvent ev = form.retrieveCurrentEvent(); if (ev == null) { return "noevent"; } CalSvcI svci = form.getCalSvcI(); BwEventAlarm alarm = new BwEventAlarm(); Trigger tr; //boolean tr... | 1,120,439 |
public void testGetSetLength() { IdeaView ideaView = new IdeaView(); assertEquals("Length should be zero if no idea", 0.0, ideaView.getLength(), 0.0000001); ideaView.setLength(100.0); assertEquals("Should allow me to set length", 100.0, ideaView.getL... | public void testGetSetLength() { IdeaView ideaView = new IdeaView(); assertEquals("Length should be zero if no idea", 0.0, ideaView.getLength(), 0.0000001); ideaView.setLength(100.0); assertEquals("Should allow me to set length", 100.0, ideaView.getL... | 1,120,440 |
public void testDoEndTag() throws Exception { tag.setRows("10"); tag.setCols("80"); tag.setName("name"); tag.setStyleId("id"); tag.setValue("value"); tag.doEndTag(); String result = writer.getBuffer().toString(); assertTrue("bad tag name", result.contains("<textarea")); assertTrue("bad name", result.contains(... | public void testDoEndTag() throws Exception { tag.setRows("10"); tag.setCols("80"); tag.setName("name"); tag.setStyleId("id"); tag.setValue("value"); tag.doEndTag(); String result = writer.getBuffer().toString(); assertTrue("bad tag name", result.contains("<textarea")); assertTrue("bad name", result.contains(... | 1,120,441 |
private void generateReport() throws RemoteException, JRException { JasperReportBusiness business = getReportBusiness(); if(_dataSource != null){ if (doGenerateSomeJasperReport() && (_dataSource != null && _design != null)) { _reportDescription.put(DynamicReportDesign.PRM_REPORT_NAME, _reportName); Jaspe... | private void generateReport() throws RemoteException, JRException { JasperReportBusiness business = getReportBusiness(); if(_dataSource != null){ if (doGenerateSomeJasperReport() && (_dataSource != null && _design != null)) { _reportDescription.put(DynamicReportDesign.PRM_REPORT_NAME, _reportName); Jaspe... | 1,120,442 |
public boolean equals(Object o) { if(o == this) { return true; } else if(o instanceof PlottableChunk) { PlottableChunk oChunk = (PlottableChunk)o; if(ChannelIdUtil.areEqual(channel, oChunk.channel)) { if(samplesPerDay == oChunk.samplesPerDay) { ... | public boolean equals(Object o) { if(o == this) { return true; } else if(o instanceof PlottableChunk) { PlottableChunk oChunk = (PlottableChunk)o; if(ChannelIdUtil.areEqual(channel, oChunk.channel)) { if(samplesPerDay == oChunk.samplesPerDay) { ... | 1,120,443 |
public ProfileFigure() { org.eclipse.gmf.internal.codegen.draw2d.GridLayout layoutThis = new org.eclipse.gmf.internal.codegen.draw2d.GridLayout(); layoutThis.numColumns = 2; layoutThis.makeColumnsEqualWidth = true; layoutThis.horizontalSpacing = 0; layoutThis.verticalSpacing = 0; layoutThis.marginWidth = ... | public ProfileFigure() { GridLayout layoutThis = new GridLayout(); layoutThis.numColumns = 2; layoutThis.makeColumnsEqualWidth = true; layoutThis.horizontalSpacing = 0; layoutThis.verticalSpacing = 0; layoutThis.marginWidth = 0; layoutThis.marginHeight = 0; this.setLayoutManager(layoutThis); this.se... | 1,120,444 |
public ProfileFigure() { org.eclipse.gmf.internal.codegen.draw2d.GridLayout layoutThis = new org.eclipse.gmf.internal.codegen.draw2d.GridLayout(); layoutThis.numColumns = 2; layoutThis.makeColumnsEqualWidth = true; layoutThis.horizontalSpacing = 0; layoutThis.verticalSpacing = 0; layoutThis.marginWidth = ... | public ProfileFigure() { org.eclipse.gmf.internal.codegen.draw2d.GridLayout layoutThis = new org.eclipse.gmf.internal.codegen.draw2d.GridLayout(); layoutThis.numColumns = 2; layoutThis.makeColumnsEqualWidth = true; layoutThis.horizontalSpacing = 0; layoutThis.verticalSpacing = 0; layoutThis.marginWidth = ... | 1,120,445 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { RectangleFigure profile_leftTab0 = new RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); profile_leftTab0.setLineStyle(org.ecli... | 1,120,446 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,447 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,448 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,449 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,450 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,451 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,452 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,453 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,454 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,455 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,456 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,457 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,458 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,459 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,460 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,461 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,462 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,463 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,464 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,465 |
private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | private void createContents() { org.eclipse.draw2d.RectangleFigure profile_leftTab0 = new org.eclipse.draw2d.RectangleFigure(); profile_leftTab0.setFill(true); profile_leftTab0.setFillXOR(false); profile_leftTab0.setOutline(true); profile_leftTab0.setOutlineXOR(false); profile_leftTab0.setLineWidth(1); ... | 1,120,466 |
public org.eclipse.draw2d.RectangleFigure getFigureProfileFigure_ContentsCompartment() { return fProfileFigure_ContentsCompartment; } | public RectangleFigure getFigureProfileFigure_ContentsCompartment() { return fProfileFigure_ContentsCompartment; } | 1,120,467 |
public org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel getFigureProfileFigure_NameLabel() { return fProfileFigure_NameLabel; } | public WrapLabel getFigureProfileFigure_NameLabel() { return fProfileFigure_NameLabel; } | 1,120,468 |
public org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel getFigureProfile_ProfileLabel() { return fProfile_ProfileLabel; } | public WrapLabel getFigureProfile_ProfileLabel() { return fProfile_ProfileLabel; } | 1,120,469 |
private void setFigureProfileFigure_ContentsCompartment(org.eclipse.draw2d.RectangleFigure fig) { fProfileFigure_ContentsCompartment = fig; } | private void setFigureProfileFigure_ContentsCompartment(RectangleFigure fig) { fProfileFigure_ContentsCompartment = fig; } | 1,120,470 |
private void setFigureProfileFigure_NameLabel(org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel fig) { fProfileFigure_NameLabel = fig; } | private void setFigureProfileFigure_NameLabel(WrapLabel fig) { fProfileFigure_NameLabel = fig; } | 1,120,471 |
private void setFigureProfile_ProfileLabel(org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel fig) { fProfile_ProfileLabel = fig; } | private void setFigureProfile_ProfileLabel(WrapLabel fig) { fProfile_ProfileLabel = fig; } | 1,120,472 |
protected static int[][] compressYvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size)throws UnsupportedDataEncoding { int[][] uncomp = scaleXvalues(seismogram, config, size); // enough points to take the extra time to compress the line int[][] comp = new int[... | protected static int[][] compressYvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size)throws UnsupportedDataEncoding { int[][] uncomp = scaleXvalues(seismogram, config, size); // enough points to take the extra time to compress the line int[][] comp = new int[... | 1,120,473 |
protected static int[][] scaleXvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size) throws UnsupportedDataEncoding { LocalSeismogramImpl seis = (LocalSeismogramImpl)seismogram; int[][] out = new int[2][]; int seisIndex = 0; int pixelIndex = 0; int numAdded = 0; if ... | protected static int[][] scaleXvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size) throws UnsupportedDataEncoding { LocalSeismogramImpl seis = (LocalSeismogramImpl)seismogram; int[][] out = new int[2][]; int seisIndex = 0; int pixelIndex = 0; int numAdded = 0; if ... | 1,120,474 |
protected static int[][] scaleXvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size) throws UnsupportedDataEncoding { LocalSeismogramImpl seis = (LocalSeismogramImpl)seismogram; int[][] out = new int[2][]; int seisIndex = 0; int pixelIndex = 0; int numAdded = 0; if ... | protected static int[][] scaleXvalues(LocalSeismogram seismogram, TimePlotConfig config, Dimension size) throws UnsupportedDataEncoding { LocalSeismogramImpl seis = (LocalSeismogramImpl)seismogram; int[][] out = new int[2][]; int seisIndex = 0; int pixelIndex = 0; int numAdded = 0; if ... | 1,120,475 |
public CreditCardAuthorizationEntry getAuthorizationEntry(Supplier supplier, String authorizationCode, IWTimestamp stamp) { CreditCardInformation info = getCreditCardInformation(supplier, stamp); if (info != null) { try { if ( CreditCardMerchant.MERCHANT_TYPE_TPOS.equals(info.getType()) ){ TPosAuthorisation... | public CreditCardAuthorizationEntry getAuthorizationEntry(Supplier supplier, String authorizationCode, IWTimestamp stamp) { CreditCardInformation info = getCreditCardInformation(supplier, stamp); if (info != null) { try { if ( CreditCardMerchant.MERCHANT_TYPE_TPOS.equals(info.getType()) ){ TPosAuthorisation... | 1,120,476 |
public CreditCardAuthorizationEntry getAuthorizationEntry(Supplier supplier, String authorizationCode, IWTimestamp stamp) { CreditCardInformation info = getCreditCardInformation(supplier, stamp); if (info != null) { try { if ( CreditCardMerchant.MERCHANT_TYPE_TPOS.equals(info.getType()) ){ TPosAuthorisation... | public CreditCardAuthorizationEntry getAuthorizationEntry(Supplier supplier, String authorizationCode, IWTimestamp stamp) { CreditCardInformation info = getCreditCardInformation(supplier, stamp); if (info != null) { try { if ( CreditCardMerchant.MERCHANT_TYPE_TPOS.equals(info.getType()) ){ TPosAuthorisation... | 1,120,477 |
public void addEvent(BwEvent val, Collection overrides) throws CalFacadeException { RecuridTable recurids = null; HibSession sess = getSess(); if ((overrides != null) && (overrides.size() != 0)) { if (!val.getRecurring()) { throw new CalFacadeException("Master event not recu... | public void addEvent(BwEvent val, Collection overrides) throws CalFacadeException { RecuridTable recurids = null; HibSession sess = getSess(); if ((overrides != null) && (overrides.size() != 0)) { if (!val.getRecurring()) { throw new CalFacadeException("Master event not recu... | 1,120,479 |
public void setIsSplitAllowed(boolean value){ _band.setAttribute(ATTRIBUTE_IS_SPLIT_ALLOWED,Boolean.toString(value)); } | public void setIsSplitAllowed(boolean value){ _band.setAttribute(ATTRIBUTE_IS_SPLIT_ALLOWED,String.valueOf(value)); } | 1,120,480 |
private boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boolean canSwitch... | private boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boolean canSwitch... | 1,120,481 |
private synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) t... | private synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) t... | 1,120,483 |
public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | 1,120,484 |
public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | 1,120,485 |
public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | public String performAction(HttpServletRequest request, HttpServletResponse response, UtilActionForm frm, MessageResources messages) throws Throwable { String forward = "success"; BwActionFormBase form = (BwActionFormBase)frm... | 1,120,486 |
private void newline() throws IOException { wtr.write("\n"); } | public void newline() throws IOException { wtr.write("\n"); } | 1,120,487 |
public ATObject meta_newInstance(ATTable initargs) throws InterpreterException { ATObject newhost = initargs.base_at(NATNumber.ONE); return new NativeField(newhost, name_, accessor_, mutator_); } | public ATObject meta_newInstance(ATTable initargs) throws InterpreterException { ATObject newhost = initargs.base_at(NATNumber.ONE); return new NativeField(newhost, name_, accessor_, mutator_); } | 1,120,488 |
public ATNil meta_assignField(ATObject receiver, ATSymbol name, ATObject value) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); String jSelector = Reflection.upMagicFieldMutationSelector(name); try{ JavaInterfaceAdaptor.invokeNativeATMethod( principa... | public ATNil meta_assignField(ATObject receiver, ATSymbol name, ATObject value) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); String jSelector = Reflection.upMagicFieldMutationSelector(name); try{ JavaInterfaceAdaptor.invokeNativeATMethod( principa... | 1,120,490 |
public ATNil meta_assignField(ATSymbol name, ATObject value) throws NATException { String selector = Reflection.upBaseFieldMutationSelector(name); // try to invoke a native base_setName method try { JavaInterfaceAdaptor.invokeJavaMethod( this.getClass(), this, selector, ... | public ATNil meta_assignField(ATSymbol name, ATObject value) throws NATException { String selector = Reflection.upBaseFieldMutationSelector(name); // try to invoke a native base_setName method try { JavaInterfaceAdaptor.invokeJavaMethod( this.getClass(), this, selector, ... | 1,120,491 |
public ATNil meta_assignVariable(ATSymbol name, ATObject value) throws NATException { try { return this.meta_assignField(name, value); } catch (XSelectorNotFound e) { // transform selector not found in undefined variable assignment throw new XUndefinedField("variable assignment", name.getText().asNati... | public ATNil meta_assignVariable(ATSymbol name, ATObject value) throws NATException { try { return this.meta_assignField(name, value); } catch (XSelectorNotFound e) { // transform selector not found in undefined variable assignment throw new XUndefinedField("variable assignment", name.base_getText().a... | 1,120,492 |
public ATObject meta_lookup(ATSymbol selector) throws NATException { try { return this.meta_select(this, selector); } catch(XSelectorNotFound e) { // transform selector not found in undefined variable access throw new XUndefinedField("variable access", selector.getText().... | public ATObject meta_lookup(ATSymbol selector) throws NATException { try { return this.meta_select(this, selector); } catch(XSelectorNotFound e) { // transform selector not found in undefined variable access throw new XUndefinedField("variable access", selector.base_getTe... | 1,120,493 |
public MailerIntf getMailer() { if (mailer != null) { return mailer; } try { mailer = (MailerIntf)CalEnv.getGlobalObject("mailerclass", MailerIntf.class); mailer.init(fetchSvci(), debug); } catch (Throwable t) { err.emit(t); } retu... | public MailerIntf getMailer() { if (mailer != null) { return mailer; } try { if (env == null) { throw new Exception("env not set"); } mailer = (MailerIntf)env.getGlobalObject("mailerclass", MailerIntf.class); mailer.init(fetchSvci(), debug); ... | 1,120,494 |
private EventQuery buildEventQuery(Vector cfs, TimeRange globaltr) throws WebdavException { Iterator it = cfs.iterator(); EventQuery eq = new EventQuery(); eq.trange = globaltr; if (debug) { trace("buildEventQuery ---- entry"); } while (it.hasNext()) { C... | private EventQuery buildEventQuery(Collection cfs, TimeRange globaltr) throws WebdavException { Iterator it = cfs.iterator(); EventQuery eq = new EventQuery(); eq.trange = globaltr; if (debug) { trace("buildEventQuery ---- entry"); } while (it.hasNext()) { ... | 1,120,497 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.