File tree 12 files changed +30
-30
lines changed
12 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- package arat .business .model . implementations ;
1
+ package arat .business .implementations ;
2
2
3
- import arat .business .model . interfaces .Reflection ;
4
- import arat .business .model . rationale .Information ;
5
- import arat .business .model . rationale .Rationale ;
3
+ import arat .business .interfaces .Reflection ;
4
+ import arat .business .rationale .Information ;
5
+ import arat .business .rationale .Rationale ;
6
6
import java .lang .reflect .Method ;
7
7
import java .util .HashMap ;
8
8
import java .util .Set ;
Original file line number Diff line number Diff line change 3
3
* To change this template file, choose Tools | Templates
4
4
* and open the template in the editor.
5
5
*/
6
- package arat .business .model . implementations ;
6
+ package arat .business .implementations ;
7
7
8
8
import com .itextpdf .text .BadElementException ;
9
9
import com .itextpdf .text .Document ;
17
17
import com .itextpdf .text .pdf .PdfPCell ;
18
18
import com .itextpdf .text .pdf .PdfPTable ;
19
19
import com .itextpdf .text .pdf .PdfWriter ;
20
- import arat .business .model . rationale .Information ;
21
- import arat .business .model . rationale .Rationale ;
20
+ import arat .business .rationale .Information ;
21
+ import arat .business .rationale .Rationale ;
22
22
import arat .utilities .JavaUtil ;
23
23
import java .io .FileOutputStream ;
24
24
import java .io .IOException ;
27
27
import java .util .logging .Logger ;
28
28
import java .io .FileNotFoundException ;
29
29
import java .util .Map ;
30
- import arat .business .model . interfaces .Report ;
30
+ import arat .business .interfaces .Report ;
31
31
import arat .utilities .DefaultValues ;
32
32
import java .util .Date ;
33
33
Original file line number Diff line number Diff line change 15
15
links = {"https://mvnrepository.com/artifact/com.itextpdf/itextpdf"
16
16
,"https://mvnrepository.com/artifact/org.reflections/reflections/0.9.10" }
17
17
)
18
- package arat .business .model . implementations ;
18
+ package arat .business .implementations ;
19
19
20
- import arat .business .model . rationale .Rationale ;
20
+ import arat .business .rationale .Rationale ;
21
21
Original file line number Diff line number Diff line change 3
3
* To change this template file, choose Tools | Templates
4
4
* and open the template in the editor.
5
5
*/
6
- package arat .business .model . interfaces ;
6
+ package arat .business .interfaces ;
7
7
8
- import arat .business .model . rationale .Information ;
9
- import arat .business .model . rationale .Rationale ;
8
+ import arat .business .rationale .Information ;
9
+ import arat .business .rationale .Rationale ;
10
10
import java .lang .reflect .Method ;
11
11
import java .util .HashMap ;
12
12
import java .util .Set ;
Original file line number Diff line number Diff line change 1
- package arat .business .model . interfaces ;
1
+ package arat .business .interfaces ;
2
2
3
- import arat .business .model . rationale .Information ;
4
- import arat .business .model . rationale .Rationale ;
3
+ import arat .business .rationale .Information ;
4
+ import arat .business .rationale .Rationale ;
5
5
import arat .utilities .JavaUtil ;
6
6
import java .util .HashMap ;
7
7
Original file line number Diff line number Diff line change 12
12
decisions_record = "Se separa la lógica de la implementación" ,
13
13
reasons = "No modificar las clases existentes"
14
14
)
15
- package arat .business .model . interfaces ;
15
+ package arat .business .interfaces ;
16
16
17
- import arat .business .model . rationale .Rationale ;
17
+ import arat .business .rationale .Rationale ;
18
18
Original file line number Diff line number Diff line change 3
3
* To change this template file, choose Tools | Templates
4
4
* and open the template in the editor.
5
5
*/
6
- package arat .business .model . rationale ;
6
+ package arat .business .rationale ;
7
7
8
8
/**
9
9
*
Original file line number Diff line number Diff line change 3
3
* To change this template file, choose Tools | Templates
4
4
* and open the template in the editor.
5
5
*/
6
- package arat .business .model . rationale ;
6
+ package arat .business .rationale ;
7
7
8
8
import java .lang .annotation .Documented ;
9
9
import static java .lang .annotation .ElementType .METHOD ;
Original file line number Diff line number Diff line change 1
- package arat .business .model . reporter ;
1
+ package arat .business .reporter ;
2
2
3
- import arat .business .model . interfaces .Reflection ;
4
- import arat .business .model . interfaces .Report ;
5
- import arat .business .model . rationale .Information ;
6
- import arat .business .model . rationale .Rationale ;
3
+ import arat .business .interfaces .Reflection ;
4
+ import arat .business .interfaces .Report ;
5
+ import arat .business .rationale .Information ;
6
+ import arat .business .rationale .Rationale ;
7
7
import java .util .HashMap ;
8
8
import arat .utilities .DefaultValues ;
9
9
import arat .utilities .JavaUtil ;
Original file line number Diff line number Diff line change 15
15
)
16
16
package arat ;
17
17
18
- import arat .business .model . rationale .Rationale ;
18
+ import arat .business .rationale .Rationale ;
19
19
Original file line number Diff line number Diff line change 5
5
*/
6
6
package arat .presentation ;
7
7
8
- import arat .business .model . rationale .Rationale ;
9
- import arat .business .model . reporter .Reporter ;
8
+ import arat .business .rationale .Rationale ;
9
+ import arat .business .reporter .Reporter ;
10
10
import arat .utilities .DefaultValues ;
11
11
import arat .utilities .JavaUtil ;
12
12
Original file line number Diff line number Diff line change 5
5
*/
6
6
package arat .utilities ;
7
7
8
- import arat .business .model . implementations .Reflection_Impl_JAR ;
9
- import arat .business .model . implementations .Report_Impl_Itext ;
8
+ import arat .business .implementations .Reflection_Impl_JAR ;
9
+ import arat .business .implementations .Report_Impl_Itext ;
10
10
import java .util .Date ;
11
11
12
12
/**
You can’t perform that action at this time.
0 commit comments