Bernard Labno

Results 23 issues of Bernard Labno

Currently there is some custom mechanism to report messages or exceptions. There is standard mechanism for that. Here is sample from POM-sorter plugin: ``` public final class Notifications { private...

``` java.lang.NullPointerException at git4idea.changes.GitCommittedChangeListProvider.getCommittedChangesImpl(GitCommittedChangeListProvider.java:140) at git4idea.changes.GitCommittedChangeListProvider.getCommittedChanges(GitCommittedChangeListProvider.java:122) at org.sylfra.idea.plugins.revu.utils.RevuVcsUtils.retrieveChanges(RevuVcsUtils.java:179) at org.sylfra.idea.plugins.revu.utils.RevuVcsUtils.chooseCommittedChangeList(RevuVcsUtils.java:160) at org.sylfra.idea.plugins.revu.ui.forms.review.FileScopeForm.selectChangeList(FileScopeForm.java:266) at org.sylfra.idea.plugins.revu.ui.forms.review.FileScopeForm$4.actionPerformed(FileScopeForm.java:101) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) ```

Often I'm editing some files and find out that there is a piece of code worth reporting QA issue. This is however too late to mark the code because the...

Right now to see if there are any issues with the file we have to grab the scrollbar and scroll it up and down. It would be great to see...

Support for kernel 3.X would be much appreciated. Currently sources don't compile.

Hi, I've modified (significantly) the plugin to allow using stuff rendered on the page to be used as carousel_data.

``` cd jpa/criteria mvn test -P wildfly-embedded-arquillian ``` ``` java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor at org.jboss.arquillian.container.impl.client.container.ContainerRegistryCreator.createRegistry(ContainerRegistryCreator.java:116) ```

Add integration test showing XA Datasource+JMS. Scenario: When user registers account then a record in DB must be created and email must be sent. Email must be send through JMS...