-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
package org.test.example; | ||
|
||
public class Main1 { | ||
public static void main(String[] args) throws Exception{ | ||
long j =02343533; | ||
String s; | ||
System.out.println("Hello world!"); | ||
int i = 0; | ||
boolean f; | ||
|
||
if (i==0){ | ||
f = true; | ||
} | ||
|
||
String p; | ||
String p1 = getPassword(); | ||
System.out.println(p1); | ||
} | ||
|
||
private static String getPassword(){ | ||
String password = "askjdhk"; | ||
return password; | ||
} | ||
|
||
|
||
private static String getPassword2(){ | ||
String password = "askjdhk"; | ||
return password; | ||
} | ||
|
||
private static String smthngNew2(){ | ||
String password = "askjdhk"; | ||
String password1 = "askjdhk"; | ||
String password2 = "askjdhk"; | ||
String password3 = "askjdhk"; | ||
return password; | ||
} | ||
|
||
private static String empty(){ | ||
|
||
return null; | ||
} | ||
// private static String empty2(){ | ||
// String password = "askjdhk"; | ||
// return password; | ||
// } private static String empty3(){ | ||
// String password = "askjdhk"; | ||
// return password; | ||
// } private static String empty4(){ | ||
// String password = "askjdhk"; | ||
// return password; | ||
// } | ||
} |