Groups
Groups
Sign in
Groups
Groups
CPSC410-2011
Conversations
About
Send feedback
Help
CPSC410-2011
1–30 of 52
Mark all as read
Report group
0 selected
Tina Wang
, …
stephanie pan
3
12/14/11
practice final solutions question 6a
so if "foo" returns not null, it will force it to return null? Also, what if the first call
unread,
practice final solutions question 6a
so if "foo" returns not null, it will force it to return null? Also, what if the first call
12/14/11
stephanie pan
, …
estafan
6
12/14/11
CTL question on final practice part(a)
Hello, Could you explain part(b)? I understand that it is saying that for all paths, it can be true
unread,
CTL question on final practice part(a)
Hello, Could you explain part(b)? I understand that it is saying that for all paths, it can be true
12/14/11
Eric Wohlstadter
, …
Eric Wohlstadter
13
12/14/11
Solution for Interprocedural Analysis in-class Exercise
I'm not sure I understand your comment, but I can say: The important thing to remember is that a
unread,
Solution for Interprocedural Analysis in-class Exercise
I'm not sure I understand your comment, but I can say: The important thing to remember is that a
12/14/11
Eric Wohlstadter
12/14/11
Re: Stop Light Exercise
This should be posted under the announcements on the home page. Eric On Wed, Dec 14, 2011 at 4:39 PM,
unread,
Re: Stop Light Exercise
This should be posted under the announcements on the home page. Eric On Wed, Dec 14, 2011 at 4:39 PM,
12/14/11
Tina Wang
,
Eric Wohlstadter
3
12/14/11
CTL Question
It means in exactly 3 states. Eric On Tue, Dec 13, 2011 at 12:26 AM, Tina Wang <twan...@gmail.com
unread,
CTL Question
It means in exactly 3 states. Eric On Tue, Dec 13, 2011 at 12:26 AM, Tina Wang <twan...@gmail.com
12/14/11
Joshua
, …
Eric Wohlstadter
3
12/14/11
practice final solutions question 4
Hi Joshua, On Wed, Dec 14, 2011 at 11:53 AM, Joshua <joshuac...@gmail.com> wrote: Two
unread,
practice final solutions question 4
Hi Joshua, On Wed, Dec 14, 2011 at 11:53 AM, Joshua <joshuac...@gmail.com> wrote: Two
12/14/11
Justin Leung
,
Eric Wohlstadter
2
12/14/11
Buffer Overflow Clarification
Yes, definitely it is wrong in the slide then. Eric On Wed, Dec 14, 2011 at 2:29 PM, Justin Leung
unread,
Buffer Overflow Clarification
Yes, definitely it is wrong in the slide then. Eric On Wed, Dec 14, 2011 at 2:29 PM, Justin Leung
12/14/11
Eric Wohlstadter
12/13/11
Answers from Final Review Session
Hi all, You can find the answers for the final study questions here: http://www.ugrad.cs.ubc.ca/~
unread,
Answers from Final Review Session
Hi all, You can find the answers for the final study questions here: http://www.ugrad.cs.ubc.ca/~
12/13/11
Eric Wohlstadter
, …
Eric Wohlstadter
3
12/13/11
Final Exam Review Session
Yes, these will be posted before 3pm today. Eric On Tue, Dec 13, 2011 at 1:22 PM, Steve Ramage <
unread,
Final Exam Review Session
Yes, these will be posted before 3pm today. Eric On Tue, Dec 13, 2011 at 1:22 PM, Steve Ramage <
12/13/11
Eric Wohlstadter
12/7/11
Solutions for CTL Exercise (Nov. 4th)
Here are the CTL answers, also I include a restatement of the question, sometimes in different words
unread,
Solutions for CTL Exercise (Nov. 4th)
Here are the CTL answers, also I include a restatement of the question, sometimes in different words
12/7/11
Steve Ramage
, …
Eric Wohlstadter
3
12/6/11
Alternative Code Coverage Methods Other than Emma
Hi Steve, As long as you are covering 80% of your code (statements) with your tests, you will get
unread,
Alternative Code Coverage Methods Other than Emma
Hi Steve, As long as you are covering 80% of your code (statements) with your tests, you will get
12/6/11
Justin Leung
,
Eric Wohlstadter
2
12/6/11
ReadMe file?
It is not necessary. Eric On Mon, Dec 5, 2011 at 7:49 PM, Justin Leung <jleun...@gmail.com>
unread,
ReadMe file?
It is not necessary. Eric On Mon, Dec 5, 2011 at 7:49 PM, Justin Leung <jleun...@gmail.com>
12/6/11
Brian McMahon
,
Eric Wohlstadter
2
12/5/11
project format
I would choose "zip" file. If you export as a "war" file, it might not include
unread,
project format
I would choose "zip" file. If you export as a "war" file, it might not include
12/5/11
Eric Wohlstadter
12/5/11
Static Analysis Exercise 1 Solution
Hi all, The solution for the in-class exercise on Nov. 11th is now posted here: http://www.ugrad.cs.
unread,
Static Analysis Exercise 1 Solution
Hi all, The solution for the in-class exercise on Nov. 11th is now posted here: http://www.ugrad.cs.
12/5/11
Braden Shaak
,
Justin Leung
3
12/5/11
Emma coverage
I've tried everything. I can't get it to produce the second coverage file. I have no idea
unread,
Emma coverage
I've tried everything. I can't get it to produce the second coverage file. I have no idea
12/5/11
Kim Beom-soo
, …
Eric Wohlstadter
6
12/4/11
JUnit and code coverage problem.
Yes, you can merge multiple coverage.ec files. java emma merge -in [ data_files] -out [ data_file ]
unread,
JUnit and code coverage problem.
Yes, you can merge multiple coverage.ec files. java emma merge -in [ data_files] -out [ data_file ]
12/4/11
Kim Beom-soo
,
Eric Wohlstadter
2
12/4/11
How can I cover this try/catch portion?
Yes, this is why you only need 80% coverage. You only need 80% coverage on average over all your code
unread,
How can I cover this try/catch portion?
Yes, this is why you only need 80% coverage. You only need 80% coverage on average over all your code
12/4/11
w
,
Eric Wohlstadter
2
12/4/11
AccountServer coverage
No, it will be more than 0%. Did you Import the coverage.ec file after running the test code? Also,
unread,
AccountServer coverage
No, it will be more than 0%. Did you Import the coverage.ec file after running the test code? Also,
12/4/11
Brian McMahon
,
Eric Wohlstadter
4
12/3/11
Exporting the project
You might need to add the mysql executables to your PATH environment variable: on Windows: Control
unread,
Exporting the project
You might need to add the mysql executables to your PATH environment variable: on Windows: Control
12/3/11
Eric Wohlstadter
, …
Justin Leung
8
12/3/11
Using FindBugs
Thanks. On Dec 3, 2:42 pm, Eric Wohlstadter <wohls...@cs.ubc.ca> wrote: > Hi Justin, > In
unread,
Using FindBugs
Thanks. On Dec 3, 2:42 pm, Eric Wohlstadter <wohls...@cs.ubc.ca> wrote: > Hi Justin, > In
12/3/11
Robert Shum
,
Eric Wohlstadter
2
12/3/11
Emma
Hi Robert, Thanks for the question, but I'm afraid I don't exactly understand, First, Emma
unread,
Emma
Hi Robert, Thanks for the question, but I'm afraid I don't exactly understand, First, Emma
12/3/11
Joshua
,
Eric Wohlstadter
2
12/3/11
hand-in materials question
Please ignore. That was left over from last year. Thanks for the notice. Eric On Fri, Dec 2, 2011 at
unread,
hand-in materials question
Please ignore. That was left over from last year. Thanks for the notice. Eric On Fri, Dec 2, 2011 at
12/3/11
Eric Wohlstadter
12/2/11
Instructions for handin
Hi all, Please submit your final project materials using the UBC CS handin program by Monday, Dec 5th
unread,
Instructions for handin
Hi all, Please submit your final project materials using the UBC CS handin program by Monday, Dec 5th
12/2/11
Lishun(Jason) Wu
,
Eric Wohlstadter
2
12/2/11
FindBug Problem: article.Rank.decreaseRank(String) may fail to close Statement
Hi Jason, If you try to close a resource and it throws an exception you need to "give up".
unread,
FindBug Problem: article.Rank.decreaseRank(String) may fail to close Statement
Hi Jason, If you try to close a resource and it throws an exception you need to "give up".
12/2/11
Tina Wang
,
Eric Wohlstadter
2
11/29/11
In-Class Exercises Solutions
Hi Tina, The solutions for these will be posted on Monday, December 5th. Eric On Fri, Nov 25, 2011 at
unread,
In-Class Exercises Solutions
Hi Tina, The solutions for these will be posted on Monday, December 5th. Eric On Fri, Nov 25, 2011 at
11/29/11
Steve Ramage
,
Eric Wohlstadter
3
11/26/11
Problem Running Emma
Ok, it looks like someone else had this problem on this blog: http://youtrack.jetbrains.net/issue/TW-
unread,
Problem Running Emma
Ok, it looks like someone else had this problem on this blog: http://youtrack.jetbrains.net/issue/TW-
11/26/11
Kevin Tam
,
Eric Wohlstadter
2
11/25/11
Code handin due date?
Hi Kevin, I will move the deadline to Monday, December 5th. Eric On Mon, Nov 21, 2011 at 7:56 PM,
unread,
Code handin due date?
Hi Kevin, I will move the deadline to Monday, December 5th. Eric On Mon, Nov 21, 2011 at 7:56 PM,
11/25/11
Eric Wohlstadter
11/24/11
Demo Schedule
Hi all, Please find the final demo schedule here: https://docs.google.com/spreadsheet/ccc?pli=
unread,
Demo Schedule
Hi all, Please find the final demo schedule here: https://docs.google.com/spreadsheet/ccc?pli=
11/24/11
Steve Ramage
,
Eric Wohlstadter
2
11/23/11
FindBugs
If you can test some parts of the server-side code in isolation (without using HTTP), you are free to
unread,
FindBugs
If you can test some parts of the server-side code in isolation (without using HTTP), you are free to
11/23/11
Kevin Tam
,
Eric Wohlstadter
4
11/22/11
Emma, Findbugs on servlets?
Yes, anything that your team wrote in Java. You don't need to provide any coverage of a third
unread,
Emma, Findbugs on servlets?
Yes, anything that your team wrote in Java. You don't need to provide any coverage of a third
11/22/11