bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
public void actionPerformed(ActionEvent e) { String command = e.getActionCommand(); if (command == READ_GENOTYPES){ ReadDataDialog readDialog = new ReadDataDialog("Open new data", this); readDialog.pack(); readDialog.setVisible(true); }else if (command == "Conti...
public void actionPerformed(ActionEvent e) { String command = e.getActionCommand(); if (command == READ_GENOTYPES){ ReadDataDialog readDialog = new ReadDataDialog("Open new data", this); readDialog.pack(); readDialog.setVisible(true); }else if (command == "Conti...
1,110,434
void drawPicture(HaploData theData){ Container contents = getContentPane(); contents.removeAll(); //remember which tab we're in if they've already been set up int currentTabIndex = 0; if (!(tabs == null)){ currentTabIndex = tabs.getSelectedIndex(); } tabs ...
void drawPicture(HaploData theData){ Container contents = getContentPane(); contents.removeAll(); //remember which tab we're in if they've already been set up int currentTabIndex = 0; if (!(tabs == null)){ currentTabIndex = tabs.getSelectedIndex(); } tabs ...
1,110,436
void processData(){ maxCompDist = Long.parseLong(filenames[2])*1000; try{ this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); final SwingWorker worker = new SwingWorker(){ public Object construct(){ dPrimeDisplay=null; ...
void processData(){ maxCompDist = Long.parseLong(inputOptions[2])*1000; try{ this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); final SwingWorker worker = new SwingWorker(){ public Object construct(){ dPrimeDisplay=null; ...
1,110,437
void processData(){ maxCompDist = Long.parseLong(filenames[2])*1000; try{ this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); final SwingWorker worker = new SwingWorker(){ public Object construct(){ dPrimeDisplay=null; ...
void processData(){ maxCompDist = Long.parseLong(filenames[2])*1000; try{ this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); final SwingWorker worker = new SwingWorker(){ public Object construct(){ dPrimeDisplay=null; ...
1,110,438
public Object construct(){ dPrimeDisplay=null; infoKnown = false; if (!(filenames[1].equals(""))){ readMarkers(new File(filenames[1])); } theData.generateDPrimeTable(maxCompDist); ...
public Object construct(){ dPrimeDisplay=null; infoKnown = false; if (!(filenames[1].equals(""))){ readMarkers(new File(filenames[1])); } theData.generateDPrimeTable(maxCompDist); ...
1,110,439
void readPedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = ped file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) filenames = f; File pedFile = new...
void readPedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = ped file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) filenames = f; File pedFile = new...
1,110,440
void readPhasedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = haps file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) filenames = f; theData = new ...
void readPhasedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = haps file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) inputOptions = f; theData = n...
1,110,441
void readPhasedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = haps file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) filenames = f; theData = new ...
void readPhasedGenotypes(String[] f){ //input is a 3 element array with //filenames[0] = haps file //filenames[1] = info file (null if none) //filenames[2] = max comparison distance (don't compute d' if markers are greater than this dist apart) filenames = f; theData = new ...
1,110,442
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
1,110,443
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
1,110,444
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
1,110,445
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
private List<DiffChunk<SQLObject>> generateColumnDiffs( SQLTable sourceTable, SQLTable targetTable) throws ArchitectException { TreeSet<SQLColumn> sourceColumnList; TreeSet<SQLColumn> targetColumnList; Iterator<SQLColumn> sourceColIter; Iterator<SQLColumn> targetColIter; SQLColumn sourceColumn; SQLColumn tar...
1,110,446
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,448
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,449
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,450
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,451
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,452
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,453
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,454
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,455
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,456
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,457
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,458
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
private List<DiffChunk<SQLObject>> generateRelationshipDiffs( Collection<SQLTable> sourceTables, Collection<SQLTable> targetTables) throws ArchitectException { //XXX: This is using an incorrect comparator, it only checks by relationship //names and does not get into a deeper level of checking the mappings. Set<...
1,110,459
public String draw();
public String draw(String applicationName);
1,110,460
private void applicationChanged(ApplicationConfig appConfig) { removeApplication(appConfig); addApplication(appConfig); }
private void applicationChanged(ApplicationConfig appConfig) { removeApplication(appConfig); addApplication(appConfig); }
1,110,461
public void start() { for (ApplicationConfig appConfig : ApplicationConfigManager .getAllApplications()) { // only add non-cluster applications if(!appConfig.isCluster()) addApplication(appConfig); } // TODO: perfect dependency to be i...
public void start() { for (ApplicationConfig appConfig : ApplicationConfigManager .getAllApplications()) { // only add non-cluster applications if(!appConfig.isCluster()) addApplication(appConfig); } // TODO: perfect dependency to be i...
1,110,462
public void start() { for (ApplicationConfig appConfig : ApplicationConfigManager .getAllApplications()) { // only add non-cluster applications if(!appConfig.isCluster()) addApplication(appConfig); } // TODO: perfect dependency to be i...
public void start() { for (ApplicationConfig appConfig : ApplicationConfigManager .getAllApplications()) { // only add non-cluster applications if(!appConfig.isCluster()) addApplication(appConfig); } // TODO: perfect dependency to be i...
1,110,463
public void handleEvent(EventObject event) { if(!(event instanceof ApplicationEvent)){ throw new IllegalArgumentException("event must be of type ApplicationEvent"); } if(event instanceof NewApplicationEvent){ addApplication((...
public void handleEvent(EventObject event) { if(!(event instanceof ApplicationEvent)){ throw new IllegalArgumentException("event must be of type ApplicationEvent"); } if(event instanceof NewApplicationEvent){ addApplication((...
1,110,464
public void handleEvent(EventObject event) { if(!(event instanceof ApplicationEvent)){ throw new IllegalArgumentException("event must be of type ApplicationEvent"); } if(event instanceof NewApplicationEvent){ addApplication((...
public void handleEvent(EventObject event) { if(!(event instanceof ApplicationEvent)){ throw new IllegalArgumentException("event must be of type ApplicationEvent"); } if(event instanceof NewApplicationEvent){ addApplication((...
1,110,465
public ActionForward execute(WebContext context, ActionMapping mapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse response) throws Exception { ...
public ActionForward execute(WebContext context, ActionMapping mapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse response) throws Exception { ...
1,110,466
public EditTableAction() { super("Edit Table Properties...", ASUtils.createIcon("TableProperties", "Edit Table Properties", ArchitectFrame.getMainInstance().sprefs.getInt(SwingUserSettings.ICON_SIZE, 24))); }
public EditTableAction() { super("Table Properties...", ASUtils.createIcon("TableProperties", "Edit Table Properties", ArchitectFrame.getMainInstance().sprefs.getInt(SwingUserSettings.ICON_SIZE, 24))); }
1,110,467
public EditTableAction() { super("Edit Table Properties...", ASUtils.createIcon("TableProperties", "Edit Table Properties", ArchitectFrame.getMainInstance().sprefs.getInt(SwingUserSettings.ICON_SIZE, 24))); }
public EditTableAction() { super("Edit Table Properties...", ASUtils.createIcon("TableProperties", "Table Properties", ArchitectFrame.getMainInstance().sprefs.getInt(SwingUserSettings.ICON_SIZE, 24))); }
1,110,468
protected SAXReader createSAXReader() throws Exception { // installs the NekoHTML parser SAXParser parser = new SAXParser(); parser.setProperty( "http://cyberneko.org/html/properties/names/elems", "match" ); parser.setProperty( "http://cyberneko.or...
protected SAXReader createSAXReader() throws Exception { // installs the NekoHTML parser SAXParser parser = new SAXParser(); parser.setProperty( "http://cyberneko.org/html/properties/names/elems", element ); parser.setProperty( "http://cyberneko.or...
1,110,470
protected SAXReader createSAXReader() throws Exception { // installs the NekoHTML parser SAXParser parser = new SAXParser(); parser.setProperty( "http://cyberneko.org/html/properties/names/elems", "match" ); parser.setProperty( "http://cyberneko.or...
protected SAXReader createSAXReader() throws Exception { // installs the NekoHTML parser SAXParser parser = new SAXParser(); parser.setProperty( "http://cyberneko.org/html/properties/names/elems", attribute ); parser.setProperty( "http://cyberneko....
1,110,471
public void doTag(XMLOutput output) throws Exception { if ( uri == null ) { throw new JellyException( "<j:include> must have a 'uri' attribute defined" ); } // we need to create a new JellyContext of the URI // take off the script name from the URL conte...
public void doTag(XMLOutput output) throws Exception { if ( uri == null ) { throw new JellyException( "<j:include> must have a 'uri' attribute defined" ); } // we need to create a new JellyContext of the URI // take off the script name from the URL conte...
1,110,474
public Object getSource() { return source; }
public String getSource() { return source; }
1,110,475
public void setSource(Object source) { this.source = source; }
public void setSource(String source) { this.source = source; }
1,110,476
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
1,110,478
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
1,110,479
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
public void actionPerformed(ActionEvent e) { logger.debug(getValue(SHORT_DESCRIPTION) + " started"); dbcsPanel.applyChanges(); ArchitectDataSource newDS = dbcsPanel.getDbcs(); if (isNew) { if ("".equals(newDS.getName().trim())) { JOptionPane.showMessageDialog(newConnectionDialog,"A connection must have at lea...
1,110,480
private void paintThumbnail( Graphics2D g2, PhotoInfo photo, int startx, int starty, boolean isSelected ) { log.debug( "paintThumbnail entry " + photo.getUid() ); long startTime = System.currentTimeMillis(); long thumbReadyTime = 0; long thumbDrawnTime = 0; long endTime = 0; // Cu...
private void paintThumbnail( Graphics2D g2, PhotoInfo photo, int startx, int starty, boolean isSelected ) { log.debug( "paintThumbnail entry " + photo.getUid() ); long startTime = System.currentTimeMillis(); long thumbReadyTime = 0; long thumbDrawnTime = 0; long endTime = 0; // Cu...
1,110,481
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
1,110,483
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
1,110,484
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
public String format() { long lAccuracy = (long) (accuracy * 24 * 3600 * 1000); String dateStr = ""; if ( date == null ) { return ""; } if ( accuracy > 0 ) { // Find the correct format to use String formatStr =accuracyFormatStrings[0]; for ( int i = 1; i < accuracyFormatLimits.length; i++ ) {...
1,110,485
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
1,110,488
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
1,110,489
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
1,110,490
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
1,110,491
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; public void setVars(Map vars) { if ( log.isDebugEnabled() ) { ...
1,110,492
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
public Object evaluate(Context context) { try { JexlContext jexlContext = new JexlContext() { Map ctx; public void setVars(Map vars) { ctx = vars; } public Map getVars() { return ctx; } }; jexlContext.setVars(context.getVariables()); if ( log.isDebugEnab...
1,110,493
public Vector check() throws PedFileException{ //before we perform the check we want to prune out individuals with too much missing data //or trios which contain individuals with too much missing data Iterator fitr = families.values().iterator(); Vector useable = new Vector(); whi...
public Vector check() throws PedFileException{ //before we perform the check we want to prune out individuals with too much missing data //or trios which contain individuals with too much missing data Iterator fitr = families.values().iterator(); Vector useable = new Vector(); whi...
1,110,494
public void populate() throws ArchitectException { // SQLColumn doesn't have children, so populate does nothing! return; }
public void populate() throws ArchitectException { // SQLColumn doesn't have children, so populate does nothing! logger.debug("SQLColumn: populate is a no-op"); }
1,110,495
public static void main(String[] args) { JTextField[] fields = { new JTextField(), new JTextField(), new JTextField(), new JTextField() }; String[] labels = { "First Name", "Middle Initial", "Last Name", "Age" }; char[] mnemonics = { 'F', 'M', 'L', 'A' }; int[] widths = { 15, 1, 15, 3 }; String[] descs = { "First...
public static void main(String[] args) { JTextField[] fields = { new JTextField(), new JTextField(), new JTextField(), new JTextField() }; String[] labels = { "First Name", "Middle Initial", "Last Name", "Age" }; char[] mnemonics = { 'F', 'M', 'L', 'A' }; int[] widths = { 15, 1, 15, 3 }; String[] descs = { "First...
1,110,496
public void actionPerformed(ActionEvent e) { System.out.println(form.getField(0) + " " + form.getField(1) + ". " + form.getField(2) + ", age " + form.getField(3)); }
public void actionPerformed(ActionEvent e) { logger.info(form.getField(0) + " " + form.getField(1) + ". " + form.getField(2) + ", age " + form.getField(3)); }
1,110,497
public Dimension getPreferredSize(){ return new DrawingMethods().dPrimeGetPreferredSize(table.length); }
public Dimension getPreferredSize(){ return new DrawingMethods().dPrimeGetPreferredSize(table.length,info); }
1,110,500
public void paintComponent(Graphics g){ super.paintComponent(g); new DrawingMethods().dPrimeDraw(table, g); }
public void paintComponent(Graphics g){ super.paintComponent(g); new DrawingMethods().dPrimeDraw(table, info, vec, g); }
1,110,501
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
public CheckDataPanel(HaploData hd, boolean disp) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vec...
1,110,502
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
1,110,503
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
1,110,504
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
public CheckDataPanel(HaploData hd) throws IOException, PedFileException{ STATUS_COL = 8; setLayout(new BoxLayout(this,BoxLayout.Y_AXIS)); pedfile = hd.getPedFile(); theData = hd; Vector result = pedfile.getResults(); int numResults = result.size(); Vector tableColum...
1,110,505
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = tableModel.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols...
1,110,506
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
1,110,507
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
1,110,508
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
1,110,509
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
public void printTable(File outfile) throws IOException{ FileWriter checkWriter = null; if (outfile != null){ checkWriter = new FileWriter(outfile); } int numCols = table.getColumnCount(); StringBuffer header = new StringBuffer(); for (int i = 0; i < numCols; i++...
1,110,510
public void actionPerformed(ActionEvent evt) { Selectable invoker = pp.getSelection(); if (invoker instanceof TablePane) { TablePane tp = (TablePane) invoker; int idx = tp.getSelectedColumnIndex(); try { if (idx < 0) idx = tp.getModel().getChildCount(); } catch (ArchitectException e) { idx = 0; } t...
public void actionPerformed(ActionEvent evt) { Selectable invoker = pp.getSelection(); if (invoker instanceof TablePane) { TablePane tp = (TablePane) invoker; int idx = tp.getSelectedColumnIndex(); try { if (idx < 0) idx = tp.getModel().getColumnsFolder().getChildCount(); } catch (ArchitectException e) { ...
1,110,511
public void actionPerformed(ActionEvent evt) { Selectable invoker = pp.getSelection(); if (invoker instanceof TablePane) { TablePane tp = (TablePane) invoker; int idx = tp.getSelectedColumnIndex(); try { if (idx < 0) idx = tp.getModel().getChildCount(); } catch (ArchitectException e) { idx = 0; } t...
public void actionPerformed(ActionEvent evt) { Selectable invoker = pp.getSelection(); if (invoker instanceof TablePane) { TablePane tp = (TablePane) invoker; int idx = tp.getSelectedColumnIndex(); try { if (idx < 0) idx = tp.getModel().getChildCount(); } catch (ArchitectException e) { idx = 0; } t...
1,110,512
public static PlayPenComponentUI createUI(JComponent c) { logger.debug("Creating new IERelationshipUI for "+c); return new IERelationshipUI(); }
public static PlayPenComponentUI createUI(PlayPenComponent c) { logger.debug("Creating new IERelationshipUI for "+c); return new IERelationshipUI(); }
1,110,513
public void tallyCCInd(byte a1, byte a2, int cc){ //case = 0, control = 1 for int cc if (a1 >= 5 && a2 >= 5){ counts[cc][0]++; counts[cc][1]++; if (allele1 == 0){ allele1 = (byte)(a1 - 4); allele2 = (byte)(a2 - 4); } }els...
public void tallyCCInd(byte[] a, int cc){ if (cc == 2) cc = 0; byte a1 = a[0]; byte a2 = a[1]; //case = 0, control = 1 for int cc if (a1 >= 5 && a2 >= 5){ counts[cc][0]++; counts[cc][1]++; if (allele1 == 0){ allele1 = (byte)(a1 - 4); al...
1,110,516
protected static void addTablesToDatabase(SQLDatabase addTo) throws SQLException, ArchitectException { HashMap catalogs = new HashMap(); HashMap schemas = new HashMap(); synchronized (addTo) { Connection con = addTo.getConnection(); DatabaseMetaData dbmd = con.getMetaData(); ResultSet mdTables = null; try...
protected static void addTablesToDatabase(SQLDatabase addTo) throws SQLException, ArchitectException { HashMap catalogs = new HashMap(); HashMap schemas = new HashMap(); synchronized (addTo) { Connection con = addTo.getConnection(); DatabaseMetaData dbmd = con.getMetaData(); ResultSet mdTables = null; try...
1,110,518
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
1,110,519
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
1,110,520
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
1,110,521
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
public void actionPerformed(ActionEvent evt) { // update the progress bar logger.debug("updating progress bar..."); try { Integer jobSize = monitorable.getJobSize(); if (jobSize == null) { bar.setIndeterminate(true); } else { bar.setIndeterminate(false); bar.setMaximum(jobSize.intValue()); } if (...
1,110,522
public Tagger(Vector s, Vector include, Vector exclude, AlleleCorrelator ac){ this(s,include,exclude,ac,DEFAULT_RSQ_CUTOFF,AGGRESSIVE_TRIPLE, DEFAULT_MAXDIST, DEFAULT_MAXNUMTAGS); }
public Tagger(Vector s, Vector include, Vector exclude, AlleleCorrelator ac){ this(s,include,exclude,ac,DEFAULT_RSQ_CUTOFF,AGGRESSIVE_TRIPLE, DEFAULT_MAXDIST, DEFAULT_MAXNUMTAGS,true); }
1,110,524
private HashSet addTag(PotentialTag theTag,Hashtable potentialTagHash, Vector sitesToCapture) { Vector potentialTags = new Vector(potentialTagHash.values()); potentialTags.remove(theTag); potentialTagHash.remove(theTag.sequence); //newlyTagged contains alleles which were not tagged by an...
private HashSet addTag(PotentialTag theTag,Hashtable potentialTagHash, Vector sitesToCapture) { Vector potentialTags = new Vector(potentialTagHash.values()); potentialTags.remove(theTag); potentialTagHash.remove(theTag.sequence); //newlyTagged contains alleles which were not tagged by an...
1,110,525
private HashSet addTag(PotentialTag theTag,Hashtable potentialTagHash, Vector sitesToCapture) { Vector potentialTags = new Vector(potentialTagHash.values()); potentialTags.remove(theTag); potentialTagHash.remove(theTag.sequence); //newlyTagged contains alleles which were not tagged by an...
private HashSet addTag(PotentialTag theTag,Hashtable potentialTagHash, Vector sitesToCapture) { Vector potentialTags = new Vector(potentialTagHash.values()); potentialTags.remove(theTag); potentialTagHash.remove(theTag.sequence); //newlyTagged contains alleles which were not tagged by an...
1,110,526
public Date getCreateTime() { return createTime; }
public Date getCreateTime() { return createTime != null ? (Date) createTime.clone() : null; }
1,110,527
public void run(Context context, XMLOutput output) throws Exception { for ( int i = 0, size = scripts.length; i < size; i++ ) { Script script = scripts[i]; script.run( context, output ); } }
public void run(JellyContext context, XMLOutput output) throws Exception { for ( int i = 0, size = scripts.length; i < size; i++ ) { Script script = scripts[i]; script.run( context, output ); } }
1,110,528
public void doTag(final XMLOutput output) throws JellyTagException { if (file == null && uri == null) { throw new JellyTagException("This tag must define a 'file' or 'uri' attribute"); } InputStream is = null; if (file != null) { File f = new File(file); ...
public void doTag(final XMLOutput output) throws JellyTagException { if (file == null && uri == null) { throw new JellyTagException("This tag must define a 'file' or 'uri' attribute"); } InputStream is = null; if (file != null) { File f = new File(file); ...
1,110,529
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
1,110,531
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
1,110,532
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
void prepareMarkerInput(File infile, String[][] hapmapGoodies) throws IOException, HaploViewException{ //this method is called to gather data about the markers used. //It is assumed that the input file is two columns, the first being //the name and the second the absolute position. the maxdist ...
1,110,533
public int compareTo(Object o) { SortingHelper sh = (SortingHelper)o; if (sh.pos > pos){ return -1; }else if (sh.pos < pos){ return 1; }else{ ...
public int compareTo(Object o) { SortingHelper sh = (SortingHelper)o; if (sh.pos > pos){ return -1; }else if (sh.pos < pos){ return 1; }else{ ...
1,110,534
public ObjectInfo getMBeanInfo(ServiceContext context) throws ServiceException { canAccessThisMBean(context); ServerConnection serverConnection = context.getServerConnection(); ObjectInfo objectInfo = serverConnection.getObjectInfo(context.getObjectName()); retu...
public ObjectInfo getMBeanInfo(ServiceContext context) throws ServiceException { canAccessThisMBean(context); ServerConnection serverConnection = ServiceUtils.getServerConnectionEvenIfCluster( context.getApplicationConfig()); ObjectInfo objectInfo = serverConnection.ge...
1,110,536
public void addExportedKey(SQLRelationship r) { exportedKeys.add(r); }
public void addExportedKey(SQLRelationship r) { exportedKeysFolder.addChild(r); }
1,110,537
public void addImportedKey(SQLRelationship r) { importedKeys.add(r); }
public void addImportedKey(SQLRelationship r) { importedKeysFolder.addChild(r); }
1,110,538
void setupInfo() { URL buildPropertyURL = AboutDlg.class.getClassLoader().getResource( "buildinfo.properties"); Properties prop = new Properties(); try { InputStream is = buildPropertyURL.openStream(); prop.load( is ); } catch (IOException e ) { // Cannot...
void setupInfo() { URL buildPropertyURL = AboutDlg.class.getClassLoader().getResource( "buildinfo.properties"); Properties prop = new Properties(); try { InputStream is = buildPropertyURL.openStream(); prop.load( is ); } catch (IOException e ) { // Cannot...
1,110,541
void setupInfo() { URL buildPropertyURL = AboutDlg.class.getClassLoader().getResource( "buildinfo.properties"); Properties prop = new Properties(); try { InputStream is = buildPropertyURL.openStream(); prop.load( is ); } catch (IOException e ) { // Cannot...
void setupInfo() { URL buildPropertyURL = AboutDlg.class.getClassLoader().getResource( "buildinfo.properties"); Properties prop = new Properties(); try { InputStream is = buildPropertyURL.openStream(); prop.load( is ); } catch (IOException e ) { // Cannot...
1,110,542
public boolean saveOrSaveAs(boolean showChooser, boolean separateThread) { if (project.getFile() == null || showChooser) { JFileChooser chooser = new JFileChooser(project.getFile()); chooser.addChoosableFileFilter(ASUtils.ARCHITECT_FILE_FILTER); int response = chooser.showSaveDialog(ArchitectFrame.this); if (...
public boolean saveOrSaveAs(boolean showChooser, boolean separateThread) { if (project.getFile() == null || showChooser) { JFileChooser chooser = new JFileChooser(project.getFile()); chooser.addChoosableFileFilter(ASUtils.ARCHITECT_FILE_FILTER); int response = chooser.showSaveDialog(ArchitectFrame.this); if (...
1,110,543
public void run() { try { lastSaveOpSuccessful = false; project.setSaveInProgress(true); project.save(finalSeparateThread ? pm : null); lastSaveOpSuccessful = true; } catch (Exception ex) { lastSaveOpSuccessful = false; JOptionPane.showMessageDialog (ArchitectFrame.this, ...
public void run() { try { lastSaveOpSuccessful = false; project.setSaveInProgress(true); project.save(finalSeparateThread ? pm : null); lastSaveOpSuccessful = true; JOptionPane.showMessageDialog(ArchitectFrame.this, "Save successful"); } catch (Exception ex) { lastSaveOpSuccessful = fa...
1,110,544
public void run(Context context, XMLOutput output) throws Exception { // initialize all the properties of the tag before its used // if there is a problem abort this tag for ( int i = 0, size = expressions.length; i < size; i++ ) { Expression expression = expressions[i]; M...
public void run(Context context, XMLOutput output) throws Exception { // initialize all the properties of the tag before its used // if there is a problem abort this tag for ( int i = 0, size = expressions.length; i < size; i++ ) { Expression expression = expressions[i]; M...
1,110,545
public void dbStructureChanged(SQLObjectEvent e) { firePropertyChange("model.children", null, null); revalidate(); }
public void dbStructureChanged(SQLObjectEvent e) { firePropertyChange("model.children", null, null); revalidate(); }
1,110,548
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
1,110,549
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
1,110,550
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
public void endElement(String namespaceURI, String localName, String qName) throws SAXException { tagScript = (TagScript) tagScriptStack.remove(tagScriptStack.size() - 1); if (tagScript != null) { if (textBuffer.length() > 0) { script.addScript(new TextScript(textBuffe...
1,110,551
public void startElement( String namespaceURI, String localName, String qName, Attributes list) throws SAXException { try { // if this is a tag then create a script to run it // otherwise pass the text to the current body ...
public void startElement( String namespaceURI, String localName, String qName, Attributes list) throws SAXException { try { // if this is a tag then create a script to run it // otherwise pass the text to the current body ...
1,110,552
public Object get(Object key) { return context.getVariable( (String) key ); }
public Object get(Object key) { return context.findVariable( (String) key ); }
1,110,554
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { String formattedValue = new String(); if ( column < 5) { if (value == null) { formattedValue = "null"; } else ...
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { String formattedValue = new String(); if ( column < 5) { if (value == null) { formattedValue = "null"; } else ...
1,110,556