bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
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(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...
1,120,498
public Collection postFilter(Collection nodes) throws WebdavException { if (!postFilterNeeded) { return nodes; } if (debug) { trace("post filtering needed"); } CompFilter cfltr = filter; // Currently only handle VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { r...
public Collection postFilter(Collection nodes) throws WebdavException { if (!postFilterNeeded) { return nodes; } if (debug) { trace("post filtering needed"); } CompFilter cfltr = filter; // Currently only handle VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { r...
1,120,499
public Collection postFilter(Collection nodes) throws WebdavException { if (!postFilterNeeded) { return nodes; } if (debug) { trace("post filtering needed"); } CompFilter cfltr = filter; // Currently only handle VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { r...
public Collection postFilter(Collection nodes) throws WebdavException { if (!postFilterNeeded) { return nodes; } if (debug) { trace("post filtering needed"); } CompFilter cfltr = filter; // Currently only handle VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { r...
1,120,500
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new Vector(); } /* Currently we only handl...
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new ArrayList(); } /* Currently we only ha...
1,120,501
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new Vector(); } /* Currently we only handl...
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new Vector(); } /* Currently we only handl...
1,120,502
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new Vector(); } /* Currently we only handl...
public Collection query(CaldavBwNode wdnode, int retrieveRecur, CalSvcI svci) throws WebdavException { CompFilter cfltr = filter; // Currently only accept VCALENDAR for top level. if (!"VCALENDAR".equals(cfltr.getName())) { return new Vector(); } /* Currently we only handl...
1,120,503
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } String reqpar = request....
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } String reqpar = request....
1,120,504
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } String reqpar = request....
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } String reqpar = request....
1,120,505
public void retrieveData(SeisDataChangeListener dataListener) { RequestFilter[] temp = new RequestFilter[1]; temp[0] = requestFilter; try { //System.out.println("Calling the request_seismograms method of the datacenter"); if(this.dataCenterOps instanceof DBDataCenter) { this.dataCenterOps.request_seismogra...
public void retrieveData(SeisDataChangeListener dataListener) { RequestFilter[] temp = new RequestFilter[1]; temp[0] = requestFilter; try { //System.out.println("Calling the request_seismograms method of the datacenter"); if(this.dataCenterOps instanceof DBDataCenter) { this.dataCenterOps.request_seismogra...
1,120,506
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
1,120,507
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
1,120,508
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
public static final ATField downField(ATObject natObject, ATSymbol atSelector, String getPrefix, String setPrefix) throws InterpreterException { String fieldName = upFieldName(atSelector); try { Method accessorMethod = JavaInterfaceAdaptor.getNativeATMethod(natObject.getClass(), nat...
1,120,509
public Locale calculateLocale(FacesContext ctx) { Locale result = null; for(Enumeration enumeration = ((ServletRequest)ctx.getExternalContext().getRequest()).getLocales(); enumeration.hasMoreElements();) { Locale locale = (Locale)enumeration.nextElement(); result = getMatch(ctx, locale); if(result != null) ...
public Locale calculateLocale(FacesContext ctx) { Locale result = null; for(Enumeration enumeration = ((ServletRequest)ctx.getExternalContext().getRequest()).getLocales(); enumeration.hasMoreElements();) { Locale locale = (Locale)enumeration.nextElement(); result = getMatch(ctx, locale); if(result != null) ...
1,120,510
public DataSet createChildDataSet(String id, String name, String owner, AuditInfo[] audit) { dataSetIdCache = null; name = XMLUtil.getUniqueName(getDataSetNames(), name); XMLDataSet dataset = new XMLDataSet(docBuilder, base, id, name, owner); addDataS...
public DataSet createChildDataSet(String id, String name, String owner, AuditInfo[] audit) { name = XMLUtil.getUniqueName(getDataSetNames(), name); XMLDataSet dataset = new XMLDataSet(docBuilder, base, id, name, owner); addDataSet(dataset, audit); ...
1,120,511
public void removeSeismogram(LocalSeismogram aSeis){ MicroSecondTimeRange calcIntv; if(this.timeConfig == null) calcIntv = new MicroSecondTimeRange(((LocalSeismogramImpl)aSeis).getBeginTime(), ((LocalSeismogramImpl)aSeis).getEndTime()); else calcIntv = timeConfig.getTimeRange(aSeis); if(seismos.contains(aS...
public void removeSeismogram(LocalSeismogram aSeis){ MicroSecondTimeRange calcIntv; if(this.timeConfig == null) calcIntv = new MicroSecondTimeRange(((LocalSeismogramImpl)aSeis).getBeginTime(), ((LocalSeismogramImpl)aSeis).getEndTime()); else calcIntv = timeConfig.getTimeRange(aSeis); if(seismos.contains(aS...
1,120,512
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.OutputPin_3001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getOpaqueAction_OutputValue()); } return getMSLWrapper(new CreateOutputPin_3001Command(req)); ...
protected Command getCreateCommand(CreateElementRequest req) { if (UMLElementTypes.OutputPin_3001 == req.getElementType()) { if (req.getContainmentFeature() == null) { req.setContainmentFeature(UMLPackage.eINSTANCE.getOpaqueAction_OutputValue()); } return getMSLWrapper(new OutputPinCreateCommand(req)); } r...
1,120,513
public void removeLocation(BwAuthUser user, BwLocation loc) throws CalFacadeException { HibSession sess = getSess(); if (user == null) { /* Remove from all */ /* Removing all children seems difficult with hibernate cheat for the moment */ sess.namedQuery("removeLocationForAll"); ...
public void removeLocation(BwAuthUser user, BwLocation loc) throws CalFacadeException { HibSession sess = getSess(); if (user == null) { /* Remove from all */ /* Removing all children seems difficult with hibernate cheat for the moment */ sess.namedQuery("removeLocationForAll"); ...
1,120,514
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getErr().emit("org.bedework.client.error.usernotfoun...
1,120,515
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,516
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,517
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,518
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,519
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,520
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,521
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { String userId = request.getParameter("userid"); BwUser user; CalSvcI svci = form.fetchSvci(); if (userId != null) { user = svci.findUser(userId); if (user == null) { form.getEr...
1,120,522
public void end(String ns, String name) throws Exception { BwAttendee entity = (BwAttendee)pop(); globals.attendees++; globals.attendeesTbl.put(entity); try { if (globals.rintf != null) { globals.rintf.restoreAttendee(entity); } } catch (Throwable t) { throw new Exception(t); }...
public void end(String ns, String name) throws Exception { BwAttendee entity = (BwAttendee)pop(); globals.attendeesTbl.put(entity); try { if (globals.rintf != null) { globals.rintf.restoreAttendee(entity); } } catch (Throwable t) { throw new Exception(t); } }
1,120,523
public void end(String ns, String name) throws Exception { BwAttendee entity = (BwAttendee)pop(); globals.attendees++; globals.attendeesTbl.put(entity); try { if (globals.rintf != null) { globals.rintf.restoreAttendee(entity); } } catch (Throwable t) { throw new Exception(t); }...
public void end(String ns, String name) throws Exception { BwAttendee entity = (BwAttendee)pop(); globals.attendees++; globals.attendeesTbl.put(entity); try { if (globals.rintf != null) { globals.rintf.restoreAttendee(entity); } */ } */ catch (Throwable t) { throw new Exception(t)...
1,120,524
private void handleAT(Object[] command) { int tileRackIndex = (Integer)((Object[])command[1])[0]; int gameBoardIndex = (Integer)((Object[])command[1])[1]; int tileRackColor = (Integer)((Object[])command[1])[2]; int index = tileRackIndex - 1; Point point = Util.gameBoardIndexToPoint(gameBoardIndex); // Revi...
private void handleAT(Object[] command) { int tileRackIndex = (Integer)((Object[])command[1])[0]; int gameBoardIndex = (Integer)((Object[])command[1])[1]; int tileRackColor = (Integer)((Object[])command[1])[2]; int index = tileRackIndex - 1; Point point = Util.gameBoardIndexToPoint(gameBoardIndex); // Revi...
1,120,525
private void handlePT(Object[] command) { int tileRackIndex = (Integer)((Object)command[1]); int index = tileRackIndex - 1; boolean visible = false; boolean visibleBefore = tileRackVisibilities.get(index); tileRackVisibilities.set(index, visible); reviewMessages.add(new ReviewTileRackButtonVisibility(index...
private void handlePT(Object[] command) { int tileRackIndex = (Integer)((Object)command[1]); int index = tileRackIndex - 1; boolean visible = false; boolean visibleBefore = tileRackVisibilities.get(index); tileRackVisibilities.set(index, visible); String label = tileRackLabels.get(index); Integer hoteltype...
1,120,526
private void handleReviewTileRackButton(ReviewTileRackButton msg, int direction) { if (direction == DIRECTION_BACKWARD) { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelBefore, msg.hoteltypeBefore); } else { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelAfter, msg.hoteltypeAfte...
private void handleReviewTileRackButton(ReviewTileRackButton msg, int direction) { if (direction == DIRECTION_BACKWARD) { if (msg.isVisibleBefore) { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelBefore, msg.hoteltypeBefore); } else { Main.getMainFrame().getTileRack().setButtonVisible(msg.index, ms...
1,120,527
private void handleReviewTileRackButton(ReviewTileRackButton msg, int direction) { if (direction == DIRECTION_BACKWARD) { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelBefore, msg.hoteltypeBefore); } else { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelAfter, msg.hoteltypeAfte...
private void handleReviewTileRackButton(ReviewTileRackButton msg, int direction) { if (direction == DIRECTION_BACKWARD) { Main.getMainFrame().getTileRack().setButton(msg.index, msg.labelBefore, msg.hoteltypeBefore); } else { if (msg.isVisibleAfter) { Main.getMainFrame().getTileRack().setButton(msg.index, msg.lab...
1,120,528
private void handleSV(Object[] command) { if (((String)((Object[])command[1])[0]).equals("frmScoreSheet") && ((String)((Object[])command[1])[1]).equals("lblData")) { if (((String)((Object[])command[1])[3]).equals("Caption")) { int index = (Integer)((Object[])command[1])[2]; Object what = ((Object[])command[...
private void handleSV(Object[] command) { if (((String)((Object[])command[1])[0]).equals("frmScoreSheet") && ((String)((Object[])command[1])[1]).equals("lblData")) { if (((String)((Object[])command[1])[3]).equals("Caption")) { int index = (Integer)((Object[])command[1])[2]; Object what = ((Object[])command[...
1,120,529
private void initData() { gameBoardData.init(); scoreSheetCaptionData.init(); scoreSheetHoteltypeData.init(); Collections.fill(tileRackLabels, null); Collections.fill(tileRackHoteltypes, null); Collections.fill(tileRackVisibilities, null); Main.getMainFrame().getLobby().clear(); Main.getMainFrame().getGameRoom...
private void initData() { gameBoardData.init(); scoreSheetCaptionData.init(); scoreSheetHoteltypeData.init(); Collections.fill(tileRackLabels, null); Collections.fill(tileRackHoteltypes, null); Collections.fill(tileRackVisibilities, false); Main.getMainFrame().getLobby().clear(); Main.getMainFrame().getGameRoo...
1,120,530
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } boolean done = f...
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } boolean done = f...
1,120,531
ReviewTileRackButton(Integer index_, String labelBefore_, String labelAfter_, Integer hoteltypeBefore_, Integer hoteltypeAfter_) { index = index_; labelBefore = labelBefore_; labelAfter = labelAfter_; hoteltypeBefore = hoteltypeBefore_; hoteltypeAfter = hoteltypeAfter_; }
ReviewTileRackButton(Integer index_, String labelBefore_, String labelAfter_, Integer hoteltypeBefore_, Integer hoteltypeAfter_, Boolean isVisibleBefore_, Boolean isVisibleAfter_) { index = index_; labelBefore = labelBefore_; labelAfter = labelAfter_; hoteltypeBefore = hoteltypeBefore_; hoteltypeAfter = hoteltype...
1,120,532
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return Integer.valueOf(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return Double....
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return new Integer(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return Double.valu...
1,120,536
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return Integer.valueOf(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return Double....
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return Integer.valueOf(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return new Dou...
1,120,537
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return Integer.valueOf(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return Double....
public static final Object atObjectToPrimitiveJava(ATObject atObj, Class type) throws InterpreterException { // integer if (type == int.class || type == Integer.class) { return Integer.valueOf(atObj.asNativeNumber().javaValue); // double } else if (type == double.class || type == Double.class) { return Double....
1,120,538
public void merge(Object obj) throws CalFacadeException { if (exc != null) { // Didn't hear me last time? throw new CalFacadeException(exc); } try { sess.merge(obj); } catch (Throwable t) { handleException(t); } }
public Object merge(Object obj) throws CalFacadeException { if (exc != null) { // Didn't hear me last time? throw new CalFacadeException(exc); } try { sess.merge(obj); } catch (Throwable t) { handleException(t); } }
1,120,540
public void merge(Object obj) throws CalFacadeException { if (exc != null) { // Didn't hear me last time? throw new CalFacadeException(exc); } try { sess.merge(obj); } catch (Throwable t) { handleException(t); } }
public void merge(Object obj) throws CalFacadeException { if (exc != null) { // Didn't hear me last time? throw new CalFacadeException(exc); } try { return sess.merge(obj); } catch (Throwable t) { handleException(t); } }
1,120,541
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.client.error.nosuchevent", id); return ...
1,120,543
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
1,120,544
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
1,120,545
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { return "doNothing"; } int id = form.getEventId(); if (id < 0) { // Do nothing form.getErr().emit("org.bedework.error.nosuchevent", id); return "doNoth...
1,120,546
public static void main( String[] args ) throws Exception { if( args.length != 1 ) { System.out.println( "Usage: " + "FIXLogViewer dictionary"); return; } String dictionaryFileName = args[0]; DataDictionary dataDictionary = new DataDictionary( dictionaryFileName ); try { UIManager.setLookAndFeel...
public static void main( String[] args ) throws Exception { /*if( args.length != 1 ) { System.out.println( "Usage: " + "FIXLogViewer dictionary"); return; } String dictionaryFileName = args[0]; DataDictionary dataDictionary = new DataDictionary( dictionaryFileName ); try { UIManager.setLookAndFe...
1,120,548
public final Map getUserAttributes(final Map seed) { // Checks to make sure the argument & state is valid if (seed == null) throw new IllegalArgumentException("The query seed Map cannot be null."); final Object[] args; //The queryAttributes are configured and t...
public final Map getUserAttributes(final Map seed) { // Checks to make sure the argument & state is valid if (seed == null) throw new IllegalArgumentException("The query seed Map cannot be null."); final Object[] args; //The queryAttributes are configured and t...
1,120,550
public ATObject meta_invoke(ATObject receiver, ATSymbol atSelector, ATTable arguments) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); // Same as upMetaLevelSelector but with magic_ instead of meta_ // invoking a meta-level operation in the base would me...
public ATObject meta_invoke(ATObject receiver, ATSymbol atSelector, ATTable arguments) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); // Same as upMetaLevelSelector but with magic_ instead of meta_ // invoking a meta-level operation in the base would me...
1,120,551
public ATObject meta_select(ATObject receiver, ATSymbol atSelector) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); // Same as upMetaLevelSelector but with magic_ instead of meta_ // invoking a meta-level operation in the base would mean the operation // wo...
public ATObject meta_select(ATObject receiver, ATSymbol atSelector) throws InterpreterException { NATMirage principal = (NATMirage)receiver.base_asMirror().base_getBase(); // Same as upMetaLevelSelector but with magic_ instead of meta_ // invoking a meta-level operation in the base would mean the operation // wo...
1,120,552
public void clearSelections(){ Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).remove(); } selections.clear(); repaint(); }
public void clearSelections(){ Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).removeParent(this); } selections.clear(); repaint(); }
1,120,555
public void remove(){ logger.debug(name + " being removed"); this.stopImageCreation(); parent.removeDisplay(this); Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).remove(); } timeRegistrar.removeTimeSyncListener(this); ampRegistrar.rem...
public void remove(){ logger.debug(name + " being removed"); this.stopImageCreation(); parent.removeDisplay(this); Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).remove(); } timeRegistrar.removeTimeSyncListener(this); ampRegistrar.rem...
1,120,557
public void remove(){ logger.debug(name + " being removed"); this.stopImageCreation(); parent.removeDisplay(this); Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).remove(); } timeRegistrar.removeTimeSyncListener(this); ampRegistrar.rem...
public void remove(){ logger.debug(name + " being removed"); this.stopImageCreation(); parent.removeDisplay(this); Iterator e = selections.iterator(); while(e.hasNext()){ ((Selection)e.next()).remove(); } timeRegistrar.removeTimeSyncListener(this); ampRegistrar.rem...
1,120,558
public void removeSelection(Selection oldSelection){ selections.remove(oldSelection); repaint(); }
public void removeSelection(Selection oldSelection){ if(selections.contains(oldSelection)) selections.remove(oldSelection); repaint(); }
1,120,559
private static boolean runTest(Req r, String tname) { try { int respCode; if (r.getAuth()) { respCode = cio.sendRequest(r.getMethod(), r.getPrefixedUrl(), user, pw, r.getHdrs(), r.getContentType(), r.getContentLength(), r.getConte...
private static boolean runTest(Req r, String tname) { try { int respCode; if (r.getAuth()) { respCode = cio.sendRequest(r.getMethod(), r.getPrefixedUrl(), user, pw, r.getHdrs(), r.getDepth(), r.getContentType(), r.getContentLength...
1,120,560
private static boolean runTest(Req r, String tname) { try { int respCode; if (r.getAuth()) { respCode = cio.sendRequest(r.getMethod(), r.getPrefixedUrl(), user, pw, r.getHdrs(), r.getContentType(), r.getContentLength(), r.getConte...
private static boolean runTest(Req r, String tname) { try { int respCode; if (r.getAuth()) { respCode = cio.sendRequest(r.getMethod(), r.getPrefixedUrl(), user, pw, r.getHdrs(), r.getContentType(), r.getContentLength(), r.getConte...
1,120,561
public void testCombine() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC.0")))); LocalSeismogram...
public void testCombine() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC")))); LocalSeismogramIm...
1,120,562
public void testFFT() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC.0")))); LocalSeismogramImpl...
public void testFFT() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC")))); LocalSeismogramImpl s...
1,120,563
public void testHRV() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/transfer.sac")))); LocalSeismogramImpl sactfr...
public void testHRV() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/transfer.sac")))); LocalSeismogramImpl sactfr...
1,120,564
public void testPoleZeroTaper() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC.0")))); LocalSeis...
public void testPoleZeroTaper() throws Exception { SacTimeSeries sac = new SacTimeSeries(); sac.read(new DataInputStream(new BufferedInputStream(this.getClass() .getClassLoader() .getResourceAsStream("edu/sc/seis/fissuresUtil/bag/IU.HRV.__.BHE.SAC")))); LocalSeismo...
1,120,565
public Collection getDaysEvents(MyCalendarVO date) throws Throwable { Vector v = new Vector(); CalTimezones tzcache = cal.getTimezones();// Dur oneDay = new Dur(1, 0, 0, 0); long millis = System.currentTimeMillis(); //tzcache.setSysTimezones(cal.getTimezones()); BwDateTime startDt = CalFacadeUti...
public Collection getDaysEvents(MyCalendarVO date) throws Throwable { Vector v = new Vector(); CalTimezones tzcache = cal.getTimezones();// Dur oneDay = new Dur(1, 0, 0, 0); long millis = System.currentTimeMillis(); //tzcache.setSysTimezones(cal.getTimezones()); BwDateTime startDt = CalFacadeUti...
1,120,566
public CalendarData(boolean debug) { this.debug = debug; }
public CalendarData(QName tag, boolean debug) { super(tag, null); this.debug = debug; }
1,120,567
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(parval(globals.syspars.getName(), stringFld())); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (n...
1,120,568
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(parval(globals.syspars.getTzid(), stringFld())); } else if (n...
1,120,569
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,570
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,571
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,572
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,573
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,574
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,575
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,576
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,577
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,578
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,579
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,580
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,581
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,582
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,583
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,584
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,585
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,586
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
public void field(String name) throws Exception { BwSystem ent = (BwSystem)top(); if (taggedEntityId(ent, name)) { return; } if (name.equals("name")) { ent.setName(stringFld()); } else if (name.equals("tzid")) { ent.setTzid(stringFld()); } else if (name.equals("systemid")) { ent....
1,120,587
public void updateTime(TimeEvent timeEvent){ currentTimeEvent = timeEvent; fireAmpEvent(new LazyAmpEvent(this)); }
public void updateTime(TimeEvent timeEvent){ currentTimeEvent = timeEvent; ampEvent = new LazyAmpEvent(this); fireAmpEvent(ampEvent); }
1,120,590
public ATNumber base_dec() { return NATNumber.atValue(javaValue-1); }
public ATNumeric base_dec() { return NATNumber.atValue(javaValue-1); }
1,120,591
public ATNumber base_inc();
public ATNumeric base_inc();
1,120,592
public ATNumber base_dec();
public ATNumeric base_dec();
1,120,593
public ATNumber base_abs();
public ATNumeric base_abs();
1,120,594
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { // Just ignore this return "doNothing"; } String reqpar = request.getParameter("updateEvent"); if (reqpar != null) { return updateEvent(request, form); ...
public String doAction(HttpServletRequest request, BwActionForm form) throws Throwable { if (form.getGuest()) { // Just ignore this return "doNothing"; } String reqpar = request.getParameter("updateEvent"); if (reqpar != null) { return updateEvent(request, form); ...
1,120,595
public abstract BwFreeBusy getFreeBusy(BwCalendar cal, BwPrincipal who, BwDateTime start, BwDateTime end, BwDuration granularity, boolean returnAll) throws CalFacadeException;
public abstract BwFreeBusy getFreeBusy(Collection subs, BwCalendar cal, BwPrincipal who, BwDateTime start, BwDateTime end, BwDuration granularity, boolean returnAll) throws CalFacadeExcepti...
1,120,596
public Object ejbFindByAuthorisationIdRsp(String authIdRsp) throws FinderException { return this.idoFindOnePKByColumnBySQL(AUTHORISATION_ID_RSP, authIdRsp); }
public Object ejbFindByAuthorisationIdRsp(String authIdRsp) throws FinderException { return this.idoFindOnePKByColumnBySQL(AUTHORISATION_ID_RSP, authIdRsp); }
1,120,597
private SSLClient getSSLClient() throws KortathjonustanAuthorizationException { SSLClient client; try { String tmp = strKeystore; if (tmp.startsWith("/")) { // Backwards compatability when this looked like this /home/idegaweb/... (marathon.is) tmp = bundle.getBundleBaseRealPath()+"/"+strKeystore; } client...
private SSLClient getSSLClient() throws KortathjonustanAuthorizationException { SSLClient client; try { String tmp = strKeystore; if (!tmp.startsWith("/")) { // Backwards compatability when this looked like this /home/idegaweb/... (marathon.is) tmp = bundle.getBundleBaseRealPath()+"/"+strKeystore; } clien...
1,120,599
public OffsetMeanAmpConfig(){ ampRange = new UnitRangeImpl(-500, 500, UnitImpl.COUNT); }
public OffsetMeanAmpConfig(){ ampRange = new UnitRangeImpl(-500, 500, UnitImpl.COUNT); }
1,120,600
public IdeaMapController(IdeaMap newIdeaMap) { this.ideaMap = newIdeaMap; this.ideaMap.setFocusable(true); this.ideaMap.requestFocusInWindow(); this.ideaMap.addFocusListener(this); this.ideaMap.addKeyListener(this); }
public IdeaMapController(IdeaMap newIdeaMap) { this.ideaMap = newIdeaMap; this.ideaMap.setFocusable(true); this.ideaMap.addFocusListener(this); this.ideaMap.addKeyListener(this); }
1,120,601
public void deleteSelected() { final IdeaView selected = this.ideaMap.getSelectedView(); if (selected == null) { return; } MapComponent parent = selected.getParent(); if (!(parent instanceof IdeaView)) { this.ideaMap.setSelectedView(null); return; ...
public void deleteSelected() { final IdeaView selected = this.ideaMap.getSelectedView(); if (selected == null) { return; } MapComponent parent = selected.getParent(); if (!(parent instanceof IdeaView)) { return; } IdeaView parentView = (...
1,120,602
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } System.out.print...
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } boolean done =...
1,120,603
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } System.out.print...
public void navigate(int direction, int breakAt) { int currentLine; int boundaryLine; if (direction == DIRECTION_FORWARD) { currentLine = nextLineGoingForward; boundaryLine = reviewMessages.size(); } else { currentLine = nextLineGoingForward - 1; boundaryLine = firstBreakPointLine - 1; } System.out.print...
1,120,604
protected void decorateView(View containerView, View view, IAdaptable semanticAdapter, String semanticHint, int index, boolean persisted) { if (semanticHint == null) { semanticHint = UMLVisualIDRegistry.getType(org.eclipse.uml2.diagram.profile.edit.parts.ConstraintEditPart.VISUAL_ID); view.setType(semanticHint); ...
protected void decorateView(View containerView, View view, IAdaptable semanticAdapter, String semanticHint, int index, boolean persisted) { if (semanticHint == null) { semanticHint = UMLVisualIDRegistry.getType(ConstraintEditPart.VISUAL_ID); view.setType(semanticHint); } super.decorateView(containerView, view, ...
1,120,606
public void addEvent(BwEvent val) { if (events == null) { events = new Vector(); } events.add(val); }
public void addEvent(BwEvent val) { if (events == null) { events = new ArrayList(); } events.add(val); }
1,120,607
public void addEvent(BwEvent val) { if (events == null) { events = new Vector(); } events.add(val); }
public void addEvent(BwEvent val) { if (events == null) { events = new Vector(); } EventInfo ei = new EventInfo(val); ei.setRecurrenceId(val.getRecurrence().getRecurrenceId()); events.add(ei); }
1,120,608
public Collection getProperties(String ns) throws WebdavIntfException { init(true); Vector v = new Vector(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, comp.get...
public Collection getProperties(String ns) throws WebdavIntfException { init(true); ArrayList al = new ArrayList(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, c...
1,120,609
public Collection getProperties(String ns) throws WebdavIntfException { init(true); Vector v = new Vector(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, comp.get...
public Collection getProperties(String ns) throws WebdavIntfException { init(true); Vector v = new Vector(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, comp.get...
1,120,610
public Collection getProperties(String ns) throws WebdavIntfException { init(true); Vector v = new Vector(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, comp.get...
public Collection getProperties(String ns) throws WebdavIntfException { init(true); Vector v = new Vector(); getVevent(); // init comp if (comp == null) { throw new WebdavIntfException("getProperties, comp == null"); } addProp(v, ICalTags.summary, name); addProp(v, ICalTags.dtstart, comp.get...
1,120,611