bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
public void testisCloneOf() throws Exception { ATObject clone = original.meta_clone(); original.meta_isCloneOf(clone).base_ifFalse_( new NativeClosure(clone) { public ATObject base_apply(ATTable arguments) throws InterpreterException { fail("Cloning is not properly defined under the isCloneOf test.")... | public void testisCloneOf() throws Exception { ATObject clone = original.meta_clone(); original.meta_isCloneOf(clone).base_ifFalse_( new NativeClosure(clone) { public ATObject base_apply(ATTable arguments) throws InterpreterException { fail("Cloning is not properly defined under the isCloneOf test.")... | 1,120,167 |
public void startElement(String namespaceURI, String sName, // simple name (localName) String qName, // qualified name Attributes attrs) throws SAXException { if ("outline".equals(qName)) { if (attrs != null) { String text = attrs.getValue... | public void startElement(String namespaceURI, String sName, // simple name (localName) String qName, // qualified name Attributes attrs) throws SAXException { if ("outline".equals(qName)) { if (attrs != null) { String text = attrs.getValue... | 1,120,168 |
public void addCalendar(BwCalendar val, BwCalendar parent) throws CalFacadeException { HibSession sess = getSess(); /* We need write access to the parent */ access.accessible(parent, privWrite, false); /** Is the parent a calendar collection? *//* sess.namedQuery("countCalendarEventRefs"); sess.... | public void addCalendar(BwCalendar val, BwCalendar parent) throws CalFacadeException { HibSession sess = getSess(); /* We need write access to the parent */ access.checkAccess(parent, privWrite, false); /** Is the parent a calendar collection? *//* sess.namedQuery("countCalendarEventRefs"); sess... | 1,120,169 |
public BwCalendar getCalendar(int val) throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getCalendarById"); sess.setInt("id", val); sess.cacheableQuery(); BwCalendar cal = (BwCalendar)sess.getUnique(); if (cal != null) { access.accessible(cal, privRead, false); } r... | public BwCalendar getCalendar(int val) throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getCalendarById"); sess.setInt("id", val); sess.cacheableQuery(); BwCalendar cal = (BwCalendar)sess.getUnique(); if (cal != null) { access.checkAccess(cal, privRead, false); } ... | 1,120,170 |
public Collection getCalendarCollections() throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getUserCalendarCollections"); sess.setEntity("owner", getUser()); sess.cacheableQuery(); return access.checkAccess(sess.getList(), privWrite, noAccessReturnsNull); } | public Collection getCalendarCollections() throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getUserCalendarCollections"); sess.setEntity("owner", getUser()); sess.cacheableQuery(); return postGet(sess.getList(), privWrite); } | 1,120,171 |
public Collection getPublicCalendarCollections() throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getPublicCalendarCollections"); sess.cacheableQuery(); return access.checkAccess(sess.getList(), privWrite, true); } | public Collection getPublicCalendarCollections() throws CalFacadeException { HibSession sess = getSess(); sess.namedQuery("getPublicCalendarCollections"); sess.cacheableQuery(); return postGet(sess.getList(), privWrite); } | 1,120,172 |
protected IPreferenceStore getPreferenceStore() { return org.eclipse.uml2.diagram.profile.part.UMLDiagramEditorPlugin.getInstance().getPreferenceStore(); } | protected IPreferenceStore getPreferenceStore() { return UMLDiagramEditorPlugin.getInstance().getPreferenceStore(); } | 1,120,173 |
public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | public void paint(Graphics g){ if(overSizedImage == null || overSizedImage.get() == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().ge... | 1,120,174 |
public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | 1,120,175 |
public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | 1,120,176 |
public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | 1,120,177 |
public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); this.createOversizedImage(); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(... | public void paint(Graphics g){ if(overSizedImage == null){ logger.debug("the image is null and is being recreated"); } long endTime = timeConfig.getTimeRange().getEndTime().getMicroSecondTime(); long beginTime = timeConfig.getTimeRange().getBeginTime().getMicroSecondTime(); long overEndTime = ov... | 1,120,178 |
public void removeSelectionDisplay(VerticalSeismogramDisplay display){ if(display == selectionDisplay){ removeSelectionDisplay(); }else if(display != null){ remove3CSelectionDisplay(); } } | public void removeSelectionDisplay(VerticalSeismogramDisplay display){ if(display == selectionDisplay){ removeSelectionDisplay(); }else if(display == threeSelectionDisplay){ remove3CSelectionDisplay(); } } | 1,120,179 |
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,182 |
public MP3Player(File f) throws PlayerException { try { file = f; stream = new FileInputStream(file); player = new AdvancedPlayer(stream) { public void close() { System.out.print("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } }; } catch (Exception exc) { throw ne... | public MP3Player(File f) throws PlayerException { try { file = f; stream = new FileInputStream(file); player = new AdvancedPlayer(stream) { public void close() { System.out.println("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } }; } catch (Exception exc) { throw ... | 1,120,183 |
public void close() { System.out.print("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } | public void close() { System.out.println("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } | 1,120,184 |
public synchronized void stop() { stopped = true; if (player != null) { System.out.println("stop()"); player.close(); player = null; } } | public synchronized void stop() { stopped = true; if (player != null) { player.close(); player = null; } } | 1,120,185 |
public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | 1,120,186 |
public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | 1,120,187 |
public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | public static void main(String[] args) { /* Initializes the corba orb, finds the naming service and other startup * tasks. See AbstractClient for the code in this method. */ init(args); try { /** This step is not required, but sometimes helps to determine if * a ... | 1,120,188 |
public void afterPhase(PhaseEvent arg0) { callMain(arg0.getFacesContext(),arg0.getFacesContext().getViewRoot()); } | public void afterPhase(PhaseEvent arg0) { callMainOnRoot(arg0.getFacesContext(),arg0.getFacesContext().getViewRoot()); } | 1,120,189 |
protected void callMain(FacesContext context,UIViewRoot root){ log.fine("IWPhaseListener.callMain"); IWContext iwc = IWContext.getIWContext(context); //recurseMain(iwc,root); call_Main(iwc,root); } | protected void callMain(FacesContext context,UIViewRoot root){ log.fine("IWPhaseListener.callMain"); IWContext iwc = IWContext.getIWContext(context); //recurseMain(iwc,root); call_Main(iwc,root); } | 1,120,190 |
protected void findNextInstanceOfNotPresentationObject(IWContext iwc, UIComponent comp) { if(comp!=null){ if(comp instanceof PresentationObject){ //List children = comp.getChildren(); //for (Iterator iter = children.iterator(); iter.hasNext();) { for (Iterator iter = comp.getFacetsAndChildren(); iter.hasNe... | protected void findNextInstanceOfNotPresentationObject(IWContext iwc, UIComponent comp) { if(comp!=null){ if(comp instanceof PresentationObject){ //List children = comp.getChildren(); //for (Iterator iter = children.iterator(); iter.hasNext();) { for (Iterator iter = comp.getFacetsAndChildren(); iter.hasNe... | 1,120,191 |
public abstract void changeAccess(Object o, Collection aces) throws CalFacadeException; | public abstract void changeAccess(Object o, Collection aces) throws CalFacadeException; | 1,120,192 |
public abstract Collection getAces(Object o) throws CalFacadeException; | public abstract Collection getAces(BwShareableDbentity ent) throws CalFacadeException; | 1,120,193 |
public SeismogramShape (DataSetSeismogram seis, Color color, String name){ this.dss = seis; this.seis = seis.getSeismogram(); this.color = color; this.name = name; this.stat = new Statistics(this.seis); } | public SeismogramShape (DataSetSeismogram seis, Color color, String name){ this.dss = seis; this.seis = seis.getSeismogram(); this.color = color; this.name = name; this.stat = new Statistics(this.seis); } | 1,120,195 |
public static LocalSeismogramImpl integrate(LocalSeismogramImpl seis) throws FissuresException { SamplingImpl samp = seis.getSampling(); double sampPeriod = samp.getPeriod().convertTo(UnitImpl.SECOND).getValue(); LocalSeismogramImpl outSeis; TimeSeriesType dataType = seis.getDataType(); TimeS... | public static LocalSeismogramImpl integrate(LocalSeismogramImpl seis) throws FissuresException { SamplingImpl samp = seis.getSampling(); double sampPeriod = samp.getPeriod().convertTo(UnitImpl.SECOND).getValue(); LocalSeismogramImpl outSeis; TimeSeriesType dataType = seis.getDataType(); TimeS... | 1,120,197 |
private static Properties getPr() throws CalEnvException { if (pr != null) { return pr; } synchronized (lockit) { if (pr != null) { return pr; } /** Load properties file */ pr = new Properties(); InputStream is = null; try { try { // The jboss?? way -... | private static Properties getPr() throws CalEnvException { if (pr != null) { return pr; } synchronized (lockit) { if (pr != null) { return pr; } /** Load properties file */ pr = new Properties(); InputStream is = null; try { try { // The jboss?? way -... | 1,120,198 |
public BwCalendar getCalendar() throws Throwable { if (!isPublic) { return getDefaultCalendar(); } if (publicCal != null) { return publicCal; } String calName = "Test public calendar"; BwCalendar root = getPublicCalendars(); // See if we already created the test calendar earler publi... | public BwCalendar getCalendar() throws Throwable { if (!isPublic) { return getPreferredCalendar(); } if (publicCal != null) { return publicCal; } String calName = "Test public calendar"; BwCalendar root = getPublicCalendars(); // See if we already created the test calendar earler pub... | 1,120,199 |
public static List listOfDataClasses(){ try { return EntityFinder.findAllByColumn(((com.idega.core.component.data.ICObjectHome)com.idega.data.IDOLookup.getHomeLegacy(ICObject.class)).createLegacy(),com.idega.core.component.data.ICObjectBMPBean.getObjectTypeColumnName(),com.idega.core.component.data.ICObjectBM... | public static Collection listOfDataClasses(){ try { return EntityFinder.findAllByColumn(((com.idega.core.component.data.ICObjectHome)com.idega.data.IDOLookup.getHomeLegacy(ICObject.class)).createLegacy(),com.idega.core.component.data.ICObjectBMPBean.getObjectTypeColumnName(),com.idega.core.component.data.ICOb... | 1,120,200 |
public static List listOfDataClasses(){ try { return EntityFinder.findAllByColumn(((com.idega.core.component.data.ICObjectHome)com.idega.data.IDOLookup.getHomeLegacy(ICObject.class)).createLegacy(),com.idega.core.component.data.ICObjectBMPBean.getObjectTypeColumnName(),com.idega.core.component.data.ICObjectBM... | public static List listOfDataClasses(){ try { com.idega.core.component.data.ICObjectHome home = (com.idega.core.component.data.ICObjectHome) com.idega.data.IDOLookup.getHomeLegacy(ICObject.class); return home.findAllByObjectType(com.idega.core.component.data.ICObjectBMPBean.COMPONENT_TYPE_DATA); } catch... | 1,120,201 |
public static List listOfDataClasses(){ try { return EntityFinder.findAllByColumn(((com.idega.core.component.data.ICObjectHome)com.idega.data.IDOLookup.getHomeLegacy(ICObject.class)).createLegacy(),com.idega.core.component.data.ICObjectBMPBean.getObjectTypeColumnName(),com.idega.core.component.data.ICObjectBM... | public static List listOfDataClasses(){ try { return EntityFinder.findAllByColumn(((com.idega.core.component.data.ICObjectHome)com.idega.data.IDOLookup.getHomeLegacy(ICObject.class)).createLegacy(),com.idega.core.component.data.ICObjectBMPBean.getObjectTypeColumnName(),com.idega.core.component.data.ICObjectBM... | 1,120,202 |
protected void createComponents() { //Initialize drawing colors, border, opacity. subPane.setLayout(new GridBagLayout()); gbc = new GridBagConstraints(); gbc.fill = gbc.HORIZONTAL; gbc.weightx = 1.0; gbc.weighty = 1.0; gbc.gridx = upperLeftX=0; gbc.gridy = upp... | protected void createComponents() { //Initialize drawing colors, border, opacity. subPane.setLayout(new GridBagLayout()); gbc = new GridBagConstraints(); gbc.fill = GridBagConstraints.HORIZONTAL; gbc.weightx = 1.0; gbc.weighty = 1.0; gbc.gridx = upperLeftX=0; ... | 1,120,203 |
private void dateChanged(){ updateToday(); int todaysYear = todayCalendar.get(Calendar.YEAR); int calJulianDay = calendar.get(Calendar.DAY_OF_YEAR); int todaysJulianDay = todayCalendar.get(Calendar.DAY_OF_YEAR); int calYear = calendar.get(Calendar.YEAR); otherButton.setSe... | private void dateChanged(){ updateToday(); int todaysYear = todayCalendar.get(Calendar.YEAR); int calJulianDay = calendar.get(Calendar.DAY_OF_YEAR); int todaysJulianDay = todayCalendar.get(Calendar.DAY_OF_YEAR); int calYear = calendar.get(Calendar.YEAR); otherButton.setSe... | 1,120,204 |
private static ATObject invokeUniqueSymbioticMethod(Object symbiont, Method javaMethod, Object[] jArgs) throws InterpreterException { try { return Symbiosis.javaToAmbientTalk(javaMethod.invoke(symbiont, jArgs)); } catch (IllegalAccessException e) { // the invoked method is not publicly accessible throw new XRe... | private static ATObject invokeUniqueSymbioticMethod(Object symbiont, Method javaMethod, Object[] jArgs) throws InterpreterException { try { return Symbiosis.javaToAmbientTalk(javaMethod.invoke(symbiont, jArgs)); } catch (IllegalAccessException e) { // the invoked method is not publicly accessible Method interf... | 1,120,205 |
private boolean doCalendarClause(StringBuffer sb, String qevName, BwCalendar calendar, int currentMode, boolean ignoreCreator, boolean allCalendars) throws CalFacadeException { /* if no calendar set if public SEG: publicf=true ... | private boolean doCalendarClause(StringBuffer sb, String qevName, BwCalendar calendar, int currentMode, boolean ignoreCreator, boolean allCalendars) throws CalFacadeException { /* if no calendar set if public SEG: publicf=true ... | 1,120,207 |
public Collection getEvents(BwCalendar calendar, BwFilter filter, BwDateTime startDate, BwDateTime endDate, int recurRetrieval, boolean freeBusy, boolean allCalendars) throws CalFacadeException { Hib... | public Collection getEvents(BwCalendar calendar, BwFilter filter, BwDateTime startDate, BwDateTime endDate, int recurRetrieval, boolean freeBusy, boolean allCalendars) throws CalFacadeException { Hib... | 1,120,208 |
private Collection getLimitedRecurrences(BwCalendar calendar, BwFilter filter, BwDateTime startDate, BwDateTime endDate, int currentMode, boolean ignoreCreator, int recurRetrieval, ... | private Collection getLimitedRecurrences(BwCalendar calendar, BwFilter filter, BwDateTime startDate, BwDateTime endDate, int currentMode, boolean ignoreCreator, int recurRetrieval, ... | 1,120,209 |
public String doAction(HttpServletRequest request, BwSession sess, PEActionForm form) throws Throwable { /** Check access */ if (!form.getUserAuth().isSuperUser()) { return "noAccess"; } CalSvcI svci = form.getCalSvcI(); svci.getUserAuth().remove... | public String doAction(HttpServletRequest request, BwSession sess, PEActionForm form) throws Throwable { /** Check access */ if (!form.getUserAuth().isSuperUser()) { return "noAccess"; } CalSvcI svci = form.getCalSvcI(); svci.getUserAuth().remove... | 1,120,210 |
protected Command getCreateStartOutgoingExtension4002Command(CreateRelationshipRequest req) { EObject sourceEObject = req.getSource(); EObject targetEObject = req.getTarget(); if (false == sourceEObject instanceof Stereotype || (targetEObject != null && false == targetEObject instanceof ElementImport)) { return U... | protected Command getCreateStartOutgoingExtension4002Command(CreateRelationshipRequest req) { EObject sourceEObject = req.getSource(); EObject targetEObject = req.getTarget(); if (false == sourceEObject instanceof Stereotype || (targetEObject != null && false == targetEObject instanceof ElementImport)) { return U... | 1,120,211 |
private boolean validateAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } /* We should see if somebody tried to change the n... | private boolean validateAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } /* We should see if somebody tried to change the n... | 1,120,212 |
private boolean validateAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } /* We should see if somebody tried to change the n... | private boolean validateAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } /* We should see if somebody tried to change the n... | 1,120,213 |
private boolean validateNewAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } updAdminGroup.setAccount(Util.checkNull(updAdmi... | private boolean validateNewAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } updAdminGroup.setAccount(Util.checkNull(updAdmi... | 1,120,214 |
private boolean validateNewAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } updAdminGroup.setAccount(Util.checkNull(updAdmi... | private boolean validateNewAdminGroup(PEActionForm form) throws Throwable { boolean ok = true; CalSvcI svci = form.getCalSvcI(); BwAdminGroup updAdminGroup = form.getUpdAdminGroup(); if (updAdminGroup == null) { // bogus call. return false; } updAdminGroup.setAccount(Util.checkNull(updAdmi... | 1,120,215 |
public static void copyAttributes(Element destElement, Element srcElement) { NamedNodeMap attribs = srcElement.getAttributes(); for (int i = 0; i < attribs.getLength(); i++) { Attr attr = (Attr)attribs.item(i); String uri = attr.getNamespaceURI(); String qnam... | public static void copyAttributes(Element destElement, Element srcElement) { NamedNodeMap attribs = srcElement.getAttributes(); for (int i = 0; i < attribs.getLength(); i++) { Attr attr = (Attr)attribs.item(i); String uri = attr.getNamespaceURI(); String qnam... | 1,120,216 |
public Map mergeAttributes(Map toModify, Map toConsider) { if (toModify == null) throw new IllegalArgumentException("toModify argument illegally null."); if (toConsider == null) throw new IllegalArgumentException("toConsider argument illegally null."); for (Iterato... | public Map mergeAttributes(Map toModify, Map toConsider) { if (toModify == null) throw new IllegalArgumentException("toModify argument illegally null."); if (toConsider == null) throw new IllegalArgumentException("toConsider argument illegally null."); for (Iterato... | 1,120,218 |
public Events(Calintf cal, AccessUtil access, BwUser user, int currentMode, boolean ignoreCreator, boolean debug) { super(cal, access, user, currentMode, ignoreCreator, debug); } | public Events(Calintf cal, AccessUtil access, int currentMode, boolean ignoreCreator, boolean debug) { super(cal, access, user, currentMode, ignoreCreator, debug); } | 1,120,219 |
public Events(Calintf cal, AccessUtil access, BwUser user, int currentMode, boolean ignoreCreator, boolean debug) { super(cal, access, user, currentMode, ignoreCreator, debug); } | public Events(Calintf cal, AccessUtil access, BwUser user, int currentMode, boolean ignoreCreator, boolean debug) { super(cal, access, currentMode, ignoreCreator, debug); } | 1,120,220 |
private void addOverride(BwEventProxy proxy, BwRecurrenceInstance inst) throws CalFacadeException { BwEventAnnotation override = proxy.getRef(); override.setOwner(user); getSess().saveOrUpdate(override); inst.setOverride(override); } | private void addOverride(BwEventProxy proxy, BwRecurrenceInstance inst) throws CalFacadeException { BwEventAnnotation override = proxy.getRef(); override.setOwner(getUser()); getSess().saveOrUpdate(override); inst.setOverride(override); } | 1,120,221 |
private void doCalendarEntities(boolean setUser, BwCalendar calendar) throws CalFacadeException { HibSession sess = getSess(); if (setUser) { sess.setEntity("user", user); } if (calendar != null) { if (calendar.getCalendarCollection()) { // Single leaf calendar sess.setEnt... | private void doCalendarEntities(boolean setUser, BwCalendar calendar) throws CalFacadeException { HibSession sess = getSess(); if (setUser) { sess.setEntity("user", getUser()); } if (calendar != null) { if (calendar.getCalendarCollection()) { // Single leaf calendar sess.s... | 1,120,222 |
public boolean editable(BwEvent val) throws CalFacadeException { if (currentMode == CalintfUtil.guestMode) { return false; } if (val.getPublick() != (currentMode == CalintfUtil.publicAdminMode)) { return false; } return user.equals(val.getCreator()); } | public boolean editable(BwEvent val) throws CalFacadeException { if (currentMode == CalintfUtil.guestMode) { return false; } if (val.getPublick() != (currentMode == CalintfUtil.publicAdminMode)) { return false; } return getUser().equals(val.getCreator()); } | 1,120,223 |
private BwEventProxy makeProxy(BwRecurrenceInstance inst, BwEventAnnotation override, CheckMap checked, int recurRetrieval) throws CalFacadeException { BwEvent mstr; if (inst != null) { mstr = inst.getMaster(); ... | private BwEventProxy makeProxy(BwRecurrenceInstance inst, BwEventAnnotation override, CheckMap checked, int recurRetrieval) throws CalFacadeException { BwEvent mstr; if (inst != null) { mstr = inst.getMaster(); ... | 1,120,224 |
private BwEventProxy makeProxy(BwRecurrenceInstance inst, BwEventAnnotation override, CheckMap checked, int recurRetrieval) throws CalFacadeException { BwEvent mstr; if (inst != null) { mstr = inst.getMaster(); ... | private BwEventProxy makeProxy(BwRecurrenceInstance inst, BwEventAnnotation override, CheckMap checked, int recurRetrieval) throws CalFacadeException { BwEvent mstr; if (inst != null) { mstr = inst.getMaster(); ... | 1,120,225 |
public void updateEvent(BwEvent val) throws CalFacadeException { HibSession sess = getSess(); if (!(val instanceof BwEventProxy)) { sess.saveOrUpdate(val); if (val.getRecurring()) { /* Check the instances and see if any changes need to be made. */ updateRecurrences(val); } ... | public void updateEvent(BwEvent val) throws CalFacadeException { HibSession sess = getSess(); if (!(val instanceof BwEventProxy)) { sess.saveOrUpdate(val); if (val.getRecurring()) { /* Check the instances and see if any changes need to be made. */ updateRecurrences(val); } ... | 1,120,226 |
public edu.iris.Fissures.IfNetwork.Channel getChannel(ChannelId channelId) { System.out.println("-------- "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.toString(channelId)); channelId.station_code = channelId.station_code.toLowerCase(); System.out.println("******* after "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.t... | public edu.iris.Fissures.IfNetwork.Channel getChannel(ChannelId channelId) { channelId.station_code = channelId.station_code.toLowerCase(); System.out.println("******* after "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.toString(channelId)); Object obj = getParameter(StdDataSetParamNames.CHANNEL+ChannelIdUtil.toStr... | 1,120,227 |
public edu.iris.Fissures.IfNetwork.Channel getChannel(ChannelId channelId) { System.out.println("-------- "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.toString(channelId)); channelId.station_code = channelId.station_code.toLowerCase(); System.out.println("******* after "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.t... | public edu.iris.Fissures.IfNetwork.Channel getChannel(ChannelId channelId) { System.out.println("-------- "+StdDataSetParamNames.CHANNEL+ChannelIdUtil.toString(channelId)); channelId.station_code = channelId.station_code.toLowerCase(); Object obj = getParameter(StdDataSetParamNames.CHANNEL+ChannelIdUtil.toString(c... | 1,120,228 |
public Object getParameter(String name) { //ChannelProxy channelProxy = new ChannelProxy(); //ChannelId[] channelIds = getChannelIds(); //channelProxy.retrieve_grouping(channelIds, channelIds[0]); ///************************************************ if (parameterCache.containsKey(name)) { return ... | public Object getParameter(String name) { //ChannelProxy channelProxy = new ChannelProxy(); //ChannelId[] channelIds = getChannelIds(); //channelProxy.retrieve_grouping(channelIds, channelIds[0]); ///************************************************ if (parameterCache.containsKey(name)) { return ... | 1,120,229 |
public Collection getAddContentCalendarCollections() { try { TreeMap tm = new TreeMap(listCollator); Iterator it = fetchSvci().getAddContentCalendarCollections().iterator(); while (it.hasNext()) { BwCalendar cal = (BwCalendar)it.next(); tm.put(cal.getName(), cal); } ... | public Collection getAddContentCalendarCollections() { try { TreeMap tm = new TreeMap(getListCollator()); Iterator it = fetchSvci().getAddContentCalendarCollections().iterator(); while (it.hasNext()) { BwCalendar cal = (BwCalendar)it.next(); tm.put(cal.getName(), cal); ... | 1,120,230 |
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } BwSubscription sub = for... | public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } BwSubscription sub = for... | 1,120,231 |
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } BwSubscription sub = for... | public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } BwSubscription sub = for... | 1,120,232 |
public static final void bindArguments(String funnam, ATObject scope, ATTable parameters, ATTable arguments, boolean isDefinition) throws NATException { ATObject[] pars = parameters.asNativeTable().elements_; ATObject[] args = arguments.asNativeTable().elements_; // check to see whether the last argument is a spl... | public static final void bindArguments(String funnam, ATObject scope, ATTable parameters, ATTable arguments, boolean isDefinition) throws NATException { ATObject[] pars = parameters.asNativeTable().elements_; ATObject[] args = arguments.asNativeTable().elements_; // check to see whether the last argument is a spl... | 1,120,233 |
private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { boolean allowed = acl.evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { log... | private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { CurrentAccess ca = new Acl().evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { ... | 1,120,235 |
private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { boolean allowed = acl.evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { log... | private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { boolean allowed = acl.evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { log... | 1,120,236 |
private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { boolean allowed = acl.evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { log... | private void tryEvaluateAccess(BwPrincipal who, BwPrincipal owner, Privilege[] how,char[] encoded, boolean expected, String title) throws Throwable { boolean allowed = acl.evaluateAccess(who, owner.getAccount(), how, encoded); if (debug) { log... | 1,120,237 |
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.ExtensionEditPart.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(ExtensionEditPart.VISUAL_ID); view.setType(semanticHint); } super.decorateView(containerView, view, s... | 1,120,238 |
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,239 |
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,240 |
public void changeAccess(Object o, Collection aces) throws CalFacadeException; | public void changeAccess(BwShareableDbentity ent, Collection aces) throws CalFacadeException; | 1,120,243 |
public Collection getAces(Object o) throws CalFacadeException; | public Collection getAces(BwShareableDbentity ent) throws CalFacadeException; | 1,120,244 |
public static MemoryFileBuffer writeStickerList(Report report,ReportInfo info){ Connection Conn = null; MemoryFileBuffer buffer = new MemoryFileBuffer(); MemoryOutputStream mos = new MemoryOutputStream(buffer); try { String[] Headers = report.getHeaders(); int Hlen = Headers.length; S... | public static MemoryFileBuffer writeStickerList(Report report,ReportInfo info){ Connection Conn = null; MemoryFileBuffer buffer = new MemoryFileBuffer(); MemoryOutputStream mos = new MemoryOutputStream(buffer); try { String[] Headers = report.getHeaders(); int Hlen = Headers.length; S... | 1,120,245 |
protected String checkGroup(HttpServletRequest request, BwActionFormBase form, boolean initCheck) throws Throwable { if (form.getGroupSet()) { return null; } CalSvcI svci = form.fetchSvci(); try { Groups adgrps = svci.getGroups(); if (form.retrieveChoos... | protected String checkGroup(HttpServletRequest request, BwActionFormBase form, boolean initCheck) throws Throwable { if (form.getGroupSet()) { return null; } CalSvcI svci = form.fetchSvci(); try { Groups adgrps = svci.getGroups(); if (form.retrieveChoos... | 1,120,246 |
protected boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boo... | protected boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boo... | 1,120,247 |
protected boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boo... | protected boolean checkSvci(HttpServletRequest request, BwActionFormBase form, BwSession sess, int access, String user, boolean publicAdmin, boo... | 1,120,248 |
public CalEnv getEnv(BwActionFormBase frm) throws Throwable { CalEnv env = frm.getEnv(); if (env != null) { return env; } String envPrefix = JspUtil.getReqProperty(frm.getMres(), "org.bedework.envprefix"); env = new CalEnv(envPrefix, debug); frm.assi... | private CalEnv getEnv(HttpServletRequest request, BwActionFormBase frm) throws Throwable { CalEnv env = frm.getEnv(); if (env != null) { return env; } String envPrefix = JspUtil.getReqProperty(frm.getMres(), "org.bedework.envprefix"); env = new CalEnv(e... | 1,120,249 |
public CalEnv getEnv(BwActionFormBase frm) throws Throwable { CalEnv env = frm.getEnv(); if (env != null) { return env; } String envPrefix = JspUtil.getReqProperty(frm.getMres(), "org.bedework.envprefix"); env = new CalEnv(envPrefix, debug); frm.assi... | public CalEnv getEnv(BwActionFormBase frm) throws Throwable { CalEnv env = frm.getEnv(); if (env != null) { return env; } String envPrefix = JspUtil.getReqProperty(frm.getMres(), "org.bedework.envprefix"); env = new CalEnv(envPrefix, debug); frm.assi... | 1,120,250 |
public boolean getPublicAdmin(UtilActionForm frm) throws Throwable { return JspUtil.getBoolProperty(frm.getMres(), "org.bedework.publicadmin", false); } | public boolean getPublicAdmin(UtilActionForm frm) throws Throwable { return JspUtil.getBoolProperty(frm.getMres(), "org.bedework.publicadmin", false); } | 1,120,251 |
public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | 1,120,252 |
public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | 1,120,253 |
public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | public synchronized BwSession getState(HttpServletRequest request, BwActionFormBase form, MessageResources messages, String adminUserId, boolean admin) throws... | 1,120,254 |
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,255 |
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,256 |
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,257 |
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,258 |
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,259 |
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,260 |
public MP3Player(File f) throws PlayerException { try { file = f; stream = new FileInputStream(file); player = new AdvancedPlayer(stream) { public void close() { System.out.println("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } }; } catch (Exception exc) { throw ... | public MP3Player(File f) throws PlayerException { try { file = f; stream = new FileInputStream(file); player = new AdvancedPlayer(stream) { public void close() { System.out.println("AdvancedPlayer.close()"); super.close(); System.out.println(" done"); } }; } catch (Exception exc) { throw ... | 1,120,261 |
public ATObject meta_eval(ATContext ctx) throws NATException { return new NATMethodInvocation(this.getSelector(), Evaluator.evaluateArguments(this.base_getArguments().asNativeTable(), ctx)); } | public ATObject meta_eval(ATContext ctx) throws NATException { return new NATMethodInvocation(this.base_getSelector(), Evaluator.evaluateArguments(this.base_getArguments().asNativeTable(), ctx)); } | 1,120,262 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Stack objStack) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); ... | 1,120,263 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | 1,120,264 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | 1,120,265 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | 1,120,266 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | 1,120,267 |
private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | private static void doChildren(OptionElement oel, Element subroot, Object val) throws CalEnvException { try { if (!XmlUtil.hasChildren(subroot)) { // Leaf node String ndval = XmlUtil.getElementContent(subroot); String name = subroot.getNodeName(); if... | 1,120,268 |
private static OptionElement parseOptions(InputStream is) throws CalEnvException{ Reader rdr = null; try { rdr = new InputStreamReader(is); DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setNamespaceAware(false); DocumentBuilder builder = factory.newDocumentBu... | private static OptionElement parseOptions(InputStream is) throws CalEnvException{ Reader rdr = null; try { rdr = new InputStreamReader(is); DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setNamespaceAware(false); DocumentBuilder builder = factory.newDocumentBu... | 1,120,269 |
public void retrieveData(SeisDataChangeListener dataListener){ Iterator it = seisCache.iterator(); List existingSeismos = new ArrayList(); while(it.hasNext()){ LocalSeismogramImpl current = (LocalSeismogramImpl)((SoftReference)it.next()).get(); if(current != null){ ... | public void retrieveData(SeisDataChangeListener dataListener){ Iterator it = seisCache.iterator(); List existingSeismos = new ArrayList(); while(it.hasNext()){ LocalSeismogramImpl current = (LocalSeismogramImpl)((SoftReference)it.next()).get(); if(current != null){ ... | 1,120,270 |
public ATNil meta_assignVariable(ATSymbol name, ATObject value) throws NATException { return this.meta_assignField(name, value); } | public ATNil meta_assignVariable(ATSymbol name, ATObject value) throws NATException { try { return this.meta_assignField(name, value); } catch (XSelectorNotFound e) { throw new XUndefinedField("variable assignment", name.getText().asNativeText().javaValue); } } | 1,120,271 |
public ATObject meta_invoke(ATObject receiver, ATSymbol atSelector, ATTable arguments) throws NATException { String jSelector = Reflection.upBaseLevelSelector(atSelector); return Reflection.downObject(Reflection.upInvocation(this, receiver, jSelector, arguments)); } | public ATObject meta_invoke(ATObject receiver, ATSymbol atSelector, ATTable arguments) throws NATException { String jSelector = Reflection.upBaseLevelSelector(atSelector); return Reflection.downObject(Reflection.upInvocation(this, receiver, jSelector, arguments)); } | 1,120,272 |
public ATObject meta_lookup(ATSymbol selector) throws NATException { return this.meta_select(this, selector); } | public ATObject meta_lookup(ATSymbol selector) throws NATException { try { return this.meta_select(this, selector); } catch(XSelectorNotFound e) { throw new XUndefinedField("variable access", selector.getText().asNativeText().javaValue); } } | 1,120,273 |
public ATObject meta_select(ATObject receiver, ATSymbol selector) throws NATException { String jSelector = null; try { jSelector = Reflection.upBaseFieldAccessSelector(selector); return Reflection.downObject(Reflection.upFieldSelection(this, receiver, jSelector)); } catch ... | public ATObject meta_select(ATObject receiver, ATSymbol selector) throws NATException { String jSelector = null; try { jSelector = Reflection.upBaseFieldAccessSelector(selector); return Reflection.downObject(Reflection.upFieldSelection(this, receiver, jSelector)); } catch ... | 1,120,274 |
public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } CalSvcI svc = form.fetch... | public String doAction(HttpServletRequest request, HttpServletResponse response, BwSession sess, BwActionFormBase form) throws Throwable { if (form.getGuest()) { return "noAccess"; // First line of defence } CalSvcI svc = form.fetch... | 1,120,275 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.