From dce85af0e08e5ba7bac9c5ed2ecdcebd0bfc8907 Mon Sep 17 00:00:00 2001 From: John F Gomez Date: Thu, 28 May 2015 19:24:49 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02997c..4c792ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # unit-1-bootcamp -1. Fork this repository. In your README, mark down your start time. +1. Fork this repository. In your README, mark down your start time. : 7:25 5/28/15 2. Create a new class, `MyObject`. A `MyObject` has a name (`String`) and an age (`int`). From 7b44abed098cac6b4aacf4145f19549cbb06a208 Mon Sep 17 00:00:00 2001 From: John Gomez Date: Thu, 28 May 2015 19:49:08 -0400 Subject: [PATCH 2/3] completed tests --- .idea/.name | 1 + .idea/compiler.xml | 23 + .idea/copyright/profiles_settings.xml | 3 + .idea/encodings.xml | 4 + .idea/libraries/lib.xml | 10 + .idea/misc.xml | 246 ++++++++ .idea/modules.xml | 8 + .idea/scopes/scope_settings.xml | 5 + .idea/vcs.xml | 6 + .idea/workspace.xml | 553 ++++++++++++++++++ .../Exercises$Child.class | Bin 0 -> 584 bytes .../Exercises$Parent.class | Bin 0 -> 425 bytes .../Exercises.class | Bin 0 -> 355 bytes .../unit-1-bootcamp-assessment/MyNode.class | Bin 0 -> 1008 bytes .../unit-1-bootcamp-assessment/MyObject.class | Bin 0 -> 1740 bytes .../MyObjectNode.class | Bin 0 -> 808 bytes .../unit-1-bootcamp-assessment/Tests.class | Bin 0 -> 3888 bytes src/Exercises.java | 6 +- src/MyObject.java | 82 +++ src/MyObjectNode.java | 44 ++ src/Tests.java | 4 +- unit-1-bootcamp-assessment.iml | 12 + 22 files changed, 1002 insertions(+), 5 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/libraries/lib.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/scopes/scope_settings.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 out/production/unit-1-bootcamp-assessment/Exercises$Child.class create mode 100644 out/production/unit-1-bootcamp-assessment/Exercises$Parent.class create mode 100644 out/production/unit-1-bootcamp-assessment/Exercises.class create mode 100644 out/production/unit-1-bootcamp-assessment/MyNode.class create mode 100644 out/production/unit-1-bootcamp-assessment/MyObject.class create mode 100644 out/production/unit-1-bootcamp-assessment/MyObjectNode.class create mode 100644 out/production/unit-1-bootcamp-assessment/Tests.class create mode 100644 src/MyObject.java create mode 100644 src/MyObjectNode.java create mode 100644 unit-1-bootcamp-assessment.iml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..540cdbc --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +unit-1-bootcamp-assessment \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..a852314 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..d821048 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000..3df2b40 --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..21037f5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.7 + + + + + + + + 1.7 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8928d91 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 0000000..922003b --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9ba68ff --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1432855611365 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/out/production/unit-1-bootcamp-assessment/Exercises$Child.class b/out/production/unit-1-bootcamp-assessment/Exercises$Child.class new file mode 100644 index 0000000000000000000000000000000000000000..a39226f197f54a5195ff0c040a32dc8854544146 GIT binary patch literal 584 zcmZutO;5r=6r80kEr>n`)2p^>-_`35w?pkP`9vZVa>$4i4BJQsSIUu#-KUPE`#2Ve8I5f z%1~U7?|UM?<-LFy+l@RPba^aQKOyyGC`SxNdnf~+p>!37B5ntKG!jHt-Sa0Ady<;n zRB^&!`cWqt_xlVrr|I7D2i^*JIB0c}ScU@<>^bx7zd}Y6?0GFiu@jABPh3b9yF86> zsD_o0he?6GEUp$UKU)mNEerP^OMDphBxM9}p^?X6IfAX07IoRhzL^C)Q)aTx!++ kTCLPt&$cI472C#gYO1B9Rlw^L+pjv7pPonql+s6zug%K1igHu1R9Ap>Tdo# zRQ6F0Ga_-4r!pHzt6jYWgW^fg=))-}bnViiO@i@7DQ#REsju(^*fpC=f zi}`pg&}w&*seF~)OqxlzUs!D>B-Hx(+@|VAyRq9Vhcid5V*?cqd?^QpI1p&A7|R)i z)~@%%sY#BK|R<*kBXO|AOsbZ-Z$xDx5N!>(&FFpBzW)#_@j!m zX^Fe+e7yH&nAzXW_YZ(6P6G6icsTHI=;4UqrVCZh3E_j*(xj!RYgv0ZCJdg1k-FjF zMrqaD68h&CGlG*=b4iFYrRC%5J(uQHTetUbh+ zyRsd%zhHB~z5D`wa?nG_Hehe14hGocDBOxLM$~HJ*6uS4B&>D#x$xn!_u>BmE15>? literal 0 HcmV?d00001 diff --git a/out/production/unit-1-bootcamp-assessment/MyNode.class b/out/production/unit-1-bootcamp-assessment/MyNode.class new file mode 100644 index 0000000000000000000000000000000000000000..543daefe933aea074a17a58a58bc88508d74c533 GIT binary patch literal 1008 zcmZuvO>YuW6g`g_7(Ry5A}v*gcHFnVLcCT#-tO(Wj}@YQuf0#m+|#~R$kq<@2VL&yZoB-ldEmBuauPdUyQ}?S z-&HUg4I;6M*Y*4=OQ*2Qm!GkjLZ;?*-R$P-eSNA=s$Drx&djo}q zi+9IIll$~oU4^5n9A>p$zZU3DI)%T=s?(Rjcvvpjuf6#X*`fwXC?+N@e~qZBFEDX378Ms zEnGnIBq`AwM5+xUo$#G-;4<%5aP3chof)lBo{ay&XfnPjo*{CMMClw+<5Y?fa-|Vw zB`ux7I6>4D+#F#>0=z8^oQot^fc4 literal 0 HcmV?d00001 diff --git a/out/production/unit-1-bootcamp-assessment/MyObject.class b/out/production/unit-1-bootcamp-assessment/MyObject.class new file mode 100644 index 0000000000000000000000000000000000000000..2b51da19b4f991583e54dd0de5e55516964a060d GIT binary patch literal 1740 zcmaJ>O>-MX5PhRv?Mj<$;lV8yC=Iv*)7Ru*}<1sv9YRPhF;TG$XA|t zKYHbc7uL&LQ9B6hcNGk;&MUR1V9f_%5G~NXur~9E%W`X%SGh_M`s8~LtxiO>V^xAyd6VN6(ckx)90beT+w;R+ zh1o%UJSAnqmw{6p#s9g^M6DxEqndetW=g&%JQ^V`^KFdqaize%W0X538gtEZH-Slh z&(T_?M~bUcJcKGkQ7*nuxt|0aLUXr%^dy(vk#on?4em z)0m|fFp5)sz)_ML4S{1)fZQ6=_`42(e&RuO=(0 zNy$hKAd)&bL8LH{$a}pG9uw*BUaZ3`iQM=PA~FvmA>UX+UPG z3~A$_^e4<}@i|i0`TI#uXc(_CCJWDuF4E7C`vr~|uf@TXLJU1fMUIL5&!=%4{99qa z@38ChOuxWp+@q#TSmY=!^F7Ou#dEOI(`*F=%#h+ZK17j&mqLkNL$K`38;sbvK4~cq z(kv^Dr@GGWOLI!EU~cEF;hTrBE59T23fb*LIHfMmbm4Lt>f&q{xh{r}I~b4sI$Ufp Z+vdN-E1^sV;LRm`L>?mEP1-5U{R0EOBa{FD literal 0 HcmV?d00001 diff --git a/out/production/unit-1-bootcamp-assessment/MyObjectNode.class b/out/production/unit-1-bootcamp-assessment/MyObjectNode.class new file mode 100644 index 0000000000000000000000000000000000000000..48297a64ccd7985c65fb51f1da250577e7774518 GIT binary patch literal 808 zcma)3O;5r=5Pe%pTPlK};1>rykQ8FqPx_*_ zcpQk}jt{1U)VnanlRmdxX5 tM{@AjW-B5#$$+vK+f-Q{>lEqN=2&|#Q@oLb+0JA(b1=J^%+1K=)(>u7Vb%Zu literal 0 HcmV?d00001 diff --git a/out/production/unit-1-bootcamp-assessment/Tests.class b/out/production/unit-1-bootcamp-assessment/Tests.class new file mode 100644 index 0000000000000000000000000000000000000000..a94d975c3dac474c575d1c2c6ac1845059ae467d GIT binary patch literal 3888 zcmbVPTX!2*8Qo(^p7D5`I`SozouqN&B=RM3>!bmk3l)yjC`d|(Oj@^ub}WspNu-fG zGfHfFg{G8ixwhq6palwr1X{rHBCB0I^U7a<|InwFeP%|ZvE#G_uVtOvcfN0*z4tk? z|M~vk-vw|GYby4lEMq}M8_Eh6MO#r};-ZR6sES@qh9w3|Dmp~W;|gribyT=$D7Y-z zD=KzlS;mTJza--c6@4hHcoI*E-qSLkQShvSFDv+pNcNn9s|uc1@KpsbDEOL;uXo@Z z_@>zYEg9cd@S@7`cT{{A-;?ou3GGKs%XE)Rh^0r)ONdX`%Z7wIa;9Yz8nt=Dp4I28 zoJr>DCB1rHw@on)CgX0!bR@{RS;KLiBNDc`?A&v2)~Xn`>FQR=IIG)+geck#_#r!9$JUAwp2B0B-JSzu4~vtA=M-dL=xD>LY3#5$Qy2@UKWsa+a8uM_{fI_ zRSk2?adZKBLpxD_XJS8#{5TexI0Ep33VblJN%(FW?mof5bIn-)IEhd&h8d#sY7*!rnP^vBIvHJfXX~hU@qfSDFC) z6(I_XGse?JUNqcbial@Yj#eG-9?1B!hPRN>@HYOk4u*fJ$WPuZRdl1e>oh&$)GZBv z#ouJCij&?TKc2?TGkSM9d|K$v4dwhBE}4`;PKHmK zO&T=uw%P8?;|;yaORz5;F?R48+&Uv(;69P7qSs0`tvQj`-4fqYW>8Jb@m|z3#4!?0 z=h1Xz#53l`jdY{xBblw}gf$l3*u=3}#UlbsjBl)j1L@6E-?rl3Xpw-VO?m63=*1Ps zHEP}&n%t+>u^d_AX*#NWg1spTdp@F$PYmB9%eaya*xRUK_%f@+;$L}^y(2vmedBI< zPw#BGX8jsD)5~S57=;$p7H{)$R_eCd+(d@R)0Dh4G-!uWJe3cCOL%1qlKG?zSZRz z!YKbf58(KDLU)8rsKt(6$D74GMc5UQgwqRiGaUZrln5Nq+WV5WPsF-z(VfCk+ZJ z#C{NmS@;v&5oh~Je2P7Bjw!Yhj)Z`oBrpN!&`op@P-iZw-5!vV>>B$AI+9(h*h0uH zYy-><3=rEOv2Ew)4(!2BqPQ!9?@)+u97jJC-?0$i^F$YC?!h(wxi^;VUd7h@_$rcx z{XOXM`4TWw)$bZlaIG_D{w4PbE@`cMrG64$FOVU;AqqOeOl{ z$tfijPbsU|wu(C+yedm?eDLq~caWNkB?pRg@#J7}E|J_`+_-ljvUd$T=oD}3e*_tE zkBkF^55kMnc%7W-CJiYbf0Cv=#&#NqVBtP2vwfNe6vn+u15Yyg0i2?i+euv(r|G*P z+>Os7N0o=EXr4X(UjP*aoMGHUq&bVTjJv={KkhNA@5hmnkn|@)(%q2sIzGo5F=AW5 zITVRk&@UX_$^R|xhoIkIo8{W)xi*IQ2Lz(XI4|Qt84t;rlkqS=C0@+;u=9Ovm+^=s zy+<3~PPs3H%KeMLg>u(@<#q-Z`@fWvedX>F%Iy-$4Hf6wlXrh?`Nk9PVE0_C2PtNF z8^gs_?BUd2x?vw@x+m9==G@3sq9ybsy$W9GI4@Nv3GSw^QzUMZu0F!H|hhGM@Siv4OR_Dg}-*Lcq^5Mv@DyNLH? w7g7I%>_Z klass = cl.loadClass("MyObjectNode"); Method[] methods = klass.getMethods(); - ArrayList methodNames = new ArrayList<>(); + ArrayList methodNames = new ArrayList(); for (Method m : methods){ methodNames.add(m.getName()); } @@ -60,7 +60,7 @@ public void test05MyObjectHasNameAndAge() throws Exception { Class klass = cl.loadClass("MyObject"); Method[] methods = klass.getMethods(); - ArrayList methodNames = new ArrayList<>(); + ArrayList methodNames = new ArrayList(); for (Method m : methods){ methodNames.add(m.getName()); } diff --git a/unit-1-bootcamp-assessment.iml b/unit-1-bootcamp-assessment.iml new file mode 100644 index 0000000..fb8e866 --- /dev/null +++ b/unit-1-bootcamp-assessment.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file From ab502f5f9647d1092120aa7a8b3abbbc569ca3f0 Mon Sep 17 00:00:00 2001 From: John F Gomez Date: Thu, 28 May 2015 19:50:01 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c792ce..e017195 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Test Start time: Thu May 28, 7:00pm EST -My End time: `` +My End time: 7:49pm 5/28/15 Test End time: Fri May 29, 10:00pm EST