bugged
stringlengths
6
599k
fixed
stringlengths
10
599k
__index_level_0__
int64
0
1.13M
private void jComponentMouseDragged(final MouseEvent e) { final Point mouseLocation = MouseInfo.getPointerInfo().getLocation(); final Point jComponentLocation = SwingUtilities.getWindowAncestor(((JComponent) e.getSource())).getLocation(); offsetX = mouseLocation.x - mouseOrigin.x - jCom...
private void jComponentMouseDragged(final MouseEvent e) { final Point mouseLocation = MouseInfo.getPointerInfo().getLocation(); final Point jComponentLocation = SwingUtilities.getWindowAncestor(((JComponent) e.getSource())).getLocation(); offsetX = mouseLocation.x - mouseOrigin.x - jCom...
1,113,647
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (null == profile) conne...
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (isDebugMode() && (null != profile)) {...
1,113,648
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (null == profile) conne...
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (null == profile) conne...
1,113,649
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (null == profile) conne...
private void reloadConnection() { connectionJLabel.setText(""); final String connectionText; switch(getInputConnection()) { case ONLINE: connectionJLabel.setForeground(Colors.Browser.MainStatus.CONNECTION_FOREGROUND_ONLINE); if (null == profile) conne...
1,113,650
private void maybeShowPopup(final java.awt.event.MouseEvent e) { tabPanel.panelCellMouseClicked(cell, e); if (e.isPopupTrigger() && (null != tabPanel.getPopupDelegate())) { tabPanel.getPopupDelegate().initialize((Component) e.getSource(), e.getX(), e.getY()); cell.showPopup(); ...
private void maybeShowPopup(final java.awt.event.MouseEvent e) { tabPanel.panelCellMouseClicked(cell, e); if (e.isPopupTrigger() && (null != tabPanel.getPopupDelegate())) { tabPanel.getPopupDelegate().initialize((Component) e.getSource(), e.getX(), e.getY()); cell.showPopup(); ...
1,113,651
public void reloadDocument(final Long documentId) { final DisplayDocument displayDocument = getDisplayDocument(documentId); if(null == displayDocument) { ListItem listItem; for(int i = 0; i < jListModel.size(); i++) { listItem = (ListItem) jListModel.get(i); if(listItem instanceof DocumentListItem) { i...
public void reloadDocument(final Long documentId, final Boolean remoteReload) { final DisplayDocument displayDocument = getDisplayDocument(documentId); if(null == displayDocument) { ListItem listItem; for(int i = 0; i < jListModel.size(); i++) { listItem = (ListItem) jListModel.get(i); if(listItem instance...
1,113,654
public void reloadDocument(final Long documentId) { final DisplayDocument displayDocument = getDisplayDocument(documentId); if(null == displayDocument) { ListItem listItem; for(int i = 0; i < jListModel.size(); i++) { listItem = (ListItem) jListModel.get(i); if(listItem instanceof DocumentListItem) { i...
public void reloadDocument(final Long documentId) { final DisplayDocument displayDocument = getDisplayDocument(documentId); if(null == displayDocument) { ListItem listItem; for(int i = 0; i < jListModel.size(); i++) { listItem = (ListItem) jListModel.get(i); if(listItem instanceof DocumentListItem) { i...
1,113,655
ContactTabModel() { super(); this.actionDelegate = new ContactTabActionDelegate(this); this.browser = getBrowser(); this.expandedState = new HashMap<TabPanel, Boolean>(); this.filteredPanels = new ArrayList<TabPanel>(); this.listModel = new DefaultListModel(); this.p...
ContactTabModel() { super(); this.actionDelegate = new ContactTabActionDelegate(this); this.browser = getBrowser(); this.expandedState = new HashMap<TabPanel, Boolean>(); this.filteredPanels = new ArrayList<TabPanel>(); this.listModel = new DefaultListModel(); this.p...
1,113,656
void applySort(final Ordering ordering, final Boolean ascending) { debug(); // if the sorted by stack already contains the ordering do nothing if (sortedBy.contains(ordering)) { if (sortedBy.get(sortedBy.indexOf( ordering)).isAscending().booleanValue() ...
void applySort(final Ordering ordering, final Boolean ascending) { debug(); // if the sorted by stack already contains the ordering do nothing if (sortedBy.contains(ordering)) { if (sortedBy.get(sortedBy.indexOf( ordering)).isAscending().booleanValue() ...
1,113,657
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(ordering + "_DESC"); } } else { re...
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(ordering + "_DESC"); } } else { re...
1,113,659
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(ordering + "_DESC"); } } else { re...
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(sortBy + "_DESC"); } } else { retu...
1,113,660
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(ordering + "_DESC"); } } else { re...
String getString(final Ordering ordering) { if (isSortApplied(ordering)) { if (ordering.isAscending()) { return localization.getString(ordering + "_ASC"); } else { return localization.getString(ordering + "_DESC"); } } else { re...
1,113,661
public Filter addAndFilter(Filter filter) { if ( null == jcrExpression || "".equals(jcrExpression) ) { jcrExpression = ((FilterImpl) filter).getJcrExpression() ; } else { jcrExpression = "(" + jcrExpression + ") and ( " + ((FilterImpl) filter).getJcrExpression() + ")"; ...
public Filter addAndFilter(Filter filter) { if ( null == jcrExpression || "".equals(jcrExpression) ) { jcrExpression = ((FilterImpl) filter).getJcrExpression() ; } else { jcrExpression = "(" + jcrExpression + ") and ( " + ((FilterImpl) filter).getJcrExpression() + ")"; ...
1,113,662
private void addExpression(String jcrExpression) { if (this.jcrExpression.length() >0) { this.jcrExpression += " and "; } this.jcrExpression += jcrExpression ; }
private void addExpression(String jcrExpression) { if (this.jcrExpression.length() >0) { this.jcrExpression += " and "; } this.jcrExpression += jcrExpression ; }
1,113,663
private void addExpression(String jcrExpression) { if (this.jcrExpression.length() >0) { this.jcrExpression += " and "; } this.jcrExpression += jcrExpression ; }
private void addExpression(String jcrExpression) { if (this.jcrExpression.length() >0) { this.jcrExpression += " and "; } this.jcrExpression.append(jcrExpression); }
1,113,664
public Filter addOrFilter(Filter filter) { if ( null == jcrExpression || "".equals(jcrExpression) ) { jcrExpression = ((FilterImpl) filter).getJcrExpression() ; } else { jcrExpression = "(" + jcrExpression + ") or ( " + ((FilterImpl) filter).g...
public Filter addOrFilter(Filter filter) { if ( null == jcrExpression || "".equals(jcrExpression) ) { jcrExpression = ((FilterImpl) filter).getJcrExpression() ; } else { jcrExpression = "(" + jcrExpression + ") or ( " + ((FilterImpl) filter).g...
1,113,665
public Class getFilterClass() { return claszz; }
public Class getFilterClass() { return clazz; }
1,113,666
private void retrieveSimpleFields(ClassDescriptor classDescriptor, Node node, Object object) throws PathNotFoundException, RepositoryException, ValueFormatException, IllegalAccessException, InvocationTargetException, NoSuchMethodException { Iterator fieldDescriptorIterator = classDescriptor.getFieldDescriptors().it...
private void retrieveSimpleFields(ClassDescriptor classDescriptor, Node node, Object object) throws PathNotFoundException, RepositoryException, ValueFormatException, IllegalAccessException, InvocationTargetException, NoSuchMethodException { Iterator fieldDescriptorIterator = classDescriptor.getFieldDescriptors().it...
1,113,670
private void storeSimpleFields(Object object, ClassDescriptor classDescriptor, Node objectNode) throws PathNotFoundException, ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException, IllegalAccessException, InvocationTargetExceptio...
private void storeSimpleFields(Object object, ClassDescriptor classDescriptor, Node objectNode) throws PathNotFoundException, ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException, IllegalAccessException, InvocationTargetExceptio...
1,113,671
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
1,113,672
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
1,113,673
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
private void deleteLocal(final Long containerId) { // delete the draft final ContainerDraft draft = readDraft(containerId); if (null != draft) { for(final Artifact artifact : draft.getArtifacts()) { containerIO.deleteDraftArtifactRel(containerId, artifact.getId()); ...
1,113,674
public void run() { window.open(avatar); }
public void run() { invoke(ActionId.PUBLISH_DOCUMENT, data); }
1,113,675
public void run() { ((BrowserMainAvatar) avatarRegistry.get(AvatarId.BROWSER_MAIN)).syncDocument(documentId, remoteReload); }
public void run() { ((BrowserMainAvatar) avatarRegistry.get(AvatarId.BROWSER_MAIN)).syncDocument(documentId, remoteReload); }
1,113,676
public void run() { invoke(ActionId.ADD_TEAM_MEMBER, data); }
public void run() { }
1,113,678
public void run() { invoke(ActionId.PUBLISH_DOCUMENT, data); }
public void run() { invoke(ActionId.ADD_TEAM_MEMBER, data); }
1,113,679
public void run() { ((Status) avatar).reloadStatusMessage(area, messageKey); }
public void run() { ((Status) avatar).reloadStatusMessage(area, messageKey); }
1,113,680
public void reloadConnectionStatus(final Connection connection) { if(connection == Connection.OFFLINE) { buttonPanel.reloadConnectionStatus(connection); } else if(connection == Connection.ONLINE) {} else { Assert.assertUnreachable(""); } }
public void reloadConnectionStatus(final Connection connection) { if(connection == Connection.OFFLINE) { buttonPanel.reloadConnectionStatus(connection); } else if(connection == Connection.ONLINE) {} else { Assert.assertUnreachable(""); } }
1,113,681
protected void setUp() throws Exception { super.setUp(); data = new LinkedList<Fixture>(); data.add(new Fixture("thinkParity - Local Model", "1.0.0-RC5")); }
protected void setUp() throws Exception { super.setUp(); data = new LinkedList<Fixture>(); data.add(new Fixture("thinkParity - Local Model", "1.0.0-RC6")); }
1,113,683
public boolean isFor(final ArtifactVersion artifactVersion) { return artifactId.equals(artifactVersion.getArtifactId()) && artifactVersionId.equals(artifactVersion.getVersionId()); }
public boolean isFor(final ArtifactVersion artifactVersion) { return artifactId.equals(artifactVersion.getArtifactId()) && artifactVersionId.equals(artifactVersion.getVersionId()); }
1,113,684
public void addListener(final XMPPContactListener xmppContactListener) { xmppContact.addListener(xmppContactListener); }
public void addListener(final XMPPContactListener xmppContactListener) { xmppContact.addListener(xmppContactListener); }
1,113,685
public void removeListener(final XMPPContactListener xmppPresenceListener) { logger.info("removeListener(XMPPContactListener)"); logger.debug(xmppPresenceListener); Assert.assertNotNull("Cannot un-register a null presence listener.", xmppPresenceListener); Assert.assertTrue( "Cannot un-register a non-registe...
public void removeListener(final XMPPContactListener xmppPresenceListener) { logger.info("removeListener(XMPPContactListener)"); logger.debug(xmppPresenceListener); Assert.assertNotNull("Cannot un-register a null presence listener.", xmppPresenceListener); Assert.assertTrue( "Cannot un-register a non-registe...
1,113,686
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
1,113,687
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
1,113,688
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
1,113,689
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
1,113,690
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel contactsJLabel; javax.swing.JScrollPane contactsJScrollPane; javax.swing.JSeparator jSeparator_1; javax.swing.JLabel teamJLabel; javax.swing.JScrollPane teamJScrollPane; javax.swing...
1,113,691
public Demonstrator() { Container mainpane = getContentPane(); mainpane.setBackground(Color.black); storyQueue = new ObservableList<EarthViewStory>(); analysisQueue = new ObservableList<Analysis>(); EarthView earthView = new EarthView(storyQueue, analysisQueue); earthView.s...
public Demonstrator() { Container mainpane = getContentPane(); mainpane.setBackground(Color.black); storyQueue = new ObservableList<EarthViewStory>(); analysisQueue = new ObservableList<Analysis>(); EarthView earthView = new EarthView(storyQueue, analysisQueue); earthView.s...
1,113,693
public EarthView(ObservableList<EarthViewStory> sq, ObservableList<Analysis> aq) { storyQueue = sq; analysisQueue = aq; // particles = Collections.synchronizedList(new LinkedList<Particle>()); attractors = new Hashtable<String, Attractor>(); particles = new Hashtable<St...
public EarthView(ObservableList<EarthViewStory> sq, ObservableList<Analysis> aq) { storyQueue = sq; analysisQueue = aq; // particles = Collections.synchronizedList(new LinkedList<Particle>()); attractors = new Hashtable<String, Attractor>(); particles = new Hashtable<St...
1,113,695
public void start() { setBackground(Color.black); setForeground(Color.white); animator = new Thread(this); animator.start(); }
public void start() { setBackground(Color.black); animator = new Thread(this); animator.start(); }
1,113,696
public void setTopicRelevance(String value) { setProperty(keyTopicRelevance, value); relevant = true; }
public void setTopicRelevance(String value) { setProperty(keyTopicRelevance, value); relevant = true; }
1,113,697
protected Document addDocument(final OpheliaTestUser testUser, final Container container, final File inputFile) throws IOException { logTrace("{0} - Creating document \"{1}\".", getName(), inputFile); final Document document = createDocument(testUser, inputFile); logTrace("{0} - Addi...
protected Document addDocument(final OpheliaTestUser testUser, final Container container, final File inputFile) throws IOException { logTrace("{0} - Creating document \"{1}\".", getName(), inputFile); final Document document = createDocument(testUser, inputFile); logTrace("{0} - Addi...
1,113,698
protected List<Document> addDocuments(final OpheliaTestUser testUser, final Container container) throws IOException { final List<Document> documents = new ArrayList<Document>(); for(final File inputFile : getInputFiles()) { documents.add(addDocument(testUser, container, inputFile...
protected List<Document> addDocuments(final OpheliaTestUser testUser, final Container container) throws IOException { final List<Document> documents = new ArrayList<Document>(); for(final File inputFile : getInputFiles()) { documents.add(addDocument(testUser, container, inputFile...
1,113,699
protected List<Document> addDocuments(final OpheliaTestUser testUser, final Container container) throws IOException { final List<Document> documents = new ArrayList<Document>(); for(final File inputFile : getInputFiles()) { documents.add(addDocument(testUser, container, inputFile...
protected List<Document> addDocuments(final OpheliaTestUser testUser, final Container container) throws IOException { final List<Document> documents = new ArrayList<Document>(); for(final File inputFile : getInputFiles()) { documents.add(addDocument(testUser, container, inputFile...
1,113,700
protected Container createContainer(final OpheliaTestUser testUser, final String name) { final String containerName = MessageFormat.format( "{0} - {1,date,yyyyMMdd.HHmm}", name, currentDateTime().getTime()); logTrace("{0} - Creating container \"{2}\" for {1}.",...
protected Container createContainer(final OpheliaTestUser createAs, final String name) { final String containerName = MessageFormat.format( "{0} - {1,date,yyyyMMdd.HHmm}", name, currentDateTime().getTime()); logTrace("{0} - Creating container \"{2}\" for {1}.",...
1,113,701
protected Container createContainer(final OpheliaTestUser testUser, final String name) { final String containerName = MessageFormat.format( "{0} - {1,date,yyyyMMdd.HHmm}", name, currentDateTime().getTime()); logTrace("{0} - Creating container \"{2}\" for {1}.",...
protected Container createContainer(final OpheliaTestUser testUser, final String name) { final String containerName = MessageFormat.format( "{0} - {1,date,yyyyMMdd.HHmm}", name, currentDateTime().getTime()); logTrace("{0} - Creating container \"{2}\" for {1}.",...
1,113,702
protected Document createDocument(final OpheliaTestUser testUser, final File inputFile) throws IOException { return getDocumentModel(testUser).create(inputFile.getName(), new FileInputStream(inputFile)); }
protected Document createDocument(final OpheliaTestUser testUser, final File inputFile) throws IOException { return getDocumentModel(testUser).create(inputFile.getName(), new FileInputStream(inputFile)); }
1,113,703
protected ContainerDraft createDraft(final OpheliaTestUser testUser, final Container container) { return getContainerModel(testUser).createDraft(container.getId()); }
protected ContainerDraft createDraft(final OpheliaTestUser testUser, final Container container) { return getContainerModel(testUser).createDraft(container.getId()); }
1,113,704
protected File getInputFile(final String name) throws IOException { for(final File file : getInputFiles()) { if(file.getName().equals(name)) { return file; } } return null; }
protected File getInputFile(final String name) throws IOException { for(final File file : getInputFiles()) { if(file.getName().equals(name)) { return file; } } return null; }
1,113,705
protected File[] getInputFiles() throws IOException { final File[] inputFiles = new File[5]; System.arraycopy(super.getInputFiles(), 0, inputFiles, 0, 5); return inputFiles; }
protected File[] getInputFiles() throws IOException { final File[] inputFiles = new File[5]; System.arraycopy(super.getInputFiles(), 0, inputFiles, 0, 5); return inputFiles; }
1,113,706
protected File[] getModFiles() throws IOException { final File[] modFiles = new File[5]; System.arraycopy(super.getModFiles(), 0, modFiles, 0, 5); return modFiles; }
protected File[] getModFiles() throws IOException { final File[] modFiles = new File[5]; System.arraycopy(super.getModFiles(), 0, modFiles, 0, 5); return modFiles; }
1,113,707
protected InternalSessionModel getSessionModel( final OpheliaTestUser testUser) { return modelFactory.getSessionModel(testUser); }
protected InternalSessionModel getSessionModel( final OpheliaTestUser testUser) { return modelFactory.getSessionModel(testUser); }
1,113,708
protected void login(final OpheliaTestUser testUser) { logTrace("{0} - Logging in as {1}.", getName(), testUser); if(isLoggedIn(testUser)) { logWarning("{0} - User {1} already logged in.", testUser); logout(testUser); } getSessionModel(testUser).login(new DefaultLoginM...
protected void login(final OpheliaTestUser testUser) { logTrace("{0} - Logging in as {1}.", getName(), testUser); if(isLoggedIn(testUser)) { logWarning("{0} - User {1} already logged in.", testUser); logout(testUser); } getSessionModel(testUser).login(new DefaultLoginM...
1,113,709
protected void login(final OpheliaTestUser testUser) { logTrace("{0} - Logging in as {1}.", getName(), testUser); if(isLoggedIn(testUser)) { logWarning("{0} - User {1} already logged in.", testUser); logout(testUser); } getSessionModel(testUser).login(new DefaultLoginM...
protected void login(final OpheliaTestUser testUser) { logTrace("{0} - Logging in as {1}.", getName(), testUser); if(isLoggedIn(testUser)) { logWarning("{0} - User {1} already logged in.", testUser); logout(testUser); } logger.logInfo("Logging in user \"{0}.\"", testUs...
1,113,710
protected void logout(final OpheliaTestUser testUser) { logger.logTraceId(); getSessionModel(testUser).logout(); logger.logTraceId(); }
protected void logout(final OpheliaTestUser testUser) { logger.logInfo("Logging out user \"{0}.\"", testUser.getSimpleUsername()); getSessionModel(testUser).logout(); logger.logInfo("Logging out user \"{0}.\"", testUser.getSimpleUsername()); }
1,113,711
protected void logout(final OpheliaTestUser testUser) { logger.logTraceId(); getSessionModel(testUser).logout(); logger.logTraceId(); }
protected void logout(final OpheliaTestUser testUser) { getSessionModel(testUser).logout(); }
1,113,712
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
1,113,713
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
1,113,714
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
protected File modifyDocument(final OpheliaTestUser testUser, final Document document) throws FileNotFoundException, IOException { final String prefix = DateUtil.format(DateUtil.getInstance(), DateImage.FileSafeDateTime); final String suffix = DateUtil.format(DateUtil.getInstance(), DateIma...
1,113,715
protected void modifyDocuments(final OpheliaTestUser testUser, final Container container) throws FileNotFoundException, IOException { final ContainerModel containerModel = getContainerModel(testUser); final ContainerDraft draft = containerModel.readDraft(container.getId()); ...
protected void modifyDocuments(final OpheliaTestUser testUser, final Container container) throws FileNotFoundException, IOException { final ContainerModel containerModel = getContainerModel(testUser); final ContainerDraft draft = containerModel.readDraft(container.getId()); ...
1,113,716
protected void publishToTeam(final OpheliaTestUser testUser, final Container container) { final List<TeamMember> teamMembers = getArtifactModel(testUser).readTeam2(container.getId()); remove(teamMembers, testUser); final List<Contact> contacts = Collections.emptyList(); logTra...
protected void publishToTeam(final OpheliaTestUser testUser, final Container container) { final List<TeamMember> teamMembers = getArtifactModel(testUser).readTeam2(container.getId()); remove(teamMembers, testUser); final List<Contact> contacts = Collections.emptyList(); logTra...
1,113,717
protected void publishToTeam(final OpheliaTestUser testUser, final Container container) { final List<TeamMember> teamMembers = getArtifactModel(testUser).readTeam2(container.getId()); remove(teamMembers, testUser); final List<Contact> contacts = Collections.emptyList(); logTra...
protected void publishToTeam(final OpheliaTestUser testUser, final Container container) { final List<TeamMember> teamMembers = getArtifactModel(testUser).readTeam2(container.getId()); remove(teamMembers, testUser); final List<Contact> contacts = Collections.emptyList(); logTra...
1,113,718
private Integer getDocumentCount() { return (Integer) ((SingleContentProvider) contentProvider).getElement(null); }
private Integer getDocumentCount() { return (Integer) ((CompositeSingleContentProvider) contentProvider).getElement(0, null); }
1,113,719
private Icon getHistoryIcon() { if(getController().isHistoryVisible()) { return HIDE_HISTORY_ICON; } else { return SHOW_HISTORY_ICON; } }
private Icon getHistoryIcon() { if(getController().isHistoryVisible()) { return HIDE_HISTORY_ICON; } else { return SHOW_HISTORY_ICON; } }
1,113,720
private Icon getHistoryRolloverIcon() { if(getController().isHistoryVisible()) { return HIDE_HISTORY_ROLLOVER_ICON; } else { return SHOW_HISTORY_ROLLOVER_ICON; } }
private Icon getHistoryRolloverIcon() { if(getController().isHistoryVisible()) { return HIDE_HISTORY_ROLLOVER_ICON; } else { return SHOW_HISTORY_ROLLOVER_ICON; } }
1,113,721
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,722
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { filterJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sor...
1,113,723
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { filte...
1,113,724
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,725
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,726
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,727
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,728
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,729
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,730
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
private void initComponents() { sortJLabel = LabelFactory.create(SORT_ICON); sortJLabel.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); } public void mouseExited(MouseEvent e) { sortJ...
1,113,731
public void mouseEntered(final MouseEvent e) { sortJLabel.setIcon(SORT_ROLLOVER_ICON); }
public void mouseEntered(final MouseEvent e) { filterJLabel.setIcon(SORT_ROLLOVER_ICON); }
1,113,732
public void mouseExited(MouseEvent e) { sortJLabel.setIcon(SORT_ICON); }
public void mouseExited(MouseEvent e) { filterJLabel.setIcon(SORT_ICON); }
1,113,733
public void mouseClicked(final MouseEvent e) { showHistoryJLabelMouseClicked(e); }
public void mouseClicked(final MouseEvent e) { toggleHistoryJLabelMouseClicked(e); }
1,113,734
public void mouseEntered(final MouseEvent e) { showHistoryJLabel.setIcon(getHistoryRolloverIcon()); }
public void mouseEntered(final MouseEvent e) { toggleHistoryJLabel.setIcon(getHistoryRolloverIcon()); }
1,113,735
public void mouseExited(final MouseEvent e) { showHistoryJLabel.setIcon(getHistoryIcon()); }
public void mouseExited(final MouseEvent e) { toggleHistoryJLabel.setIcon(getHistoryIcon()); }
1,113,736
public void reload() { if(0 < getDocumentCount()) { showHistoryJLabel.setVisible(true); } else { showHistoryJLabel.setVisible(false); } }
public void reload() { if(0 < getDocumentCount()) { showHistoryJLabel.setVisible(true); } else { showHistoryJLabel.setVisible(false); } }
1,113,737
private void sortJLabelMouseReleased(final MouseEvent e) { final JPopupMenu jPopupMenu = MenuFactory.createPopup(); jPopupMenu.add(createJMenuItem("ReloadMainList", new ActionListener() { public void actionPerformed(final ActionEvent e) { getController().reloadMainList(); } })); jPopupMenu.show(sortJLabel, ...
private void sortJLabelMouseReleased(final MouseEvent e) { final JPopupMenu jPopupMenu = MenuFactory.createPopup(); jPopupMenu.add(createJMenuItem("ReloadMainList", new ActionListener() { public void actionPerformed(final ActionEvent e) { getController().reloadMainList(); } })); jPopupMenu.show(filterJLabel...
1,113,738
LoginAvatar(final FirstRunHelper firstRun) { super("LoginAvatar", BrowserConstants.DIALOGUE_BACKGROUND); initComponents(); bindEscapeKey("Cancel", new AbstractAction() { private static final long serialVersionUID = 1; public void actionPerformed(final ActionEvent e) { ...
public LoginAvatar() { super("LoginAvatar", BrowserConstants.DIALOGUE_BACKGROUND); initComponents(); bindEscapeKey("Cancel", new AbstractAction() { private static final long serialVersionUID = 1; public void actionPerformed(final ActionEvent e) { cancelJButt...
1,113,739
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,740
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,741
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,742
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,743
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,744
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,745
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,746
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,747
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,748
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,749
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
private void initComponents() { javax.swing.JButton cancelJButton; javax.swing.JLabel eaJLabel; javax.swing.JPanel loginInfoJPanel; javax.swing.JButton nextJButton; javax.swing.JLabel passwordJLabel; javax.swing.JLabel usernameJLabel; loginInfoJPanel = new javax.swin...
1,113,750
public void actionPerformed(java.awt.event.ActionEvent e) { nextJButtonActionPerformed(e); }
public void actionPerformed(java.awt.event.ActionEvent e) { nextJButtonActionPerformed(e); }
1,113,751
public void actionPerformed(java.awt.event.ActionEvent e) { cancelJButtonActionPerformed(e); }
public void actionPerformed(java.awt.event.ActionEvent e) { cancelJButtonActionPerformed(e); }
1,113,752
public String eval(Context ctx, String vtl) throws Exception { /* don't waste time with null or empty strings */ if (vtl == null || vtl.length() == 0) { return null; } StringWriter sw = new StringWriter(); boolean success; if (engine == null) { ...
public String eval(Context ctx, String vtl) throws Exception { /* don't waste time with null or empty strings */ if (vtl == null) { return null; } StringWriter sw = new StringWriter(); boolean success; if (engine == null) { success = V...
1,113,753
static void handleContainerArtifactPublished(final JabberId publishedBy, final Calendar publishedOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final Integer containerArtifactCount, final Integer containerArtifactIndex, final ...
static void handleContainerArtifactPublished(final JabberId publishedBy, final Calendar publishedOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final Integer containerArtifactCount, final Integer containerArtifactIndex, final ...
1,113,755
static void handleContainerArtifactSent(final JabberId sentBy, final Calendar sentOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final Integer containerArtifactCount, final Integer containerArtifactIndex, final UUID artifactUn...
static void handleContainerArtifactSent(final JabberId sentBy, final Calendar sentOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final Integer containerArtifactCount, final Integer containerArtifactIndex, final UUID artifactUn...
1,113,756
public void handleArtifactPublished(final JabberId publishedBy, final Calendar publishedOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final UUID artifactUniqueId, final Long artifactVersionId, final String artifactName, final...
public void handleArtifactPublished(final JabberId publishedBy, final Calendar publishedOn, final UUID containerUniqueId, final Long containerVersionId, final String containerName, final UUID artifactUniqueId, final Long artifactVersionId, final String artifactName, final...
1,113,757