bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public static CVSChangeLogSet parse( java.io.File f ) throws IOException, SAXException { Digester digester = new Digester(); ArrayList<CVSChangeLog> r = new ArrayList<CVSChangeLog>(); digester.push(r); digester.addObjectCreate("*/entry",CVSChangeLog.class); digester.addBeanPropert...
public static CVSChangeLogSet parse( java.io.File f ) throws IOException, SAXException { Digester digester = new Digester(); ArrayList<CVSChangeLog> r = new ArrayList<CVSChangeLog>(); digester.push(r); digester.addObjectCreate("*/entry",CVSChangeLog.class); digester.addBeanPropert...
1,116,047
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
1,116,048
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
1,116,049
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
private boolean calcChangeLog(Build build, List<String> changedFiles, File changelogFile, final BuildListener listener) { if(build.getPreviousBuild()==null || (changedFiles!=null && changedFiles.isEmpty())) { // nothing to compare against, or no changes // (note that changedFiles==null ...
1,116,050
public void log(String msg, int msgLevel) { // send error to listener. This seems like the route in which the changelog task // sends output if(msgLevel==org.apache.tools.ant.Project.MSG_ERR) listener.error(msg); }
public void log(String msg, int msgLevel) { // send error to listener. This seems like the route in which the changelog task // sends output if(msgLevel==org.apache.tools.ant.Project.MSG_ERR) listener.error(msg); }
1,116,052
public int compare( Object obj1, Object obj2 ) { if ( obj1 == obj2 || obj1.equals(obj2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = (SWDownloadCandidate)obj2; ...
public int compare( SWDownloadCandidate candidate1, SWDownloadCandidate candidate2 ) { if ( obj1 == obj2 || obj1.equals(obj2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = ...
1,116,053
public int compare( Object obj1, Object obj2 ) { if ( obj1 == obj2 || obj1.equals(obj2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = (SWDownloadCandidate)obj2; ...
public int compare( Object obj1, Object obj2 ) { if ( candidate1 == candidate2 || candidate1.equals(candidate2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = (SWDownloadCan...
1,116,054
public int compare( Object obj1, Object obj2 ) { if ( obj1 == obj2 || obj1.equals(obj2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = (SWDownloadCandidate)obj2; ...
public int compare( Object obj1, Object obj2 ) { if ( obj1 == obj2 || obj1.equals(obj2) ) { return 0; } SWDownloadCandidate candidate1 = (SWDownloadCandidate)obj1; SWDownloadCandidate candidate2 = (SWDownloadCandidate)obj2; ...
1,116,055
public boolean addAndValidateQueuedCandidate( SWDownloadCandidate candidate ) { int maxWorkers = Math.min( ServiceManager.sCfg.maxTotalDownloadWorker, ServiceManager.sCfg.maxWorkerPerDownload ); int maxQueuedWorkers = (int)Math.max( Math.floor( maxWorkers - (maxWorke...
public boolean addAndValidateQueuedCandidate( SWDownloadCandidate candidate ) { int maxWorkers = Math.min( ServiceManager.sCfg.maxTotalDownloadWorker, ServiceManager.sCfg.maxWorkerPerDownload ); int maxQueuedWorkers = (int)Math.max( Math.floor( maxWorkers - (maxWorke...
1,116,056
public boolean addAndValidateQueuedCandidate( SWDownloadCandidate candidate ) { int maxWorkers = Math.min( ServiceManager.sCfg.maxTotalDownloadWorker, ServiceManager.sCfg.maxWorkerPerDownload ); int maxQueuedWorkers = (int)Math.max( Math.floor( maxWorkers - (maxWorke...
public boolean addAndValidateQueuedCandidate( SWDownloadCandidate candidate ) { int maxWorkers = Math.min( ServiceManager.sCfg.maxTotalDownloadWorker, ServiceManager.sCfg.maxWorkerPerDownload ); int maxQueuedWorkers = (int)Math.max( Math.floor( maxWorkers - (maxWorke...
1,116,057
private SWDownloadCandidate allocateBadCandidate( SWDownloadWorker worker ) { SWDownloadCandidate candidate = null; synchronized( candidatesLock ) { int numCandidates = badCandidatesList.size(); // return quickly if there are no candidates if ( nu...
private SWDownloadCandidate allocateBadCandidate( SWDownloadWorker worker ) { SWDownloadCandidate candidate = null; synchronized( candidatesLock ) { int numCandidates = badCandidatesList.size(); // return quickly if there are no candidates if ( nu...
1,116,058
private DownloadScope allocateSegmentForRangeSet( DownloadScopeList candidateScopeList, long preferredSize) { assert fileSize != UNKNOWN_FILE_SIZE : "Cant allocate segment for range set with unknown end."; NLogger.debug( NLoggerNames.Download_Segment_Allocate, "alloca...
private DownloadScope allocateSegmentForRangeSet( DownloadScopeList candidateScopeList, long preferredSize) { assert fileSize != UNKNOWN_FILE_SIZE : "Cant allocate segment for range set with unknown end."; NLogger.debug( NLoggerNames.Download_Segment_Allocate, "alloca...
1,116,059
public XJBSWDownloadFile createXJBSWDownloadFile() throws JAXBException { ObjectFactory objFactory = new ObjectFactory(); XJBSWDownloadFile xjbFile = objFactory.createXJBSWDownloadFile(); xjbFile.setLocalFileName( destinationFile.getName() ); xjbFile.setIncompleteFileName( inco...
public XJBSWDownloadFile createXJBSWDownloadFile() throws JAXBException { ObjectFactory objFactory = new ObjectFactory(); XJBSWDownloadFile xjbFile = objFactory.createXJBSWDownloadFile(); xjbFile.setLocalFileName( destinationFile.getName() ); if ( incompleteFile != null ) { xjb...
1,116,060
public SWDownloadCandidate getCandidate( int index ) { if ( index < 0 || index >= allCandidatesList.size() ) { return null; } return (SWDownloadCandidate) allCandidatesList.get( index ); }
public SWDownloadCandidate getCandidate( int index ) { if ( index < 0 || index >= allCandidatesList.size() ) { return null; } return allCandidatesList.get( index ); }
1,116,061
public RatedDownloadScopeList getRatedScopeList() { return memoryFile.getRatedScopeList( this ); }
public RatedDownloadScopeList getRatedScopeList() { return memoryFile.getRatedScopeList( ); }
1,116,062
public SWDownloadCandidate getTransferCandidate( int index ) { if ( index < 0 || index >= transferCandidatesList.size() ) { return null; } return (SWDownloadCandidate)transferCandidatesList.get( index ); }
public SWDownloadCandidate getTransferCandidate( int index ) { if ( index < 0 || index >= transferCandidatesList.size() ) { return null; } return transferCandidatesList.get( index ); }
1,116,063
public void rateDownloadScopeList( RatedDownloadScopeList ratedScopeList) { long oldestConnectTime = System.currentTimeMillis() - BAD_CANDIDATE_STATUS_TIMEOUT; synchronized( candidatesLock ) { Iterator iterator = goodCandidatesList.iterator(); while( iterator.hasNext() ...
public void rateDownloadScopeList( RatedDownloadScopeList ratedScopeList) { long oldestConnectTime = System.currentTimeMillis() - BAD_CANDIDATE_STATUS_TIMEOUT; synchronized( candidatesLock ) { Iterator iterator = goodCandidatesList.iterator(); while( iterator.hasNext() ...
1,116,064
public void rateDownloadScopeList( RatedDownloadScopeList ratedScopeList) { long oldestConnectTime = System.currentTimeMillis() - BAD_CANDIDATE_STATUS_TIMEOUT; synchronized( candidatesLock ) { Iterator iterator = goodCandidatesList.iterator(); while( iterator.hasNext() ...
public void rateDownloadScopeList( RatedDownloadScopeList ratedScopeList) { long oldestConnectTime = System.currentTimeMillis() - BAD_CANDIDATE_STATUS_TIMEOUT; synchronized( candidatesLock ) { Iterator iterator = goodCandidatesList.iterator(); while( iterator.hasNext() ...
1,116,065
private void updateCandidateWorkerCounts() { // to save performance search in transfer list for // downloading candidates. synchronized( candidatesLock ) { long now = System.currentTimeMillis(); if ( lastCandidateWorkerCountUpdate + CANDIDATE_WOR...
private void updateCandidateWorkerCounts() { // to save performance search in transfer list for // downloading candidates. synchronized( candidatesLock ) { long now = System.currentTimeMillis(); if ( lastCandidateWorkerCountUpdate + CANDIDATE_WOR...
1,116,066
private void updateCandidateWorkerCounts() { // to save performance search in transfer list for // downloading candidates. synchronized( candidatesLock ) { long now = System.currentTimeMillis(); if ( lastCandidateWorkerCountUpdate + CANDIDATE_WOR...
private void updateCandidateWorkerCounts() { // to save performance search in transfer list for // downloading candidates. synchronized( candidatesLock ) { long now = System.currentTimeMillis(); if ( lastCandidateWorkerCountUpdate + CANDIDATE_WOR...
1,116,067
public void verifyStatus() { forceCollectionOfTransferData(); synchronized( candidatesLock ) { if ( !isFileCompletedOrMoved() && memoryFile.getFinishedBufferedLength() == getTotalDataSize() ) { // trigger data write down to disk.....
public void verifyStatus() { forceCollectionOfTransferData(); synchronized( candidatesLock ) { if ( !isFileCompletedOrMoved() && memoryFile.getFinishedBufferedLength() == getTotalDataSize() ) { // trigger data write down to disk.....
1,116,068
public DownloadScope allocateMissingScopeForCandidate( SWDownloadFile downloadFile, DownloadScopeList candidateScopeList, long preferredSize ) { synchronized( missingScopeList ) { DownloadScopeList wantedScopeList = (DownloadScopeList)missingScopeList.clone(); wantedSco...
public DownloadScope allocateMissingScopeForCandidate( SWDownloadFile downloadFile, DownloadScopeList candidateScopeList, long preferredSize ) { synchronized( missingScopeList ) { DownloadScopeList wantedScopeList = (DownloadScopeList)missingScopeList.clone(); wantedSco...
1,116,069
public List getFinishedScopeListCopy() { return finishedScopeList.getScopeListCopy(); }
public List<DownloadScope> getFinishedScopeListCopy() { return finishedScopeList.getScopeListCopy(); }
1,116,070
public RatedDownloadScopeList getRatedScopeList( SWDownloadFile downloadFile ) { long now = System.currentTimeMillis(); if ( ratedScopeListBuildTime + SWDownloadConstants.RATED_SCOPE_LIST_TIMEOUT > now ) { return ratedScopeList; } if ( ratedScopeList == null ) ...
public RatedDownloadScopeList getRatedScopeList() { long now = System.currentTimeMillis(); if ( ratedScopeListBuildTime + SWDownloadConstants.RATED_SCOPE_LIST_TIMEOUT > now ) { return ratedScopeList; } if ( ratedScopeList == null ) { ratedScopeList ...
1,116,071
public synchronized void setThrottlingRate(long bytesPerSecond) { throttlingRate = bytesPerSecond; bytesPerWindow = (int) ((double) throttlingRate / (double) WINDOWS_PER_SECONDS); if ( NLogger.isDebugEnabled( NLoggerNames.BANDWIDTH ) ) NLogger.debug(NLoggerNames.BANDWIDTH, ...
public synchronized void setThrottlingRate(long bytesPerSecond) { throttlingRate = bytesPerSecond; bytesPerWindow = Math.max( (int) ((double) throttlingRate / (double) WINDOWS_PER_SECONDS), 1 ) ; if ( NLogger.isDebugEnabled( NLoggerNames.BANDWIDTH ) ) NLogger.debug(NLoggerNames.BA...
1,116,073
public synchronized void setThrottlingRate(long bytesPerSecond) { throttlingRate = bytesPerSecond; bytesPerWindow = (int) ((double) throttlingRate / (double) WINDOWS_PER_SECONDS); if ( NLogger.isDebugEnabled( NLoggerNames.BANDWIDTH ) ) NLogger.debug(NLoggerNames.BANDWIDTH, ...
public synchronized void setThrottlingRate(long bytesPerSecond) { throttlingRate = bytesPerSecond; bytesPerWindow = (int) ((double) throttlingRate / (double) WINDOWS_PER_SECONDS); if ( NLogger.isDebugEnabled( NLoggerNames.BANDWIDTH ) ) NLogger.debug(NLoggerNames.BANDWIDTH, ...
1,116,074
public Host(DestAddress address, Connection connection) { this(); hostAddress = address; this.connection = connection; }
public Host() { this(); hostAddress = address; this.connection = connection; }
1,116,075
public Host(DestAddress address, Connection connection) { this(); hostAddress = address; this.connection = connection; }
public Host(DestAddress address, Connection connection) { this(); hostAddress = address; this.connection = connection; }
1,116,076
public Object sqrt(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0) { return (new Complex(value).sqrt()); } else { return new Double(Math.sqrt(value)); } } else i...
public Object sqrt(Object param) throws ParseException { if (param instanceof Complex) return ((Complex)param).sqrt(); if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0) { return (new Complex(value).sqrt()); ...
1,116,077
public Object sqrt(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0) { return (new Complex(value).sqrt()); } else { return new Double(Math.sqrt(value)); } } else i...
public Object sqrt(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0.0) { return (new Complex(value).sqrt()); } else { return new Double(Math.sqrt(value)); } } else...
1,116,078
public Object sqrt(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0) { return (new Complex(value).sqrt()); } else { return new Double(Math.sqrt(value)); } } else i...
public Object sqrt(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); // a value less than 0 will produce a complex result if (value < 0) { return (new Complex(value).sqrt()); } else { return new Double(Math.sqrt(value)); } } else i...
1,116,079
public void println(Node node) { println(node,System.out); }
public void println(Node node,PrintStream out) { print(node,out); out.println(""); }
1,116,081
public Recipe getRecipe() {return r;}
public Recipe getRecipe() { r.setAllowRecalcs(true); return r;}
1,116,083
public ServiceFactoryComponent(Config config, Dictionary overriddenProps) { super(config, overriddenProps); services = new Hashtable(); }
public ServiceFactoryComponent(Config config, Dictionary overriddenProps) { super(config, overriddenProps); services = new Hashtable(); }
1,116,085
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Object service = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); c...
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Component component = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); ...
1,116,086
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Object service = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); c...
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Object service = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); c...
1,116,087
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Object service = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); c...
public synchronized Object getService(Bundle bundle, ServiceRegistration reg) { Object service = services.get(bundle); if (service == null) { Config copy = config.copy(); copy.setServiceFactory(false); copy.setShouldRegisterService(false); Component component = copy.createComponent(); c...
1,116,088
public void ungetService(Bundle bundle, ServiceRegistration reg, Object instance) { super.ungetService(bundle, reg, instance); services.remove(bundle); }
public void ungetService(Bundle bundle, ServiceRegistration reg, Object instance) { super.ungetService(bundle, reg, instance); services.remove(bundle); }
1,116,089
private void appendBuildUrl(Build build, StringBuffer buf) { String baseUrl = DESCRIPTOR.getUrl(); if(baseUrl!=null) { String encodedUrl = null; try { encodedUrl = URLEncoder.encode(build.getUrl(), "UTF-8"); } catch (UnsupportedEncodingException e) { ...
private void appendBuildUrl(Build build, StringBuffer buf) { String baseUrl = DESCRIPTOR.getUrl(); if(baseUrl!=null) { String encodedUrl = null; try { encodedUrl = URLEncoder.encode(build.getUrl(), "UTF-8"); } catch (UnsupportedEncodingException e) { ...
1,116,090
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs) throws ParseException { if(!(res instanceof Scaler)) throw new ParseException("vsum: result must be a scaler"); Object val = Scaler.getInstance(lhs.getEle(0)); for(int i=1;i<lhs.getNumEles();++i) val = add.add(val,lhs.getEle(i)); res.setEle(...
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs) throws ParseException { if(!(res instanceof Scaler)) throw new ParseException("vsum: result must be a scaler"); Object val = lhs.getEle(0); for(int i=1;i<lhs.getNumEles();++i) val = add.add(val,lhs.getEle(i)); res.setEle(0,val); return re...
1,116,091
public Comparator getColumnComparator( int column ) { switch( column ) { case HOST_MODEL_INDEX: return new DestAddressComparator(); case PROGRESS_MODEL_INDEX: return ComparableComparator.getInstance(); // for all other columns use defau...
public Comparator<?> getColumnComparator( int column ) { switch( column ) { case HOST_MODEL_INDEX: return new DestAddressComparator(); case PROGRESS_MODEL_INDEX: return ComparableComparator.getInstance(); // for all other columns use de...
1,116,092
public Object getComparableValueAt( int row, int column ) { SWDownloadCandidate candidate = downloadFile.getCandidate( row ); if ( candidate == null ) { return ""; } switch( column ) { case PROGRESS_MODEL_INDEX: { D...
public Object getComparableValueAt( int row, int column ) { SWDownloadCandidate candidate = downloadFile.getCandidate( row ); if ( candidate == null ) { return null; } switch( column ) { case PROGRESS_MODEL_INDEX: { ...
1,116,093
public Object abs(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.abs(((Number)param).doubleValue())); } else if (param instanceof Complex) { return new Double(((Complex)param).abs()); } throw new ParseException("Invalid parameter type"); }
public Object abs(Object param) throws ParseException { if (param instanceof Complex) { return new Double(((Complex)param).abs()); } else if (param instanceof Number) { return new Double(Math.abs(((Number)param).doubleValue())); } else if (param instanceof Complex) { return new Double(((Complex)param).abs())...
1,116,094
public Object abs(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.abs(((Number)param).doubleValue())); } else if (param instanceof Complex) { return new Double(((Complex)param).abs()); } throw new ParseException("Invalid parameter type"); }
public Object abs(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.abs(((Number)param).doubleValue())); } else if (param instanceof Complex) { return new Double(((Complex)param).abs()); } throw new ParseException("Invalid parameter type"); }
1,116,095
public void testRandThroughput() throws Exception { BandwidthController controller = BandwidthController.acquireBandwidthController( "Test2", 1000 ); long start = System.currentTimeMillis(); long totalData = 10000; while( totalData > 0 ) { int available = ...
public void testRandThroughput() throws Exception { BandwidthController controller = BandwidthController.acquireBandwidthController( "Test2", 1000 ); long start = System.currentTimeMillis(); long totalData = 10000; while( totalData > 0 ) { int available = ...
1,116,096
public void testThroughput2() throws Exception { BandwidthController controller = BandwidthController.acquireBandwidthController( "Test2", 1000 ); long start = System.currentTimeMillis(); long totalData = 10000; while( totalData > 0 ) { int available = con...
public void testThroughput2() throws Exception { BandwidthController controller = BandwidthController.acquireBandwidthController( "Test2", 1000 ); long start = System.currentTimeMillis(); long totalData = 10000; while( totalData > 0 ) { int available = con...
1,116,097
public synchronized void doArtifact( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException { serveFile(req, rsp, getArtifactsDir(), "package.gif", true); }
public void doArtifact( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException { serveFile(req, rsp, getArtifactsDir(), "package.gif", true); }
1,116,098
public RecipeDetailsView getRecipeDetailsView() { TabItem details = new TabItem(myFolder, SWT.NONE); details.setText("Recipe Details"); Group group = new Group(myFolder, SWT.NONE); details.setControl(group); return new SWTRecipeDetailsView(group); }
public RecipeDetailsView getRecipeDetailsView(String title) { TabItem details = new TabItem(myFolder, SWT.NONE); details.setText("Recipe Details"); Group group = new Group(myFolder, SWT.NONE); details.setControl(group); return new SWTRecipeDetailsView(group); }
1,116,100
public RecipeDetailsView getRecipeDetailsView() { TabItem details = new TabItem(myFolder, SWT.NONE); details.setText("Recipe Details"); Group group = new Group(myFolder, SWT.NONE); details.setControl(group); return new SWTRecipeDetailsView(group); }
public RecipeDetailsView getRecipeDetailsView() { TabItem details = new TabItem(myFolder, SWT.NONE); details.setText(title); Group group = new Group(myFolder, SWT.NONE); details.setControl(group); return new SWTRecipeDetailsView(group); }
1,116,101
public void init() { myLayout = new FillLayout(); myLayout.type = SWT.VERTICAL; myShell.setLayout(myLayout); // @TODO Create a separate view/controller for the TabFolder myFolder = new TabFolder(myShell, SWT.NONE); }
public void init() { myLayout = new FillLayout(); myLayout.type = SWT.VERTICAL; myShell.setLayout(myLayout); // @TODO Create a separate view/controller for the TabFolder myFolder = new TabFolder(myShell, SWT.NONE); }
1,116,102
public SubversionChangeLogSet parse(Build build, File changelogFile) throws IOException, SAXException { // http://svn.collab.net/repos/svn/trunk/subversion/svn/schema/ Digester digester = new Digester(); ArrayList<LogEntry> r = new ArrayList<LogEntry>(); digester.push(r); digester...
public SubversionChangeLogSet parse(Build build, File changelogFile) throws IOException, SAXException { // http://svn.collab.net/repos/svn/trunk/subversion/svn/schema/ Digester digester = new Digester(); ArrayList<LogEntry> r = new ArrayList<LogEntry>(); digester.push(r); digester...
1,116,105
public SubversionChangeLogSet(List<LogEntry> logs) { this.logs = Collections.unmodifiableList(logs); }
SubversionChangeLogSet(Build build, List<LogEntry> logs) { this.build = build; this.logs = Collections.unmodifiableList(logs); }
1,116,106
public Node parseProcSimpEval(String expr,Object expected) throws ParseException,Exception { Node node = j.parse(expr); Node processed = j.commandv.process(node,j); Node simp = j.simplify(processed); Object res = j.evaluate(simp); if(!expected.equals(res)) System.out.println("Error: Value of \""+expr+"\" is...
public Node parseProcSimpEval(String expr,Object expected) throws ParseException,Exception { Node node = j.parse(expr); Node processed = j.preprocess(node); Node simp = j.simplify(processed); Object res = j.evaluate(simp); if(!expected.equals(res)) System.out.println("Error: Value of \""+expr+"\" is \""+res...
1,116,107
public Node process(Node node,XJep xjep) throws ParseException { this.xjep=xjep; Node res = (Node) node.jjtAccept(this,null); return res; }
public Node process(Node node,XJep xj) throws ParseException { this.xjep=xjep; Node res = (Node) node.jjtAccept(this,null); return res; }
1,116,108
public Node process(Node node,XJep xjep) throws ParseException { this.xjep=xjep; Node res = (Node) node.jjtAccept(this,null); return res; }
public Node process(Node node,XJep xjep) throws ParseException { this.xjep=xj; Node res = (Node) node.jjtAccept(this,null); return res; }
1,116,109
public void addSeismogram(DataSetSeismogram seis){ timeConfig.addSeismogram(seis, timeFinder.getBeginTime(seis)); seismos.put(seis, timeConfig.getTimeRange(seis)); }
public void addSeismogram(DataSetSeismogram seis){ timeConfig.addSeismogram(seis, timeFinder.getBeginTime(seis)); }
1,116,110
public boolean contains(DataSetSeismogram seis){ if(seismos.containsKey(seis)){ return true; } if(timeConfig.contains(seis)){ seismos.put(seis, timeConfig.getTimeRange(seis)); return true; } return false; }
public boolean contains(DataSetSeismogram seis){ if(seismos.containsKey(seis)){ return true; } /*if(timeConfig.contains(seis)){ seismos.put(seis, timeConfig.getTimeRange(seis)); return true; } return false; }
1,116,111
public boolean contains(DataSetSeismogram seis){ if(seismos.containsKey(seis)){ return true; } if(timeConfig.contains(seis)){ seismos.put(seis, timeConfig.getTimeRange(seis)); return true; } return false; }
public boolean contains(DataSetSeismogram seis){ if(seismos.containsKey(seis)){ return true; }*/ if(timeConfig.contains(seis)){ seismos.put(seis, timeConfig.getTimeRange(seis)); return true; }*/ return false; }*/
1,116,112
public Object tanh(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); return new Double((Math.exp(value)-Math.exp(-value))/(Math.pow(Math.E,value)+Math.pow(Math.E,-value))); } else if (param instanceof Complex) { return ((Complex)param).tanh()...
public Object tanh(Object param) throws ParseException { if (param instanceof Complex) { return ((Complex)param).tanh(); } else if (param instanceof Number) { double value = ((Number)param).doubleValue(); return new Double((Math.exp(value)-Math.exp(-value))/(Math.pow(Math.E,value)+Math.pow(Math.E,-value))); } ...
1,116,114
public Object tanh(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); return new Double((Math.exp(value)-Math.exp(-value))/(Math.pow(Math.E,value)+Math.pow(Math.E,-value))); } else if (param instanceof Complex) { return ((Complex)param).tanh()...
public Object tanh(Object param) throws ParseException { if (param instanceof Number) { double value = ((Number)param).doubleValue(); return new Double((Math.exp(value)-Math.exp(-value))/(Math.pow(Math.E,value)+Math.pow(Math.E,-value))); } else if (param instanceof Complex) { return ((Complex)param).tanh()...
1,116,115
public Object acos(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.acos(((Number)param).doubleValue())); } else if (param instanceof Complex) { return ((Complex)param).acos(); } throw new ParseException("Invalid parameter type"); }
public Object acos(Object param) throws ParseException { if (param instanceof Complex) { return ((Complex)param).acos(); } else if (param instanceof Number) { return new Double(Math.acos(((Number)param).doubleValue())); } else if (param instanceof Complex) { return ((Complex)param).acos(); } throw new Pars...
1,116,116
public Object acos(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.acos(((Number)param).doubleValue())); } else if (param instanceof Complex) { return ((Complex)param).acos(); } throw new ParseException("Invalid parameter type"); }
public Object acos(Object param) throws ParseException { if (param instanceof Number) { return new Double(Math.acos(((Number)param).doubleValue())); } else if (param instanceof Complex) { return ((Complex)param).acos(); } throw new ParseException("Invalid parameter type"); }
1,116,117
public void itemStateChanged(ItemEvent ae) { if(ae.getStateChange() == ItemEvent.SELECTED) { String orientation = ((AbstractButton)ae.getItem()).getText(); view.setDisplayKey(orientation); if(orientation.equals(labelStrings[0])){ setHori...
public void itemStateChanged(ItemEvent ae) { if(ae.getStateChange() == ItemEvent.SELECTED) { String orientation = ((AbstractButton)ae.getItem()).getText(); view.setDisplayKey(orientation); if(orientation.equals(labelStrings[0])){ setHori...
1,116,118
public void itemStateChanged(ItemEvent ae) { if(ae.getStateChange() == ItemEvent.SELECTED) { String orientation = ((AbstractButton)ae.getItem()).getText(); view.setDisplayKey(orientation); if(orientation.equals(labelStrings[0])){ setHori...
public void itemStateChanged(ItemEvent ae) { if(ae.getStateChange() == ItemEvent.SELECTED) { String orientation = ((AbstractButton)ae.getItem()).getText(); view.setDisplayKey(orientation); if(orientation.equals(labelStrings[0])){ setHori...
1,116,119
public ParticleMotionDisplay(DataSetSeismogram datasetSeismogram, TimeConfig tc, Color color) { particleDisplayPanel = new JPanel(new BorderLayout()); radioPanel = new JPanel(new GridLayout(1, 0)); setLayout(new BorderLayout()); view = new Particle...
public ParticleMotionDisplay(DataSetSeismogram datasetSeismogram, TimeConfig tc, Color color) { particleDisplayPanel = new JPanel(new BorderLayout()); radioPanel = new JPanel(new GridLayout(1, 0)); setLayout(new BorderLayout()); view = new Particle...
1,116,120
public void setSize(Dimension d) { logger.debug("Setting the size"); if (d.width < d.height) { super.setSize(new Dimension(d.width, d.width)); } else { super.setSize(new Dimension(d.height, d.hei...
public void setSize(Dimension d) { if (d.width < d.height) { super.setSize(new Dimension(d.width, d.width)); } else { super.setSize(new Dimension(d.height, d.height)); } }
1,116,121
public MatrixNodeI preprocess( ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf) throws ParseException { MatrixNodeI children[] = visitor.visitChildrenAsArray(node,null); Operator listOp = ((MatrixOperatorSet) jep.getOperatorSet()).getMList(); // What if we have x=[1,2]; y = [x,...
public MatrixNodeI preprocess( ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf) throws ParseException { MatrixNodeI children[] = visitor.visitChildrenAsArray(node,null); Operator listOp = ((MatrixOperatorSet) jep.getOperatorSet()).getMList(); // What if we have x=[1,2]; y = [x,...
1,116,122
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
1,116,123
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
1,116,124
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
public void sendBrowseHostRequest() throws IOException, BrowseHostException { NLogger.debug(BrowseHostConnection.class, "Connection for Browse Host to " + address ); results.setBrowseHostStatus( BrowseHostResults.BrowseHostStatus.CONNECTING ); SocketFacade socket; tr...
1,116,125
public void startSearching() { isSearching = true; browseHostError = NO_ERROR; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostRe...
public void startSearching() { isSearching = true; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostResults.this ); ...
1,116,127
public void startSearching() { isSearching = true; browseHostError = NO_ERROR; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostRe...
public void startSearching() { isSearching = true; browseHostError = NO_ERROR; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostRe...
1,116,128
public void startSearching() { isSearching = true; browseHostError = NO_ERROR; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostRe...
public void startSearching() { isSearching = true; browseHostError = NO_ERROR; Runnable runner = new Runnable() { public void run() { BrowseHostConnection connection = new BrowseHostConnection( destAddress, hostGUID, BrowseHostRe...
1,116,129
private RpCommand(short command){ this.command = command; this.aux1 = -1; }
RpCommand(short command){ this.command = command; this.aux1 = -1; }
1,116,131
public boolean run() throws Exception { Class.forName("org.sqlite.JDBC"); Connection conn = DriverManager.getConnection("jdbc:sqlite:"); Statement stat = conn.createStatement(); ResultSet rs; // test calling Function.create(conn, "f1", new Function() { public void...
public boolean run() throws Exception { Class.forName("org.sqlite.JDBC"); Connection conn = DriverManager.getConnection("jdbc:sqlite:"); Statement stat = conn.createStatement(); ResultSet rs; // test calling Function.create(conn, "f1", new Function() { public void...
1,116,132
public Node apply(ASTFunNode node, Node[] children) throws ParseException { OperatorSet opSet = xj.getOperatorSet(); TreeUtils tu = xj.getTreeUtils(); Operator lhsOp = tu.getOperator(children[0]); int n = tu.intValue(children[1]); Node sub1 = children[0].jjtGetChild(0); Node sub2 = children[0].jjtGetChild(1);...
public Node apply(ASTFunNode node, Node[] children) throws ParseException { OperatorSet opSet = xj.getOperatorSet(); TreeUtils tu = xj.getTreeUtils(); Operator lhsOp = tu.getOperator(children[0]); int n = tu.intValue(children[1]); Node sub1 = children[0].jjtGetChild(0); Node sub2 = children[0].jjtGetChild(1);...
1,116,133
public Node apply(ASTFunNode node, Node[] children) throws ParseException { OperatorSet opSet = xj.getOperatorSet(); TreeUtils tu = xj.getTreeUtils(); Operator lhsOp = tu.getOperator(children[0]); int n = tu.intValue(children[1]); Node sub1 = children[0].jjtGetChild(0); Node sub2 = children[0].jjtGetChild(1);...
public Node apply(ASTFunNode node, Node[] children) throws ParseException { OperatorSet opSet = xj.getOperatorSet(); TreeUtils tu = xj.getTreeUtils(); Operator lhsOp = tu.getOperator(children[0]); int n = tu.intValue(children[1]); Node sub1 = children[0].jjtGetChild(0); Node sub2 = children[0].jjtGetChild(1);...
1,116,134
public Operator getOperator(Node node) { if(isOperator(node)) return ((ASTFunNode) node).getOperator(); else return null; }
public Operator getOperator(Node node) { if(isOperator(node)) return ((ASTFunNode) node).getOperator(); return null; }
1,116,135
public boolean isInteger(Node node) { if(isReal(node)) { Number val = (Number) ((ASTConstant) node).getValue(); double x = val.doubleValue(); double xInt = Math.rint(x); return x == xInt; } else return false; }
public boolean isInteger(Node node) { if(isReal(node)) { Number val = (Number) ((ASTConstant) node).getValue(); double x = val.doubleValue(); double xInt = Math.rint(x); return x == xInt; } return false; }
1,116,136
public synchronized void doConfigSubmit( StaplerRequest req, StaplerResponse rsp ) throws IOException { useSecurity = req.getParameter("use_security")!=null; numExecutors = Integer.parseInt(req.getParameter("numExecutors")); {// update JDK installations jdks.clear(); Strin...
public synchronized void doConfigSubmit( StaplerRequest req, StaplerResponse rsp ) throws IOException { useSecurity = req.getParameter("use_security")!=null; numExecutors = Integer.parseInt(req.getParameter("numExecutors")); {// update JDK installations jdks.clear(); Strin...
1,116,137
void sbCharacters(String s){ if (currentList.equals("FERMENTABLES")) { if (currentElement.equalsIgnoreCase("MALT")) { m.setName(s); } else if (currentElement.equalsIgnoreCase("AMOUNT")) { m.setAmount(Double.parseDouble(s)); } else if (currentElement.equalsIgnoreCase("POINTS")) { m.setPppg(Double.parseD...
void sbCharacters(String s){ if (currentList.equals("FERMENTABLES")) { if (currentElement.equalsIgnoreCase("MALT")) { m.setName(s); } else if (currentElement.equalsIgnoreCase("AMOUNT")) { m.setAmount(Double.parseDouble(s)); } else if (currentElement.equalsIgnoreCase("POINTS")) { m.setPppg(Double.parseD...
1,116,139
public void doStop( StaplerRequest req, StaplerResponse rsp ) throws IOException { if(!Hudson.adminCheck(req,rsp)) return; interrupt(); rsp.sendRedirect(req.getContextPath()); }
public void doStop( StaplerRequest req, StaplerResponse rsp ) throws IOException { if(!Hudson.adminCheck(req,rsp)) return; interrupt(); rsp.sendRedirect(req.getContextPath()+"/"); }
1,116,148
protected void setUp() { j = new DJep(); j.addStandardConstants(); j.addStandardFunctions(); j.addComplex(); //j.setTraverse(true); j.setAllowAssignment(true); j.setAllowUndeclared(true); j.setImplicitMul(true); j.dv.addStandardDiffRules(); }
protected void setUp() { j = new DJep(); j.addStandardConstants(); j.addStandardFunctions(); j.addComplex(); //j.setTraverse(true); j.setAllowAssignment(true); j.setAllowUndeclared(true); j.setImplicitMul(true); j.addStandardDiffRules(); }
1,116,149
public void close() throws IOException { buf.flip(); decoder.decode(buf,out,true); buf.compact(); flushOutput(); writer.close(); }
public void close() throws IOException { buf.flip(); decoder.decode(buf,out,true); buf.compact(); flushOutput(); writer.close(); }
1,116,150
private void decode() throws IOException { buf.flip(); while(true) { CoderResult r = decoder.decode(buf, out, false); if(r==CoderResult.OVERFLOW) { flushOutput(); continue; } if(r==CoderResult.UNDERFLOW) { buf.com...
private void decode(boolean last) throws IOException { buf.flip(); while(true) { CoderResult r = decoder.decode(buf, out, false); if(r==CoderResult.OVERFLOW) { flushOutput(); continue; } if(r==CoderResult.UNDERFLOW) { ...
1,116,152
private void decode() throws IOException { buf.flip(); while(true) { CoderResult r = decoder.decode(buf, out, false); if(r==CoderResult.OVERFLOW) { flushOutput(); continue; } if(r==CoderResult.UNDERFLOW) { buf.com...
private void decode() throws IOException { buf.flip(); while(true) { CoderResult r = decoder.decode(buf, out, last); if(r==CoderResult.OVERFLOW) { flushOutput(); continue; } if(r==CoderResult.UNDERFLOW) { buf.comp...
1,116,153
public void flush() throws IOException { decode(); flushOutput(); writer.flush(); }
public void flush() throws IOException { decode(false); flushOutput(); writer.flush(); }
1,116,154
public void write(int b) throws IOException { if(buf.remaining()==0) decode(); buf.put((byte)b); }
public void write(int b) throws IOException { if(buf.remaining()==0) decode(false); buf.put((byte)b); }
1,116,155
public FindDialog(JFrame frame) { super(frame); recipes = new ArrayList(); files = new ArrayList(); inst = (StrangeSwing) frame; currentDir = new java.io.File("."); initGUI(); dirLocationText.setText(currentDir.getAbsolutePath()); loadRecipes(currentDir); }
public FindDialog(JFrame frame) { super(frame); recipes = new ArrayList(); files = new ArrayList(); inst = (StrangeSwing) frame; currentDir = new java.io.File("."); initGUI(); dirLocationText.setText(currentDir.getAbsolutePath()); }
1,116,156
public void actionPerformed(ActionEvent e) { Object o = e.getSource(); if (o == cancelButton) { setVisible(false); dispose(); return; } else if (o == openButton) { int i = recipeTable.getSelectedRow(); if (i > -1) { inst.setRecipe((Recipe) recipes.get(i), (File) files.get(i)); } setVisible(false); ...
public void actionPerformed(ActionEvent e) { Object o = e.getSource(); if (o == cancelButton) { setVisible(false); dispose(); return; } else if (o == openButton) { int i = recipeTable.getSelectedRow(); if (i > -1 && i < recipes.size()) { inst.setRecipe((Recipe) recipes.get(i), (File) files.get(i)); }...
1,116,157
private void loadRecipes(File dir) { recipes.clear(); files.clear(); for (int i = 0; i < dir.list().length; i++) { File file = new File(dir.list()[i]); if (file.getName().endsWith("xml") || file.getName().endsWith("qbrew")) { Debug.print("Opening: " + file.getName() + ".\n"); // file.getAbsolutePath doesn...
private void loadRecipes(File dir) { recipes.clear(); files.clear(); for (int i = 0; i < dir.list().length; i++) { File file = new File(dir.list()[i]); if (file.getPath().endsWith(".rec") || file.getPath().endsWith(".qbrew") || file.getPath().endsWith(".xml")) { Debug.print("Opening: " + file.getName() + ".\...
1,116,158
private void loadRecipes(File dir) { recipes.clear(); files.clear(); for (int i = 0; i < dir.list().length; i++) { File file = new File(dir.list()[i]); if (file.getName().endsWith("xml") || file.getName().endsWith("qbrew")) { Debug.print("Opening: " + file.getName() + ".\n"); // file.getAbsolutePath doesn...
private void loadRecipes(File dir) { recipes.clear(); files.clear(); for (int i = 0; i < dir.list().length; i++) { File file = new File(dir.list()[i]); if (file.getName().endsWith("xml") || file.getName().endsWith("qbrew")) { Debug.print("Opening: " + file.getName() + ".\n"); // file.getAbsolutePath doesn...
1,116,159
public void displayWater(){ String recipeUnitsAbrv = new Quantity().getVolAbrv(myRecipe.getVolUnits()); String mashUnitsAbrv = new Quantity().getVolAbrv(myRecipe.mash.getMashVolUnits()); totalWaterLbl.setText(myRecipe.getTotalWater()); totalUnitsLbl.setText(recipeUnitsAbrv); usedMashLbl.setText(myRecipe.mash....
public void displayWater(){ String recipeUnitsAbrv = new Quantity().getVolAbrv(myRecipe.getVolUnits()); String mashUnitsAbrv = new Quantity().getVolAbrv(myRecipe.mash.getMashVolUnits()); totalWaterLbl.setText(myRecipe.getTotalWater()); totalUnitsLbl.setText(recipeUnitsAbrv); usedMashLbl.setText(myRecipe.mash....
1,116,161
private String getAbrvFromUnit(String t, String s){ int i=0; Converter[] u; if (t == "vol") u = volUnits; else // assume weight u = weightUnits; while (i < u.length && u[i].unit != s) { i++; } if (i >= u.length) return null; else return u[i].abrv; }
private String getAbrvFromUnit(String t, String s){ int i=0; Converter[] u; if (t == "vol") u = volUnits; else // assume weight u = weightUnits; while (i < u.length && !u[i].unit.equalsIgnoreCase(s)) { i++; } if (i >= u.length) return null; else return u[i].abrv; }
1,116,162
public void testSwitchAuthorizedUserSuccess() { Credential credential = new Credential(); User[] users = createUsersWithSameCredential(credential, 2); UserLog userLog = new UserLog(); userLog.setUser(users[0]); UserDetailsAdapter secureUser = new UserDetailsAdapter...
public void testSwitchAuthorizedUserSuccess() { Credential credential = new Credential(); User[] users = createUsersWithSameCredential(credential, 2); UserLog userLog = new UserLog(); userLog.setUser(users[0]); UserDetailsAdapter secureUser = new UserDetailsAdapter...
1,116,164
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
1,116,165
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
1,116,166
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
1,116,167
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
1,116,168
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
public void initComponent( DGuiSettings guiSettings ) { addTabAction( CLEAR_SEARCH_RESULTS_ACTION, new ClearSearchResultsAction() ); addTabAction( CREATE_NEW_SEARCH_ACTION, new CreateNewSearchAction() ); addTabAction( CLOSE_SEARCH_ACTION, new CloseSearchAction() ); CellConstra...
1,116,169