mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
removed default file header, because it adds no information but subtracts attention and space
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 23.01.2003
|
||||
* Time: 17:06:57
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class Dot9 {
|
||||
public static class A{
|
||||
public A(){}
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 27.01.2003
|
||||
* Time: 19:35:37
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class Dot11 extends A {
|
||||
void foo1(){}
|
||||
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 27.01.2003
|
||||
* Time: 19:37:12
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
|
||||
public class Dot12 extends A {
|
||||
void foo1(){}
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 23.01.2003
|
||||
* Time: 15:04:45
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class Dot8 {
|
||||
|
||||
{
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 23.01.2003
|
||||
* Time: 17:06:57
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class Dot9 {
|
||||
public static class A{
|
||||
public A(){}
|
||||
|
||||
-7
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource9 {
|
||||
private int aField;
|
||||
public void foo() {
|
||||
|
||||
-7
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource9 {
|
||||
private int aField;
|
||||
public void foo() {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:07:18 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource2 {
|
||||
int aaa = 0;
|
||||
public void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource3 {
|
||||
int aaa = 0;
|
||||
public static void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource4 {
|
||||
int aaa = 0;
|
||||
public static void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource5 {
|
||||
|
||||
public static class inner{
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource6 {
|
||||
int aaa = bbb<caret>
|
||||
int bbb = 0;
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource7 {
|
||||
public void foo(){
|
||||
int aaa = b<caret>
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource8 {
|
||||
static {
|
||||
int aaa = b<caret>
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource9 {
|
||||
static {
|
||||
int bbb = 0;
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:07:18 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource2 {
|
||||
int aaa = 0;
|
||||
public void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource3 {
|
||||
int aaa = 0;
|
||||
public static void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource4 {
|
||||
int aaa = 0;
|
||||
public static void foo(){
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource5 {
|
||||
|
||||
public static class inner{
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource6 {
|
||||
int aaa = b<caret>
|
||||
int bbb = 0;
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource7 {
|
||||
public void foo(){
|
||||
int aaa = b<caret>
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource8 {
|
||||
static {
|
||||
int aaa = b<caret>
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package codeInsight.completion.variables.locals;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igork
|
||||
* Date: Nov 25, 2002
|
||||
* Time: 3:10:08 PM
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestSource9 {
|
||||
static {
|
||||
int bbb = 0;
|
||||
|
||||
Reference in New Issue
Block a user