mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
IDEA-90860 Reformat Code breaks Copyright/Header
Test fixes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
class C {
|
||||
{
|
||||
String q = (String) ( (String)"abc" );
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class C {
|
||||
{
|
||||
String q = (String) ((String) "abc");
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
public class Foo {
|
||||
public void foo(boolean a, int x,
|
||||
int y, int z) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
public class Foo {
|
||||
public void foo(boolean a, int x,
|
||||
int y, int z) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class X {
|
||||
void Y() {
|
||||
z: for (int i = 0; i < 24; i++) {}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class X {
|
||||
void Y() {
|
||||
z:
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
public class C {
|
||||
C ourC =
|
||||
new C(
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
public class C {
|
||||
C ourC =
|
||||
new C(
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class Foo {
|
||||
public void foo(){
|
||||
return _status == EnhancedMemberOrderStatus.EDITING
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class Foo {
|
||||
public void foo() {
|
||||
return _status == EnhancedMemberOrderStatus.EDITING
|
||||
|
||||
Reference in New Issue
Block a user