-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed progress bar and small refractoring
- Loading branch information
1 parent
4da3ee3
commit 71bd8b1
Showing
18 changed files
with
60 additions
and
61 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...inputCodeBeautifier/BlankLineRemover.java → src/codeBeautifier/BlankLineRemover.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package inputCodeBeautifier; | ||
package codeBeautifier; | ||
|
||
import java.util.ArrayList; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/inputCodeBeautifier/CmdExecutor.java → src/codeBeautifier/CmdExecutor.java
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
2 changes: 1 addition & 1 deletion
2
src/inputCodeBeautifier/CodeBeautifier.java → src/codeBeautifier/CodeBeautifier.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package inputCodeBeautifier; | ||
package codeBeautifier; | ||
|
||
import java.io.File; | ||
import java.util.ArrayList; | ||
|
2 changes: 1 addition & 1 deletion
2
src/inputCodeBeautifier/CommentRemover.java → src/codeBeautifier/CommentRemover.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package inputCodeBeautifier; | ||
package codeBeautifier; | ||
|
||
import java.util.ArrayList; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/inputCodeBeautifier/LineRemover.java → src/codeBeautifier/LineRemover.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package inputCodeBeautifier; | ||
package codeBeautifier; | ||
|
||
import java.io.File; | ||
import java.io.IOException; | ||
|
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,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
package codeBeautifier; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed | ||
* | ||
*/ | ||
package controlFlowGraphBuilder; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
package database; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
/** | ||
* | ||
*/ | ||
/** | ||
* @author Sajed Jalil | ||
* @mail [email protected] | ||
* @university University of Dhaka | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
* | ||
*/ | ||
package io; |
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
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
|
||
package main; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
package parser.components; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
package parser; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
package result; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* @author Sajed Jalil | ||
* @email [email protected] | ||
* @year 2018 | ||
* @location Dhaka | ||
* | ||
*/ | ||
/** | ||
* @author Sajed49 | ||
* | ||
*/ | ||
package symbolicSolver; |