[ https://issues.jboss.org/browse/JBIDE-24797?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24797:
-------------------------------
Sprint: devex #139 October 2017, devex #143 January 2018, devex #144 January 2018 (was: devex #139 October 2017, devex #143 January 2018)
> Code formatter: define and hook code formatting enforcement for github PRs
> --------------------------------------------------------------------------
>
> Key: JBIDE-24797
> URL: https://issues.jboss.org/browse/JBIDE-24797
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: devdoc, hibernate, openshift, server
> Affects Versions: 4.5.0.Final
> Reporter: Andre Dietisheim
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.x
>
>
> Code formatting differs across developers. We should be at least consistent since odd formatting makes reading code more difficult for obvious reasons.
> The most prominent differences I am aware of are
> * use spaces vs tabs
> * differences in formatting "if statements" (as displayed [here|https://github.com/jbosstools/jbosstools-openshift/pull/1536/files#d...]):
> {code}
> if(XX){
> {code}
> vs
> {code}
> if (XX) {
> {code}
> * insonsitent code identations like displayed [here|https://github.com/jbosstools/jbosstools-openshift/pull/1535/files#d...]:
> {code}
> public void method() {
> int i = 0;
> i++;
> i +=2;
> {code}
> * odd identations of whole anonymous classes as displayed [here|https://github.com/jbosstools/jbosstools-openshift/pull/1531/files#d...]
> {code}
> class Listener {
> int i = 0;
> public void method() {
> }
> }
> {code}
> * multiple empty lines for no obvious reason like shown [here|https://github.com/jbosstools/jbosstools-openshift/pull/1535/files#d...]
> {code}
> public class ZZ {
> int i = 0;
> i++
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/JBIDE-24880?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24880:
-------------------------------
Sprint: devex #143 January 2018, devex #144 January 2018 (was: devex #143 January 2018)
> deprecate SOAP from jbosstools-webservices
> ------------------------------------------
>
> Key: JBIDE-24880
> URL: https://issues.jboss.org/browse/JBIDE-24880
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite, webservices
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 4.5.x
>
> Attachments: Screenshot from 2018-01-23 14-37-52.png
>
>
> [~psrna] suggests we deprecate the SOAP stuff in Webservices.
> I'll let him explain which feature(s) are included in this suggestion.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ERT-570?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-570:
---------------------------
Sprint: devex #142 December 2017, devex #143 January 2018, devex #144 January 2018 (was: devex #142 December 2017, devex #143 January 2018)
> Investigate/start work on menu popup issues
> -------------------------------------------
>
> Key: ERT-570
> URL: https://issues.jboss.org/browse/ERT-570
> Project: Eclipse Release Train
> Issue Type: Task
> Reporter: Eric Williams
> Assignee: Eric Williams
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/JBIDE-25554?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25554:
-------------------------------
Sprint: devex #143 January 2018, devex #144 January 2018 (was: devex #143 January 2018)
> Fuse PR build jobs are failing on dev-platform CCI Jenkins
> ----------------------------------------------------------
>
> Key: JBIDE-25554
> URL: https://issues.jboss.org/browse/JBIDE-25554
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, fusetools
> Affects Versions: 4.5.2.AM2
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Fix For: 4.5.x
>
> Attachments: fuse-prs-green.png, log.txt
>
>
> The job jbosstools-fuse_PullRequest is failing on dev-platform but it passes on fusesource. See the attached log file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)